Method

GtkStringFilterset_search

Declaration [src]

void
gtk_string_filter_set_search (
  GtkStringFilter* self,
  const char* search
)

Description [src]

Sets the string to search for.

Parameters

search const char*
 

The string to search for or NULL to clear the search.

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