1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-15 14:43:34 +02:00

Unskip GVariantDict

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
This commit is contained in:
Giovanni Campagna
2014-03-04 15:30:12 +01:00
parent c9cda16a4f
commit b22f02a94b

@ -3625,7 +3625,7 @@ g_variant_builder_end (GVariantBuilder *builder)
/* GVariantDict {{{1 */
/**
* GVariantDict: (skip)
* GVariantDict:
*
* #GVariantDict is a mutable interface to #GVariant dictionaries.
*