Method

DevhelpAssistantViewsearch

Declaration [src]

gboolean
dh_assistant_view_search (
  DhAssistantView* view,
  const gchar* str
)

Description [src]

Search for str in the current assistant view.

Parameters

str

Type: const gchar*

The search query.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if str was found, FALSE otherwise.