Preference Tutorial

In this tutorial, we will see how to add preferences to an application.

Elementary provides a subset to define preferences, Elm_Prefs. Those are defined in special .epc files who look a lot like .edc files. They are compiled to a binary form using elm_prefs_cc.

Table of Contents

Preference example:

The whole code__: **preference.epc preference.c