summaryrefslogtreecommitdiff
path: root/gio/ginitable.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/ginitable.h')
-rw-r--r--gio/ginitable.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/ginitable.h b/gio/ginitable.h
index 2c8804b1e..f5983d240 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_54_FOR(g_object_new_with_properties and g_initable_init)
gpointer g_initable_newv (GType object_type,
guint n_parameters,
GParameter *parameters,