mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user