Annotate API introduced for 2.32 with GLIB_AVAILABLE_IN_2_32

https://bugzilla.gnome.org/show_bug.cgi?id=676816
This commit is contained in:
Colin Walters
2012-05-25 08:59:09 -04:00
parent a963712646
commit 1cc7162c95
26 changed files with 78 additions and 2 deletions

View File

@@ -41,7 +41,9 @@ G_BEGIN_DECLS
typedef struct _GMenuItem GMenuItem;
typedef struct _GMenu GMenu;
GLIB_AVAILABLE_IN_2_32
GType g_menu_get_type (void) G_GNUC_CONST;
GLIB_AVAILABLE_IN_2_32
GMenu * g_menu_new (void);
void g_menu_freeze (GMenu *menu);