placessidebar: add starred location item

Add an item for showing all files marked as favorite. This item will
open all files that have the nao:predefined-tag-favorite tag

https://bugzilla.gnome.org/show_bug.cgi?id=785176
This commit is contained in:
Alexandru Pandelea
2017-07-20 16:29:42 +01:00
committed by Carlos Garnacho
parent d38a148f0e
commit 7f6365cf9f
3 changed files with 120 additions and 0 deletions

View File

@ -150,6 +150,11 @@ void gtk_places_sidebar_set_show_other_locations (GtkPlacesSideb
GDK_AVAILABLE_IN_3_18
gboolean gtk_places_sidebar_get_show_other_locations (GtkPlacesSidebar *sidebar);
GDK_AVAILABLE_IN_3_22
void gtk_places_sidebar_set_show_starred_location (GtkPlacesSidebar *sidebar,
gboolean show_starred_location);
GDK_AVAILABLE_IN_3_22
gboolean gtk_places_sidebar_get_show_starred_location (GtkPlacesSidebar *sidebar);
G_END_DECLS
#endif /* __GTK_PLACES_SIDEBAR_H__ */