diff options
Diffstat (limited to 'gio/ginitable.h')
-rw-r--r-- | gio/ginitable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/ginitable.h b/gio/ginitable.h index 2c8804b1e..426c5bd2c 100644 --- a/gio/ginitable.h +++ b/gio/ginitable.h @@ -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, |