summaryrefslogtreecommitdiff
path: root/gtk/gtkplacessidebar.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2011-10-04 09:47:41 -0500
committerFederico Mena Quintero <federico@gnome.org>2012-09-03 20:53:44 -0500
commit28f44a3b715c1287117222cd166fa8ee0fbb1732 (patch)
tree59189ada09c121f5ae673c4a9373565d4c3bcb2a /gtk/gtkplacessidebar.h
parent7be881982f02f7811db5f59593fdb80bdc50e453 (diff)
downloadgtk+-28f44a3b715c1287117222cd166fa8ee0fbb1732.tar.gz
Function to set whether to show the Desktop item
It sucks to have this as an app-settable option. Maybe we should make this a standard GSetting thing and be done with it. 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 11766b2c90..edef2b9ff4 100644
--- a/gtk/gtkplacessidebar.h
+++ b/gtk/gtkplacessidebar.h
@@ -58,6 +58,8 @@ void gtk_places_sidebar_set_multiple_tabs_supported (GtkPlacesSidebar *sidebar,
void gtk_places_sidebar_set_multiple_windows_supported (GtkPlacesSidebar *sidebar, gboolean supported);
+void gtk_places_sidebar_set_show_desktop (GtkPlacesSidebar *sidebar, gboolean show_desktop);
+
G_END_DECLS
#endif /* __GTK_PLACES_SIDEBAR_H__ */