Method

HexWidgetinsert_autohighlight

Declaration

HexWidgetAutoHighlight*
hex_widget_insert_autohighlight (
  HexWidget* gh,
  const char* search,
  int len
)

Description

Insert an auto-highlight of a given search string.

Parameters

search An array of char
 

Search string to auto-highlight.

 The length of the array is specified in the len argument.
 The instance takes ownership of the data, and is responsible for freeing it.
 Each element is a NUL terminated UTF-8 string.
len int
 

Length of the search string.

Return value

Returns: HexWidgetAutoHighlight
 

A newly created HexWidgetAutoHighlight structure.

 The caller of the method takes ownership of the data, and is responsible for freeing it.