summaryrefslogtreecommitdiff
path: root/mate-panel/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/menu.h')
-rw-r--r--mate-panel/menu.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/mate-panel/menu.h b/mate-panel/menu.h
index e82760d5..0c6d3495 100644
--- a/mate-panel/menu.h
+++ b/mate-panel/menu.h
@@ -36,12 +36,11 @@ void setup_menuitem (GtkWidget *menuitem,
GtkIconSize icon_size,
GtkWidget *pixmap,
const char *title);
-void setup_menu_item_with_icon (GtkWidget *item,
- GtkIconSize icon_size,
- const char *icon_name,
- const char *stock_id,
- GIcon *gicon,
- const char *title);
+void setup_menuitem_with_icon (GtkWidget *menuitem,
+ GtkIconSize icon_size,
+ GIcon *gicon,
+ const char *image_filename,
+ const char *title);
GtkWidget *create_empty_menu (void);
GtkWidget *create_applications_menu (const char *menu_file,