summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_general.eot
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_general.eot')
-rw-r--r--src/lib/elementary/elm_general.eot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elementary/elm_general.eot b/src/lib/elementary/elm_general.eot
index 1a85387b6b..57cdd6d2e1 100644
--- a/src/lib/elementary/elm_general.eot
+++ b/src/lib/elementary/elm_general.eot
@@ -49,13 +49,13 @@ struct Elm.Gen.Item.Class
its managed for you by class ref/unref calls. ]]
delete_me: bool; [[ Leave this alone - set it to 0 if you have a
const class of your own. ]]
- item_style: const(char) *; [[ Name of the visual style to use for this item.
+ item_style: string; [[ Name of the visual style to use for this item.
If you don't know use "default". ]]
- decorate_item_style: const(char) *; [[ Style used if item is set to a decorate
+ decorate_item_style: string; [[ Style used if item is set to a decorate
mode. see elm_genlist_item_decorate_mode_set()
or NULL if you don't care. currently
it's used only in genlist. ]]
- decorate_all_item_style: const(char) *; [[ Style to use when in edit mode, or
+ decorate_all_item_style: string; [[ Style to use when in edit mode, or
NULL if you don't care. Currently
it's used only in genlist. ]]
func: Elm.Gen.Item.Class.Functions; [[ Set of callbacks ]]