Unskip GVariantDict
authorGiovanni Campagna <gcampagna@gnome.org>
Tue, 4 Mar 2014 14:30:12 +0000 (15:30 +0100)
committerGiovanni Campagna <gcampagna@gnome.org>
Wed, 5 Mar 2014 16:14:14 +0000 (17:14 +0100)
There is no reason to (skip) GVariantDict, it's a boxed type
and perfectly usable from gobject-introspection.

https://bugzilla.gnome.org/show_bug.cgi?id=725656

glib/gvariant.c

index 379844b..3b0099f 100644 (file)
@@ -3625,7 +3625,7 @@ g_variant_builder_end (GVariantBuilder *builder)
 /* GVariantDict {{{1 */
 
 /**
- * GVariantDict: (skip)
+ * GVariantDict:
  *
  * #GVariantDict is a mutable interface to #GVariant dictionaries.
  *