mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 23:48:44 +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:
@@ -95,7 +95,7 @@ void g_async_initable_new_async (GType object_type,
|
||||
gpointer user_data,
|
||||
const gchar *first_property_name,
|
||||
...);
|
||||
GLIB_DEPRECATED_IN_2_52_FOR(g_object_new_with_properties and g_async_initable_init_async)
|
||||
GLIB_DEPRECATED_IN_2_54_FOR(g_object_new_with_properties and g_async_initable_init_async)
|
||||
void g_async_initable_newv_async (GType object_type,
|
||||
guint n_parameters,
|
||||
GParameter *parameters,
|
||||
|
Reference in New Issue
Block a user