summaryrefslogtreecommitdiff
path: root/gtk/gtkplacessidebar.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2012-12-10 16:00:42 -0600
committerFederico Mena Quintero <federico@gnome.org>2012-12-10 16:00:42 -0600
commitc26293eacdd936582fc2fc617b8f00df4aa12a0b (patch)
tree1a407f7e2e3a018fd3d2a9597eea688c33ecd195 /gtk/gtkplacessidebar.h
parent8b0aea9f3d5e85b683a908695d04fe13e1d16e7e (diff)
downloadgtk+-c26293eacdd936582fc2fc617b8f00df4aa12a0b.tar.gz
Implement the Alt-number quick bookmark shortcuts
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
Diffstat (limited to 'gtk/gtkplacessidebar.h')
-rw-r--r--gtk/gtkplacessidebar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkplacessidebar.h b/gtk/gtkplacessidebar.h
index c9eb5da27a..72b185c0c4 100644
--- a/gtk/gtkplacessidebar.h
+++ b/gtk/gtkplacessidebar.h
@@ -76,6 +76,8 @@ gboolean gtk_places_sidebar_add_shortcut (GtkPlacesSidebar *sidebar, GFile *loca
gboolean gtk_places_sidebar_remove_shortcut (GtkPlacesSidebar *sidebar, GFile *location, GError **error);
GSList *gtk_places_sidebar_list_shortcuts (GtkPlacesSidebar *sidebar);
+GFile *gtk_places_sidebar_get_nth_bookmark (GtkPlacesSidebar *sidebar, int n);
+
G_END_DECLS
#endif /* __GTK_PLACES_SIDEBAR_H__ */