From e4a8f12e770e9483e2b7bf965711a22fad134444 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 5 Jun 2012 18:50:36 +0200 Subject: [PATCH] g_dbus_gvariant_to_gvalue(): Add missing out annotation --- gio/gdbusutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *