Method

HexWidgetgoto_mark

since: 4.8

Declaration

void
hex_widget_goto_mark (
  HexWidget* self,
  HexWidgetMark* mark
)

Description

Jump the cursor in the HexWidget specified to the mark in question.

Available since: 4.8

Parameters

mark

Type: HexWidgetMark

The mark to jump to.

The data is owned by the caller of the method.