summaryrefslogtreecommitdiff
path: root/endless/eosactionmenu-private.h
diff options
context:
space:
mode:
authorFelipe Erias Morandeira <femorandeira@igalia.com>2013-06-21 14:13:03 +0100
committerFelipe Erias Morandeira <femorandeira@igalia.com>2013-06-21 14:15:41 +0100
commite256c9d9ee0eea90070a18152ff15b800bb1a82f (patch)
treef0e92bdea77fa6c18c7598dfcb9b8dedc5ee34ef /endless/eosactionmenu-private.h
parente3dd4555543b5476ee2b9197bd19f49476aca5d4 (diff)
Small fixes to the code, including removing EosActionMenu from the documentation.
[endlessm/eos-sdk#79]
Diffstat (limited to 'endless/eosactionmenu-private.h')
-rw-r--r--endless/eosactionmenu-private.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/endless/eosactionmenu-private.h b/endless/eosactionmenu-private.h
index 14c33d4..8b3755e 100644
--- a/endless/eosactionmenu-private.h
+++ b/endless/eosactionmenu-private.h
@@ -47,29 +47,22 @@ struct _EosActionMenuClass
GtkGridClass parent_class;
};
-EOS_SDK_ALL_API_VERSIONS
GType eos_action_menu_get_type (void) G_GNUC_CONST;
-EOS_SDK_ALL_API_VERSIONS
GtkWidget *eos_action_menu_new ();
-EOS_SDK_ALL_API_VERSIONS
void eos_action_menu_add_action (EosActionMenu *menu,
GtkAction *action);
-EOS_SDK_ALL_API_VERSIONS
GtkAction *eos_action_menu_get_action (EosActionMenu *menu,
const gchar *name);
-EOS_SDK_ALL_API_VERSIONS
-GList *eos_action_list_actions (EosActionMenu *menu);
+GList *eos_action_menu_list_actions (EosActionMenu *menu);
-EOS_SDK_ALL_API_VERSIONS
void eos_action_menu_remove_action (EosActionMenu *menu,
GtkAction *action);
-EOS_SDK_ALL_API_VERSIONS
void eos_action_menu_remove_action_by_name (EosActionMenu *menu,
const gchar *name);