G_VARIANT_TYPE_VARDICT: Add 'Since:' tag
authorRyan Lortie <desrt@desrt.ca>
Wed, 13 Apr 2011 15:46:33 +0000 (11:46 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 13 Apr 2011 15:46:33 +0000 (11:46 -0400)
glib/gvarianttype.h

index ecf9d2e61a401de311f46228d17bf4228f28bad1..5c686ddac81f5c1e984c9fdd7fd52316c3e1b3a6 100644 (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}")