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 gint64
 

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

Return value

Returns: guchar
  No description available.