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:
Felipe Borges 2017-11-27 11:05:19 +01:00
parent 5d32d8548c
commit aaabf05ae6
3 changed files with 20 additions and 4 deletions

View file

@ -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,