diff options
Diffstat (limited to 'src/bin/edje')
-rw-r--r-- | src/bin/edje/edje_cc_handlers.c | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 114a085713..4c7955f45e 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c | |||
@@ -80,7 +80,7 @@ | |||
80 | * <ul> | 80 | * <ul> |
81 | * <li>@ref sec_collections_group_script "Script"</li> | 81 | * <li>@ref sec_collections_group_script "Script"</li> |
82 | * <li>@ref sec_collections_group_limits "Limits"</li> | 82 | * <li>@ref sec_collections_group_limits "Limits"</li> |
83 | * <li>@ref sec_toplevel_data "Data"</li> | 83 | * <li>@ref sec_collections_group_data "Data"</li> |
84 | * <li>@ref sec_collections_group_parts "Parts"</li> | 84 | * <li>@ref sec_collections_group_parts "Parts"</li> |
85 | * <ul> | 85 | * <ul> |
86 | * <li>@ref sec_collections_group_parts_part "Part"</li> | 86 | * <li>@ref sec_collections_group_parts_part "Part"</li> |
@@ -4229,6 +4229,35 @@ ob_collections_group_lua_script(void) | |||
4229 | } | 4229 | } |
4230 | } | 4230 | } |
4231 | 4231 | ||
4232 | /** @edcsubsection{collections_group_data, | ||
4233 | * Group.Data} */ | ||
4234 | |||
4235 | /** | ||
4236 | @page edcref | ||
4237 | @block | ||
4238 | data | ||
4239 | @context | ||
4240 | data { | ||
4241 | item: "key" "value"; | ||
4242 | .. | ||
4243 | } | ||
4244 | @description | ||
4245 | The "data" block is used to pass arbitrary parameters from the theme to | ||
4246 | the application. Unlike the toplevel data block, this block Group.Data | ||
4247 | can only store inline items (not files). | ||
4248 | See also the toplevel @ref sec_toplevel_data "Data" section. | ||
4249 | @endblock | ||
4250 | |||
4251 | @property | ||
4252 | item | ||
4253 | @parameters | ||
4254 | [parameter name] [parameter value] | ||
4255 | @effect | ||
4256 | Defines a new parameter, the value will be the string specified next to | ||
4257 | it. | ||
4258 | @endproperty | ||
4259 | */ | ||
4260 | |||
4232 | static void | 4261 | static void |
4233 | st_collections_group_data_item(void) | 4262 | st_collections_group_data_item(void) |
4234 | { | 4263 | { |