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

@ -49,6 +49,7 @@ typedef enum {
PLACES_DROP_FEEDBACK,
PLACES_BOOKMARK_PLACEHOLDER,
PLACES_OTHER_LOCATIONS,
PLACES_STARRED_LOCATION,
N_PLACES
} GtkPlacesSidebarPlaceType;