summaryrefslogtreecommitdiff
path: root/endless/eosactionbutton-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'endless/eosactionbutton-private.h')
-rw-r--r--endless/eosactionbutton-private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/endless/eosactionbutton-private.h b/endless/eosactionbutton-private.h
index a17f675..27dcb62 100644
--- a/endless/eosactionbutton-private.h
+++ b/endless/eosactionbutton-private.h
@@ -47,33 +47,25 @@ struct _EosActionButtonClass
GtkButtonClass parent_class;
};
-EOS_SDK_ALL_API_VERSIONS
GType eos_action_button_get_type (void) G_GNUC_CONST;
-EOS_SDK_ALL_API_VERSIONS
GtkWidget *eos_action_button_new (EosActionButtonSize size,
const gchar *label,
const gchar *icon_id);
-EOS_SDK_ALL_API_VERSIONS
void eos_action_button_set_size (EosActionButton *button,
EosActionButtonSize size);
-EOS_SDK_ALL_API_VERSIONS
EosActionButtonSize eos_action_button_get_size (EosActionButton *button);
-EOS_SDK_ALL_API_VERSIONS
void eos_action_button_set_label (EosActionButton *button,
const gchar *label);
-EOS_SDK_ALL_API_VERSIONS
const gchar *eos_action_button_get_label (EosActionButton *button);
-EOS_SDK_ALL_API_VERSIONS
void eos_action_button_set_icon_id (EosActionButton *button,
const gchar *stock_id);
-EOS_SDK_ALL_API_VERSIONS
const gchar *eos_action_button_get_icon_id (EosActionButton *button);
G_END_DECLS