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

@@ -81,7 +81,7 @@ gpointer g_initable_new (GType object_type,
const gchar *first_property_name,
...);
GLIB_DEPRECATED_IN_2_52_FOR(g_object_new_with_properties and g_initable_init)
GLIB_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties and g_initable_init)
gpointer g_initable_newv (GType object_type,
guint n_parameters,
GParameter *parameters,