[glib/gdbus-codegen] GDBusInterfaceStub: Use G_VARIANT_TYPE_VARDICT when referring to type a{sv}



commit 683943b40e20d7cd4eda688d4410012b62b45a20
Author: David Zeuthen <davidz redhat com>
Date:   Wed Apr 13 11:35:06 2011 -0400

    GDBusInterfaceStub: Use G_VARIANT_TYPE_VARDICT when referring to type a{sv}
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 gio/gdbusinterfacestub.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/gio/gdbusinterfacestub.c b/gio/gdbusinterfacestub.c
index ac57eb0..7fdb3c0 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 <link linkend="G-VARIANT-TYPE-DICTIONARY:CAPS">'a{sv}'</link>. Free with g_variant_unref().
+ * Returns: A new, floating, #GVariant of type <link linkend="G-VARIANT-TYPE-VARDICT:CAPS">'a{sv}'</link>. Free with g_variant_unref().
  *
  * Since: 2.30
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]