summaryrefslogtreecommitdiff
path: root/mate-panel/applet.h
diff options
context:
space:
mode:
authorDenis Gorodnichev <[email protected]>2017-01-02 23:29:52 +0300
committerlukefromdc <[email protected]>2017-01-13 19:12:06 -0500
commit7ee450758e4f2bee13aa8ff967a5795a6dcdc91f (patch)
tree9352174371cbb4c5af49342f4797e4a8514a751c /mate-panel/applet.h
parenta27e6eaffa7e3bf72381b63dc9cfecc06125fce2 (diff)
downloadmate-panel-7ee450758e4f2bee13aa8ff967a5795a6dcdc91f.tar.bz2
mate-panel-7ee450758e4f2bee13aa8ff967a5795a6dcdc91f.tar.xz
support desktop actions
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);