summaryrefslogtreecommitdiff
path: root/gio/gdbusutils.c
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-06-05 18:50:36 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-06-05 18:50:36 +0200
commite4a8f12e770e9483e2b7bf965711a22fad134444 (patch)
tree60ac466a240dcb2e9642fc600a0e02eaaac301f3 /gio/gdbusutils.c
parentbdf1660e2856a22aeca6b5927b5756119d6526ec (diff)
downloadglib-e4a8f12e770e9483e2b7bf965711a22fad134444.tar.gz
glib-e4a8f12e770e9483e2b7bf965711a22fad134444.tar.bz2
glib-e4a8f12e770e9483e2b7bf965711a22fad134444.zip
g_dbus_gvariant_to_gvalue(): Add missing out annotation
Diffstat (limited to 'gio/gdbusutils.c')
-rw-r--r--gio/gdbusutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdbusutils.c b/gio/gdbusutils.c
index 1773a5c0c..1492053e2 100644
--- a/gio/gdbusutils.c
+++ b/gio/gdbusutils.c
@@ -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.
*