shell: Include panel "keywords" in the row data
This way GtkListBox filter functions can use the "keywords" in order to provide accurate search results. https://bugzilla.gnome.org/show_bug.cgi?id=790755
This commit is contained in:
parent
5d32d8548c
commit
aaabf05ae6
3 changed files with 20 additions and 4 deletions
|
@ -59,6 +59,7 @@ void cc_panel_list_add_panel (CcPanelList
|
|||
const gchar *id,
|
||||
const gchar *title,
|
||||
const gchar *description,
|
||||
gchar **keywords,
|
||||
const gchar *icon);
|
||||
|
||||
void cc_panel_list_set_active_panel (CcPanelList *self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue