Introduce struct _config_key
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Thu, 12 Sep 2013 19:35:22 +0000 (16:35 -0300)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Thu, 19 Sep 2013 22:45:26 +0000 (19:45 -0300)
commit9892ad0f9423bacce14839992e344ebe58f41982
tree814710fefefb4a361721c37f449a520f2db39d6f
parent0929dc5e622d26e0930492e1fc726221b5a0146d
Introduce struct _config_key

With this new struct we simplify the config_section implementation
and remove from it the responsibility for setting/getting values.

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
src/Makefile.am
src/wkb-ibus-config-eet.c
src/wkb-ibus-config-key.c [new file with mode: 0644]
src/wkb-ibus-config-key.h [new file with mode: 0644]