G_VARIANT_TYPE_VARDICT: Add 'Since:' tag

This commit is contained in:
Ryan Lortie 2011-04-13 11:46:33 -04:00
parent 76492d7741
commit 4d15ba90c0

View File

@ -260,6 +260,8 @@ typedef struct _GVariantType GVariantType;
*
* The type of a dictionary mapping strings to variants (the ubiquitous
* "a{sv}" type).
*
* Since: 2.30
**/
#define G_VARIANT_TYPE_VARDICT ((const GVariantType *) "a{sv}")