raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=290b92852e544cfb315d45dd69f81856765e681e
commit 290b92852e544cfb315d45dd69f81856765e681e Author: Jee-Yong Um <jc9...@samsung.com> Date: Thu Nov 19 15:33:45 2015 +0900 edje: revise the explanation for mask_flags attribute Reviewers: cedric, raster Reviewed By: raster Subscribers: raster Differential Revision: https://phab.enlightenment.org/D3330 --- src/bin/edje/edje_cc_handlers.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/bin/edje/edje_cc_handlers.c b/src/bin/edje/edje_cc_handlers.c index e986291..aba6676 100644 --- a/src/bin/edje/edje_cc_handlers.c +++ b/src/bin/edje/edje_cc_handlers.c @@ -5587,7 +5587,8 @@ st_collections_group_parts_part_norepeat(void) Specifies whether events with the given flags should be ignored, i.e., will not have the signals emitted to the parts. Multiple flags must be separated by spaces, the effect will be ignoring all events - with one of the flags specified. Possible flags: + with one of the flags specified. + Possible flags: @li NONE (default value, no event will be ignored) @li ON_HOLD @endproperty @@ -5610,9 +5611,9 @@ st_collections_group_parts_part_ignore_flags(void) @parameters [FLAG] ... @effect - Masks event flags with the given value, so event propagating from this part - will go with masked flags. Other library, like Elementary, can determine - whether it handles this event. Possible flags: + Masks event flags with the given value, so that the event can be repeated + to the lower object along with masked event flags. + Possible flags: @li NONE (default value, no event will be masked) @li ON_HOLD @endproperty --