Method

GPluginGtk4PluginRowmatches_search

Declaration [src]

gboolean
gplugin_gtk_plugin_row_matches_search (
  GPluginGtkPluginRow* row,
  const gchar* text
)

Description [src]

Matches this row instance against some text to be searched for.

Parameters

text const gchar*
 

The text to search for.

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

Return value

Returns: gboolean
 

Whether the row matches the text or not.