mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +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
|
||||
* 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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user