summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Erias Morandeira <femorandeira@igalia.com>2013-05-24 17:56:02 +0200
committerFelipe Erias Morandeira <femorandeira@igalia.com>2013-06-03 12:19:03 +0200
commitdcd9db26a5bcb2f5c3fc3bc152a5212f4c1bb36e (patch)
treee2dd3b71eba491e9dc21579fbba59b9d6aa0ec51
parent3758d16d0959a4d7e341708b4f9c39294b890356 (diff)
Code format
[endlessm/eos-sdk#30]
-rw-r--r--endless/eosactionbutton-private.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/endless/eosactionbutton-private.h b/endless/eosactionbutton-private.h
index d5670e7..a17f675 100644
--- a/endless/eosactionbutton-private.h
+++ b/endless/eosactionbutton-private.h
@@ -48,33 +48,33 @@ struct _EosActionButtonClass
};
EOS_SDK_ALL_API_VERSIONS
-GType eos_action_button_get_type (void) G_GNUC_CONST;
+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);
+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,
- const EosActionButtonSize size);
+void eos_action_button_set_size (EosActionButton *button,
+ EosActionButtonSize size);
EOS_SDK_ALL_API_VERSIONS
-EosActionButtonSize eos_action_button_get_size (EosActionButton *button);
+EosActionButtonSize eos_action_button_get_size (EosActionButton *button);
EOS_SDK_ALL_API_VERSIONS
-void eos_action_button_set_label (EosActionButton *button,
- const gchar *label);
+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);
+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);
+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);
+const gchar *eos_action_button_get_icon_id (EosActionButton *button);
G_END_DECLS