e_msg: add API e_msg_event_type_get for handling inter module event 02/203602/7
authorJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 16 Apr 2019 06:40:12 +0000 (15:40 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 18 Apr 2019 04:14:03 +0000 (04:14 +0000)
commitf7ec3ad67fe7d0c39d029672f2f48fe142f19661
treeb6756fbb0c4b756ea309815200354e298752f696
parent09af1e0549558e0be6e63c866901191957b2f18d
e_msg: add API e_msg_event_type_get for handling inter module event

each module can handle ecore event by getting ecore event type form the API.
there are hash for message string and once api called,
ecore_event_type_new generates a new ev type for the string 1st time given.
otherwize returns the type id previously generated

Change-Id: Ibee2cafa6ca48a7d274f6d9d489d667fd749642a
Signed-off-by: Juyeon Lee <juyeonne.lee@samsung.com>
src/bin/e_msg.c
src/bin/e_msg.h