From 683943b40e20d7cd4eda688d4410012b62b45a20 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 13 Apr 2011 11:35:06 -0400 Subject: [PATCH] GDBusInterfaceStub: Use G_VARIANT_TYPE_VARDICT when referring to type a{sv} Signed-off-by: David Zeuthen --- gio/gdbusinterfacestub.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/gio/gdbusinterfacestub.c b/gio/gdbusinterfacestub.c index ac57eb020..7fdb3c0f1 100644 --- a/gio/gdbusinterfacestub.c +++ b/gio/gdbusinterfacestub.c @@ -315,17 +315,13 @@ g_dbus_interface_stub_get_vtable (GDBusInterfaceStub *interface_) return ret; } -/* TODO: use G_VARIANT_TYPE_TYPE_ASV below when that is in GVariant. - * See https://bugzilla.gnome.org/show_bug.cgi?id=647614 - */ - /** * g_dbus_interface_stub_get_properties: * @interface_: A #GDBusInterfaceStub. * * Gets all D-Bus properties for @interface_. * - * Returns: A new, floating, #GVariant of type 'a{sv}'. Free with g_variant_unref(). + * Returns: A new, floating, #GVariant of type 'a{sv}'. Free with g_variant_unref(). * * Since: 2.30 */