mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
g_dbus_gvariant_to_gvalue(): Add missing out annotation
This commit is contained in:
parent
bdf1660e28
commit
e4a8f12e77
@ -355,7 +355,7 @@ g_dbus_is_guid (const gchar *string)
|
||||
/**
|
||||
* g_dbus_gvariant_to_gvalue:
|
||||
* @value: A #GVariant.
|
||||
* @out_gvalue: Return location pointing to a zero-filled (uninitialized) #GValue.
|
||||
* @out_gvalue: (out): Return location pointing to a zero-filled (uninitialized) #GValue.
|
||||
*
|
||||
* Converts a #GVariant to a #GValue. If @value is floating, it is consumed.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user