mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 12:24:12 +02:00
gobject: Deprecate g_object_newv
g_object_newv uses a GParameter as argument. Since GParameter is deprecated due to this type is not introspectible, g_object_newv is deprecated now. https://bugzilla.gnome.org/show_bug.cgi?id=709865
This commit is contained in:
committed by
Philip Withnall
parent
3151da15d7
commit
e2c3b7f634
@@ -425,7 +425,7 @@ GObject* g_object_new_with_properties (GType object_type,
|
||||
guint n_properties,
|
||||
const char *names[],
|
||||
const GValue values[]);
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GLIB_DEPRECATED_IN_2_52_FOR(g_object_new_with_properties)
|
||||
gpointer g_object_newv (GType object_type,
|
||||
guint n_parameters,
|
||||
GParameter *parameters);
|
||||
|
Reference in New Issue
Block a user