Add some more since tags

This commit is contained in:
Matthias Clasen 2011-12-10 22:14:34 -05:00
parent f0eb58075a
commit f40de4b152
2 changed files with 15 additions and 5 deletions

View File

@ -48,14 +48,18 @@
* *
* #GMenu is an opaque structure type. You must access it using the * #GMenu is an opaque structure type. You must access it using the
* functions below. * functions below.
**/ *
* Since: 2.32
*/
/** /**
* GMenuItem: * GMenuItem:
* *
* #GMenuItem is an opaque structure type. You must access it using the * #GMenuItem is an opaque structure type. You must access it using the
* functions below. * functions below.
**/ *
* Since: 2.32
*/
struct _GMenuItem struct _GMenuItem
{ {

View File

@ -154,21 +154,27 @@
* *
* #GMenuModel is an opaque structure type. You must access it using the * #GMenuModel is an opaque structure type. You must access it using the
* functions below. * functions below.
**/ *
* Since: 2.32
*/
/** /**
* GMenuAttributeIter: * GMenuAttributeIter:
* *
* #GMenuAttributeIter is an opaque structure type. You must access it * #GMenuAttributeIter is an opaque structure type. You must access it
* using the functions below. * using the functions below.
**/ *
* Since: 2.32
*/
/** /**
* GMenuLinkIter: * GMenuLinkIter:
* *
* #GMenuLinkIter is an opaque structure type. You must access it using * #GMenuLinkIter is an opaque structure type. You must access it using
* the functions below. * the functions below.
**/ *
* Since: 2.32
*/
typedef struct typedef struct
{ {