summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-11-12 17:15:24 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-11-12 22:51:11 +0100
commit1f2e8d8b443c6d984359802cb454cae7684a644e (patch)
treebae82bca7d91d3abbdeeb555eab3c873a81cc260
parent49c03251ee4b1de798e5675d74a7d30d281f22e8 (diff)
downloadnautilus-1f2e8d8b443c6d984359802cb454cae7684a644e.tar.gz
gtkplacesview: remove GDK_AVAILABLE_*
It was causing problems locking up the view and they are actually wrong and unecessary https://bugzilla.gnome.org/show_bug.cgi?id=756978
-rw-r--r--src/gtk/gtkplacesviewprivate.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gtk/gtkplacesviewprivate.h b/src/gtk/gtkplacesviewprivate.h
index 706481652..48495e218 100644
--- a/src/gtk/gtkplacesviewprivate.h
+++ b/src/gtk/gtkplacesviewprivate.h
@@ -58,32 +58,23 @@ struct _GtkPlacesView
GtkBox parent_instance;
};
-GDK_AVAILABLE_IN_3_18
GType gtk_places_view_get_type (void) G_GNUC_CONST;
-GDK_AVAILABLE_IN_3_18
GtkPlacesOpenFlags gtk_places_view_get_open_flags (GtkPlacesView *view);
-GDK_AVAILABLE_IN_3_18
void gtk_places_view_set_open_flags (GtkPlacesView *view,
GtkPlacesOpenFlags flags);
-GDK_AVAILABLE_IN_3_18
const gchar* gtk_places_view_get_search_query (GtkPlacesView *view);
-GDK_AVAILABLE_IN_3_18
void gtk_places_view_set_search_query (GtkPlacesView *view,
const gchar *query_text);
-GDK_AVAILABLE_IN_3_18
gboolean gtk_places_view_get_local_only (GtkPlacesView *view);
-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);
G_END_DECLS