summaryrefslogtreecommitdiff
path: root/gtk/gtkplacessidebar.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-04-07 18:43:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-04-22 22:34:58 -0400
commit1e925a85ca2acb00f53ce18d72ab3abf003cecbb (patch)
tree3a8bec4e6abdb971f490e04084c063b59c49ca2e /gtk/gtkplacessidebar.h
parente2b2339b898e563d2da3c3a2f93484952a1e96cc (diff)
downloadgtk+-1e925a85ca2acb00f53ce18d72ab3abf003cecbb.tar.gz
places-sidebar: add optional enter location place
https://bugzilla.gnome.org/show_bug.cgi?id=722211
Diffstat (limited to 'gtk/gtkplacessidebar.h')
-rw-r--r--gtk/gtkplacessidebar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkplacessidebar.h b/gtk/gtkplacessidebar.h
index a358f5ba67..70f1c09bb3 100644
--- a/gtk/gtkplacessidebar.h
+++ b/gtk/gtkplacessidebar.h
@@ -105,6 +105,11 @@ gboolean gtk_places_sidebar_get_show_connect_to_server (GtkPlacesSideb
GDK_AVAILABLE_IN_3_10
void gtk_places_sidebar_set_show_connect_to_server (GtkPlacesSidebar *sidebar,
gboolean show_connect_to_server);
+GDK_AVAILABLE_IN_3_14
+gboolean gtk_places_sidebar_get_show_enter_location (GtkPlacesSidebar *sidebar);
+GDK_AVAILABLE_IN_3_14
+void gtk_places_sidebar_set_show_enter_location (GtkPlacesSidebar *sidebar,
+ gboolean show_enter_location);
GDK_AVAILABLE_IN_3_12
void gtk_places_sidebar_set_local_only (GtkPlacesSidebar *sidebar,