summaryrefslogtreecommitdiff
path: root/gio/gasyncinitable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gasyncinitable.h')
-rw-r--r--gio/gasyncinitable.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/gasyncinitable.h b/gio/gasyncinitable.h
index 8b05a22e7..1c713a13f 100644
--- a/gio/gasyncinitable.h
+++ b/gio/gasyncinitable.h
@@ -95,6 +95,8 @@ void g_async_initable_new_async (GType object_type,
gpointer user_data,
const gchar *first_property_name,
...);
+
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
GLIB_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties and g_async_initable_init_async)
void g_async_initable_newv_async (GType object_type,
guint n_parameters,
@@ -103,6 +105,8 @@ void g_async_initable_newv_async (GType object_type,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
+G_GNUC_END_IGNORE_DEPRECATIONS
+
GLIB_AVAILABLE_IN_ALL
void g_async_initable_new_valist_async (GType object_type,
const gchar *first_property_name,