Method

GPluginGtk4PluginRowget_sort_key

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.

Return value

Returns: 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.