GtkPlacesSidebar: Add local-only
This is necessary to implement the filechooser property of the same name. https://bugzilla.gnome.org/show_bug.cgi?id=711574
This commit is contained in:
		| @ -106,6 +106,13 @@ 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_12 | ||||
| void                 gtk_places_sidebar_set_local_only           (GtkPlacesSidebar   *sidebar, | ||||
|                                                                   gboolean            local_only); | ||||
| GDK_AVAILABLE_IN_3_12 | ||||
| gboolean             gtk_places_sidebar_get_local_only           (GtkPlacesSidebar   *sidebar); | ||||
|  | ||||
|  | ||||
| GDK_AVAILABLE_IN_3_10 | ||||
| void               gtk_places_sidebar_add_shortcut               (GtkPlacesSidebar   *sidebar, | ||||
|                                                                   GFile              *location); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen