After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 647614 - G_VARIANT_TYPE_ASV
G_VARIANT_TYPE_ASV
Status: RESOLVED OBSOLETE
Product: glib
Classification: Platform
Component: gvariant
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Allison Karlitskaya (desrt)
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-04-13 00:09 UTC by David Zeuthen (not reading bugmail)
Modified: 2011-04-13 15:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Zeuthen (not reading bugmail) 2011-04-13 00:09:24 UTC
It would be nice to have something like

 http://developer.gnome.org/glib/unstable/glib-GVariantType.html#G-VARIANT-TYPE-DICTIONARY:CAPS

for a{sv} since it is such a common type. Want this mostly so I can have fragments like

  * Returns: A new, floating, #GVariant of type <link linkend="G-VARIANT-TYPE-ASV:CAPS">'a{sv}'</link>. Free with g_variant_unref().

in my docs. Thanks for considering.
Comment 1 Dan Winship 2011-04-13 02:21:25 UTC
already exists as G_VARIANT_TYPE_VARDICT in master
Comment 2 David Zeuthen (not reading bugmail) 2011-04-13 15:33:25 UTC
I see. It's lacking a Since tag, though...