g_dbus_gvariant_to_gvalue(): Add missing out annotation
authorMartin Pitt <martinpitt@gnome.org>
Tue, 5 Jun 2012 16:50:36 +0000 (18:50 +0200)
committerMartin Pitt <martinpitt@gnome.org>
Tue, 5 Jun 2012 16:50:36 +0000 (18:50 +0200)
gio/gdbusutils.c

index 1773a5c..1492053 100644 (file)
@@ -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.
  *