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
* 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
{

View File

@ -154,21 +154,27 @@
*
* #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
{