config: Add support for profiles and save
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 23 Jun 2016 12:29:55 +0000 (21:29 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 24 Jun 2016 08:10:21 +0000 (17:10 +0900)
commit54e515bdca1dca97efbd60ee1a3800ae1cabc095
treef0717a6331500de014c6978c716af30fc4580ec5
parent3ee261780a0f1bf227eb491d2be0974374133192
config: Add support for profiles and save

Most of these functions actually shouldn't be used by
standard applications. Some are hidden behind @protected.

flush_all() and reload() have not been implemented, on
purpose (save() should flush, and reload is automatic).
configure.ac
src/Makefile_Elementary.am
src/lib/elementary/Elementary.h.in
src/lib/elementary/efl_config_global.eo [new file with mode: 0644]
src/lib/elementary/efl_config_internal.eo [deleted file]
src/lib/elementary/elm_config.c
src/lib/elementary/elm_widget.c