diff options
Diffstat (limited to 'libtopmenu-client/topmenu-appmenubar.h')
-rw-r--r-- | libtopmenu-client/topmenu-appmenubar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtopmenu-client/topmenu-appmenubar.h b/libtopmenu-client/topmenu-appmenubar.h index 012d82f..575ac6e 100644 --- a/libtopmenu-client/topmenu-appmenubar.h +++ b/libtopmenu-client/topmenu-appmenubar.h @@ -45,7 +45,7 @@ struct _TopMenuAppMenuBarClass GtkMenuBarClass parent_class; }; -GType topmenu_app_menu_bar_get_type(void); +GType topmenu_app_menu_bar_get_type(void) G_GNUC_CONST; TopMenuAppMenuBar *topmenu_app_menu_bar_new(void); |