summaryrefslogtreecommitdiff
path: root/gio/gasyncinitable.h
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-03-31 11:09:53 +0100
committerPhilip Withnall <withnall@endlessm.com>2017-03-31 11:09:53 +0100
commit2f2c2b6362b26fe9b9f6808e1c3dd16ce41a0ffe (patch)
treef33b46bbbdcffb4b5ea1452557809f690735549d /gio/gasyncinitable.h
parentc11908ab7da12a84cd30ff666e959ea24a9ff9ae (diff)
downloadglib-2f2c2b6362b26fe9b9f6808e1c3dd16ce41a0ffe.tar.gz
gobject: Fix Since/Deprecated versions for GParameter replacement API
This slipped through the review cracks. https://bugzilla.gnome.org/show_bug.cgi?id=709865
Diffstat (limited to 'gio/gasyncinitable.h')
-rw-r--r--gio/gasyncinitable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gasyncinitable.h b/gio/gasyncinitable.h
index 495ec8195..6ae426e0a 100644
--- a/gio/gasyncinitable.h
+++ b/gio/gasyncinitable.h
@@ -95,7 +95,7 @@ void g_async_initable_new_async (GType object_type,
gpointer user_data,
const gchar *first_property_name,
...);
-GLIB_DEPRECATED_IN_2_52_FOR(g_object_new_with_properties and g_async_initable_init_async)
+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,
GParameter *parameters,