Method

GPluginGtk4PluginRowget_sort_key

since: 0.38

Declaration [src]

gchar*
gplugin_gtk_plugin_row_get_sort_key (
  GPluginGtkPluginRow* row
)

Description [src]

Returns a key that can be used to sort this row.

Available since: 0.38

Return value

Type: gchar*

The sort key.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.