diff options
Diffstat (limited to 'xfce-applet')
-rw-r--r-- | xfce-applet/topmenu-xfce-panel-applet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce-applet/topmenu-xfce-panel-applet.h b/xfce-applet/topmenu-xfce-panel-applet.h index c948fda..958fe3b 100644 --- a/xfce-applet/topmenu-xfce-panel-applet.h +++ b/xfce-applet/topmenu-xfce-panel-applet.h @@ -47,7 +47,7 @@ struct _TopMenuXfcePanelAppletClass XfcePanelPluginClass parent_class; }; -GType topmenu_xfce_panel_applet_get_type(void); +GType topmenu_xfce_panel_applet_get_type(void) G_GNUC_CONST; XfcePanelPlugin *topmenu_xfce_panel_applet_new(void); |