ecore: here comes a command line object
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 26 Dec 2018 14:31:57 +0000 (15:31 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:33 +0000 (20:49 +0900)
commit090b56322866b5d5cf5297f5a38960bef7708dd8
treee13f608d7398c8dd50b151fbd42fd46e94997ba5
parentb45c003fd1bbf94e88fa5ef40c089b3deb0e90c8
ecore: here comes a command line object

the mixin for now can carry a command, which can be setted as an string.
The string is then parsed again, this is done in order to make sure that
everything that needs escaping really is escaped or parsed correctly.

Differential Revision: https://phab.enlightenment.org/D7516
src/Makefile_Ecore.am
src/lib/ecore/Ecore_Eo.h
src/lib/ecore/efl_core_command_line.c [new file with mode: 0644]
src/lib/ecore/efl_core_command_line.eo [new file with mode: 0644]
src/lib/ecore/meson.build
src/tests/ecore/efl_app_suite.c
src/tests/ecore/efl_app_suite.h
src/tests/ecore/efl_app_test_cml.c [new file with mode: 0644]
src/tests/ecore/efl_app_test_cml.eo [new file with mode: 0644]
src/tests/ecore/meson.build