mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Add some more since tags
This commit is contained in:
parent
f0eb58075a
commit
f40de4b152
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user