diff options
author | Federico Mena Quintero <federico@gnome.org> | 2012-12-14 18:04:30 -0600 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2012-12-14 18:04:30 -0600 |
commit | 55927f273dad580bbfdb5ed967ab7dfa210917ad (patch) | |
tree | b53b7da8994218546a873614c74449b837bb4c08 /gtk/gtkplacessidebar.h | |
parent | fc01ce0756de1f918d973d937d1ea674bea50cd6 (diff) | |
download | gtk+-55927f273dad580bbfdb5ed967ab7dfa210917ad.tar.gz |
Remove the multiple-tab/windows-supported APIs
We'll have the caller do these instead via the populate-popup signal.
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
Diffstat (limited to 'gtk/gtkplacessidebar.h')
-rw-r--r-- | gtk/gtkplacessidebar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkplacessidebar.h b/gtk/gtkplacessidebar.h index 11ad6647ef..942b45d4e0 100644 --- a/gtk/gtkplacessidebar.h +++ b/gtk/gtkplacessidebar.h @@ -57,10 +57,6 @@ GtkWidget *gtk_places_sidebar_new (void); void gtk_places_sidebar_set_current_location (GtkPlacesSidebar *sidebar, GFile *location); -void gtk_places_sidebar_set_multiple_tabs_supported (GtkPlacesSidebar *sidebar, gboolean supported); - -void gtk_places_sidebar_set_multiple_windows_supported (GtkPlacesSidebar *sidebar, gboolean supported); - void gtk_places_sidebar_set_show_desktop (GtkPlacesSidebar *sidebar, gboolean show_desktop); void gtk_places_sidebar_set_show_properties (GtkPlacesSidebar *sidebar, gboolean show_properties); |