Method

GPluginGtk4PluginRowmatches_search

since: 0.38

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.

Available since: 0.38

Parameters

text

Type: 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

Type: gboolean

Whether the row matches the text or not.