g_dbus_gvariant_to_gvalue(): Add missing out annotation

This commit is contained in:
Martin Pitt 2012-06-05 18:50:36 +02:00
parent bdf1660e28
commit e4a8f12e77

View File

@ -355,7 +355,7 @@ g_dbus_is_guid (const gchar *string)
/** /**
* g_dbus_gvariant_to_gvalue: * g_dbus_gvariant_to_gvalue:
* @value: A #GVariant. * @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. * Converts a #GVariant to a #GValue. If @value is floating, it is consumed.
* *