summaryrefslogtreecommitdiff
path: root/endless/eosactionmenu-private.h
diff options
context:
space:
mode:
authorFelipe Erias Morandeira <femorandeira@igalia.com>2013-05-29 16:41:58 +0200
committerFelipe Erias Morandeira <femorandeira@igalia.com>2013-06-21 14:14:14 +0100
commita590e08267771472dd5c89ce01c1ffcbb21cb978 (patch)
tree1d873b429f7d0b5a7bfdee5dd99da143a59581d8 /endless/eosactionmenu-private.h
parent68124bb0bb06a865f21e0b28b8944a670d9cd6fd (diff)
EosActionMenu: Implemented the functionality to add a GtkAction and have it linked to a EosActionButton in the menu. Added example code in action-buttons.js
[endlessm/eos-sdk#79]
Diffstat (limited to 'endless/eosactionmenu-private.h')
-rw-r--r--endless/eosactionmenu-private.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/endless/eosactionmenu-private.h b/endless/eosactionmenu-private.h
index 181e467..14c33d4 100644
--- a/endless/eosactionmenu-private.h
+++ b/endless/eosactionmenu-private.h
@@ -54,9 +54,8 @@ EOS_SDK_ALL_API_VERSIONS
GtkWidget *eos_action_menu_new ();
EOS_SDK_ALL_API_VERSIONS
-GtkAction *eos_action_menu_add_action (EosActionMenu *menu,
- const gchar *first_property_name,
- ...);
+void eos_action_menu_add_action (EosActionMenu *menu,
+ GtkAction *action);
EOS_SDK_ALL_API_VERSIONS
GtkAction *eos_action_menu_get_action (EosActionMenu *menu,