Method

HexWidgetget_byte

Declaration

guchar
hex_widget_get_byte (
  HexWidget* gh,
  gint64 offset
)

Description

Get the value of the byte at requested offset position.

Parameters

offset

Type: gint64

Index of the requested byte within the whole of the buffer.

Return value

Type: guchar

No description available.