summaryrefslogtreecommitdiff
path: root/gtk/gtkappchooseronline.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-05 12:18:30 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-05 12:18:30 -0500
commitd5df33c75f8a5be6ecf194e48d0f2ac174a3afb0 (patch)
treed5f72fec6ba2142036e53c77b1e7e42490c34579 /gtk/gtkappchooseronline.h
parent4701aeb3bc81771654f6c6e6f5ecb994125f072f (diff)
downloadgtk+-d5df33c75f8a5be6ecf194e48d0f2ac174a3afb0.tar.gz
Fix abi check after recent merges
Diffstat (limited to 'gtk/gtkappchooseronline.h')
-rw-r--r--gtk/gtkappchooseronline.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/gtk/gtkappchooseronline.h b/gtk/gtkappchooseronline.h
index d0eca3b9e0..a8316c1e1e 100644
--- a/gtk/gtkappchooseronline.h
+++ b/gtk/gtkappchooseronline.h
@@ -54,20 +54,20 @@ struct _GtkAppChooserOnlineInterface {
GError **error);
};
-GType _gtk_app_chooser_online_get_type (void) G_GNUC_CONST;
+GType _gtk_app_chooser_online_get_type (void) G_GNUC_CONST;
-void gtk_app_chooser_online_get_default_async (GAsyncReadyCallback callback,
- gpointer user_data);
-GtkAppChooserOnline * gtk_app_chooser_online_get_default_finish (GObject *source,
+void _gtk_app_chooser_online_get_default_async (GAsyncReadyCallback callback,
+ gpointer user_data);
+GtkAppChooserOnline * _gtk_app_chooser_online_get_default_finish (GObject *source,
GAsyncResult *result);
-void gtk_app_chooser_online_search_for_mimetype_async (GtkAppChooserOnline *self,
- const gchar *content_type,
- GtkWindow *parent,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gboolean gtk_app_chooser_online_search_for_mimetype_finish (GtkAppChooserOnline *self,
- GAsyncResult *res,
- GError **error);
+void _gtk_app_chooser_online_search_for_mimetype_async (GtkAppChooserOnline *self,
+ const gchar *content_type,
+ GtkWindow *parent,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean _gtk_app_chooser_online_search_for_mimetype_finish (GtkAppChooserOnline *self,
+ GAsyncResult *res,
+ GError **error);
#endif /* __GTK_APP_CHOOSER_ONLINE_H__ */