gobject: Fix Since/Deprecated versions for GParameter replacement API

This slipped through the review cracks.

https://bugzilla.gnome.org/show_bug.cgi?id=709865
This commit is contained in:
Philip Withnall
2017-03-31 11:09:53 +01:00
parent c11908ab7d
commit 2f2c2b6362
7 changed files with 13 additions and 13 deletions

View File

@@ -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,