efl loop - add an args event and ability to produce it
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 30 May 2016 10:47:21 +0000 (19:47 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Mon, 30 May 2016 10:47:21 +0000 (19:47 +0900)
commitf0335bde28e8d2e7346d9f138da60204b69d6f12
treea385caa27376362321d5987a04315bd8a104c6eb
parentafb4a194a82a092cb1568924c36d9b186007a28e
efl loop - add an args event and ability to produce it

this is an args event. right now we don't use it, but this should be
done by some of the setup/init of an app and then produce an args
event. the idea would be that this can be used by single-instance apps
like web browsers, terminology to treat launch as an event.
src/Makefile_Ecore.am
src/lib/ecore/Ecore_Eo.h
src/lib/ecore/ecore_main.c
src/lib/ecore/efl_loop.eo
src/lib/ecore/efl_loop_args.c [new file with mode: 0644]
src/lib/ecore/efl_loop_args.eo [new file with mode: 0644]