diff options
author | Jiyoun Park <jijibe99@gmail.com> | 2013-02-15 09:32:40 +0000 |
---|---|---|
committer | Jiyoun Park <jijibe99@gmail.com> | 2013-02-15 09:32:40 +0000 |
commit | c5a8a6b5ff3da760fdd5018fdfba05cc2b82588e (patch) | |
tree | 021977392dcc128263818e9c118dfd8ae94e25b4 /ChangeLog | |
parent | 98854667875ef83fc18a393a5d26b30603984b97 (diff) | |
download | efl-c5a8a6b5ff3da760fdd5018fdfba05cc2b82588e.tar.gz efl-c5a8a6b5ff3da760fdd5018fdfba05cc2b82588e.tar.xz efl-c5a8a6b5ff3da760fdd5018fdfba05cc2b82588e.zip |
Add infrastructure to handle message between ecore and parent ecore in Ecore_Evas
I add new example related with this. (ecore_evas_extn_socket & plug example)
ecore extn use this infrasturcture, server app and client app can communicate each other
later, this can be used to contorl access message
SVN revision: 83942
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2013-02-15 Jiyoun Park (jypark) + + * Add infrastructure to handle message between ecore and parent ecore in Ecore_Evas. + 2013-02-14 Cedric Bail * Reduce memory consumption of Edje program handler. |