The Enlightened Property Library

The Enlightened Property Library (Ecore_Config) is an abstraction from the complexities of writing your own configuration.

It provides many features using the Enlightenment 17 development libraries. To use the library, you:

  • Set the default values of your properties.
  • Load the configuration from a file. You must set the default values first, so that the library knows the correct type of each argument. The following examples show how to use the Enlightened Property Library:
  • config_basic_example.c
  • config_listener_example.c