diff options
Diffstat (limited to 'src/bin/edje')
-rw-r--r-- | src/bin/edje/edje_cc_handlers.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index 53bf91e758..403b210f7f 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c | |||
@@ -9007,12 +9007,15 @@ st_collections_group_parts_part_description_text_ellipsis(void) | |||
9007 | @property | 9007 | @property |
9008 | filter.code | 9008 | filter.code |
9009 | @parameters | 9009 | @parameters |
9010 | [filter program as a string] | 9010 | [filter program] OR [data name] |
9011 | @effect | 9011 | @effect |
9012 | Applies a series of image filters to a TEXT or IMAGE part. The argument | 9012 | Applies a series of image filters to a TEXT or IMAGE part. The argument |
9013 | to this field is the source code of a Lua program invoking various | 9013 | to this field is the source code of a Lua program invoking various |
9014 | filter operations. For more information, please refer to the page | 9014 | filter operations. For more information, please refer to the page |
9015 | "Evas filters reference". | 9015 | "Evas filters reference". |
9016 | The parameter can also be a parameter name as specified in the | ||
9017 | data section (item or file property). This means external filter files | ||
9018 | can be easily embedded in an edje file. | ||
9016 | @see evasfiltersref | 9019 | @see evasfiltersref |
9017 | @endproperty | 9020 | @endproperty |
9018 | */ | 9021 | */ |