Method

Gtk.StringFilter.set_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

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string