Add some more since tags
authorMatthias Clasen <mclasen@redhat.com>
Sun, 11 Dec 2011 03:14:34 +0000 (22:14 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 11 Dec 2011 03:14:34 +0000 (22:14 -0500)
gio/gmenu.c
gio/gmenumodel.c

index d98c753..d012595 100644 (file)
  *
  * #GMenu is an opaque structure type.  You must access it using the
  * functions below.
- **/
+ *
+ * Since: 2.32
+ */
 
 /**
  * GMenuItem:
  *
  * #GMenuItem is an opaque structure type.  You must access it using the
  * functions below.
- **/
+ *
+ * Since: 2.32
+ */
 
 struct _GMenuItem
 {
index 8d97b95..e548d94 100644 (file)
  *
  * #GMenuModel is an opaque structure type.  You must access it using the
  * functions below.
- **/
+ *
+ * Since: 2.32
+ */
 
 /**
  * GMenuAttributeIter:
  *
  * #GMenuAttributeIter is an opaque structure type.  You must access it
  * using the functions below.
- **/
+ *
+ * Since: 2.32
+ */
 
 /**
  * GMenuLinkIter:
  *
  * #GMenuLinkIter is an opaque structure type.  You must access it using
  * the functions below.
- **/
+ *
+ * Since: 2.32
+ */
 
 typedef struct
 {