Method
HexWidgetinsert_autohighlight
Declaration
HexWidgetAutoHighlight*
hex_widget_insert_autohighlight (
  HexWidget* gh,
  const char* search,
  int len
)
Parameters
- search
- 
            Type: An array of gint8Search string to auto-highlight. The length of the array is specified in the lenargument.The instance takes ownership of the data, and is responsible for freeing it. 
- len
- 
            Type: intLength of the searchstring.
Return value
Type: HexWidgetAutoHighlight
A newly created HexWidgetAutoHighlight
  structure, owned by the HexWidget.
| The returned data is owned by the instance. |