diff options
author | Yakov Goldberg <yakov.g@samsung.com> | 2014-06-08 14:22:42 +0300 |
---|---|---|
committer | Yakov Goldberg <yakov.g@samsung.com> | 2014-06-08 14:22:42 +0300 |
commit | 766a211e565c841bd0b0e18810fab087fd73421b (patch) | |
tree | 727914e44a235325c99447456139001051c87de2 /src/bin/egui_gui/props_helper.h | |
parent | 8da8247fe6fb2ae91cb23b074492d82dc053a399 (diff) |
Refactoring helper function
Diffstat (limited to 'src/bin/egui_gui/props_helper.h')
-rw-r--r-- | src/bin/egui_gui/props_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/egui_gui/props_helper.h b/src/bin/egui_gui/props_helper.h index f4b1e15..16905c4 100644 --- a/src/bin/egui_gui/props_helper.h +++ b/src/bin/egui_gui/props_helper.h | |||
@@ -10,7 +10,7 @@ Eo * | |||
10 | props_entry_add(Eo *box, const char *str, Gui_Type t); | 10 | props_entry_add(Eo *box, const char *str, Gui_Type t); |
11 | 11 | ||
12 | Eo * | 12 | Eo * |
13 | props_label_add(Eo *box, const Op_Desc *op); | 13 | props_label_add(Eo *box, const char *str); |
14 | 14 | ||
15 | Eo * | 15 | Eo * |
16 | props_check_add(Eo *box, Eina_Bool state); | 16 | props_check_add(Eo *box, Eina_Bool state); |