gio: Deprecate GParameter-related functions

https://bugzilla.gnome.org/show_bug.cgi?id=709865
This commit is contained in:
Fabian Orccon
2017-01-26 19:47:47 -05:00
committed by Philip Withnall
parent 2646c21735
commit 3151da15d7
4 changed files with 7 additions and 2 deletions

View File

@@ -80,7 +80,8 @@ gpointer g_initable_new (GType object_type,
GError **error,
const gchar *first_property_name,
...);
GLIB_AVAILABLE_IN_ALL
GLIB_DEPRECATED_IN_2_52_FOR(g_object_new_with_properties and g_initable_init)
gpointer g_initable_newv (GType object_type,
guint n_parameters,
GParameter *parameters,