projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d76fbe9
)
evas - add warning to evas_object_freeze_events_set() API doc.
author
ChunEon Park
<hermet@hermet.pe.kr>
Sat, 15 Mar 2014 16:15:58 +0000
(
01:15
+0900)
committer
ChunEon Park
<hermet@hermet.pe.kr>
Sat, 15 Mar 2014 16:15:58 +0000
(
01:15
+0900)
src/lib/evas/Evas_Legacy.h
patch
|
blob
|
history
diff --git
a/src/lib/evas/Evas_Legacy.h
b/src/lib/evas/Evas_Legacy.h
index 394dcfbf39dfe162928c3d8a5c0495e639975cd8..3d1aa3ec22bbb546cce3e8384ffe67cfd84805b8 100644
(file)
--- a/
src/lib/evas/Evas_Legacy.h
+++ b/
src/lib/evas/Evas_Legacy.h
@@
-2677,6
+2677,10
@@
EAPI Eina_Bool evas_object_propagate_events_get(const Evas_Object *obj) EINA_WAR
* If @p freeze is @c EINA_FALSE, events will be processed on that
* object as normal.
*
+ * @warning If you block only key/mouse up events with this API, we won't
+ * guarantee the state of the object, that only had key/mouse down
+ * events, will be.
+ *
* @see evas_object_freeze_events_get()
* @see evas_object_pass_events_set()
* @see evas_object_repeat_events_set()