summaryrefslogtreecommitdiff
path: root/mate-panel/applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/applet.h')
-rw-r--r--mate-panel/applet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mate-panel/applet.h b/mate-panel/applet.h
index 2ee60659..50205c8f 100644
--- a/mate-panel/applet.h
+++ b/mate-panel/applet.h
@@ -36,7 +36,7 @@ typedef gboolean (* CallbackEnabledFunc) (void);
typedef struct {
char *name;
- char *stock_item;
+ GIcon *gicon;
char *text;
CallbackEnabledFunc is_enabled_func;
@@ -84,6 +84,8 @@ void mate_panel_applet_add_callback (AppletInfo *info,
const gchar *menuitem_text,
CallbackEnabledFunc is_enabled_func);
+void mate_panel_applet_clear_user_menu (AppletInfo *info);
+
AppletUserMenu *mate_panel_applet_get_callback (GList *user_menu,
const gchar *name);