summaryrefslogtreecommitdiff
path: root/gtk/gtkplacessidebarprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-04 22:08:33 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-06 11:03:48 -0400
commit57a225681c4ae8d2f36ab8e7e65ef1f5df265ac4 (patch)
tree2bc12802d3851c9623814f7d6a1ed5943515fcb4 /gtk/gtkplacessidebarprivate.h
parentea07a9236633ef055e66c742b115b546bcf30d68 (diff)
downloadgtk+-57a225681c4ae8d2f36ab8e7e65ef1f5df265ac4.tar.gz
filechooser: Add gtk_file_chooser_get_shortcuts
Replace gtk_file_chooser_list_shortcuts with a new api that returns a list model. Update all callers.
Diffstat (limited to 'gtk/gtkplacessidebarprivate.h')
-rw-r--r--gtk/gtkplacessidebarprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkplacessidebarprivate.h b/gtk/gtkplacessidebarprivate.h
index ec0b35b325..a3b011b612 100644
--- a/gtk/gtkplacessidebarprivate.h
+++ b/gtk/gtkplacessidebarprivate.h
@@ -92,7 +92,7 @@ void gtk_places_sidebar_add_shortcut (GtkPlacesSideb
GFile *location);
void gtk_places_sidebar_remove_shortcut (GtkPlacesSidebar *sidebar,
GFile *location);
-GSList * gtk_places_sidebar_list_shortcuts (GtkPlacesSidebar *sidebar);
+GListModel * gtk_places_sidebar_get_shortcuts (GtkPlacesSidebar *sidebar);
GFile * gtk_places_sidebar_get_nth_bookmark (GtkPlacesSidebar *sidebar,
gint n);