gtkplacesview: add a loading property

So clients of the view can know if the view is busy.

https://bugzilla.gnome.org/show_bug.cgi?id=753786
This commit is contained in:
Carlos Soriano
2015-08-19 14:46:34 +02:00
parent 89a34210cb
commit 036ba25eb1
2 changed files with 42 additions and 0 deletions

View File

@ -85,6 +85,9 @@ GDK_AVAILABLE_IN_3_18
void gtk_places_view_set_local_only (GtkPlacesView *view,
gboolean local_only);
GDK_AVAILABLE_IN_3_18
gboolean gtk_places_view_get_loading (GtkPlacesView *view);
GDK_AVAILABLE_IN_3_18
GtkWidget * gtk_places_view_new (void);