[glib] G_VARIANT_TYPE_VARDICT: Add 'Since:' tag



commit 4d15ba90c04e474f996777c9931d50eae712816e
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Apr 13 11:46:33 2011 -0400

    G_VARIANT_TYPE_VARDICT: Add 'Since:' tag

 glib/gvarianttype.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/glib/gvarianttype.h b/glib/gvarianttype.h
index ecf9d2e..5c686dd 100644
--- a/glib/gvarianttype.h
+++ b/glib/gvarianttype.h
@@ -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}")
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]