The service object deals with configuration values of a given service The service can set and get the value of parameters. The services are used to group related parameters together. Basically, every application using the config server should use its own service name. For each service we need a schema file describing the parameters the service provides. The configurations values are stored in yaml file. Each conf file contains all the parameters for a given service in a given context. The conf files are organised with the following file hierachy : conf/$(service)/$(profile).yaml All the parameters that are independant of the profile are stored in the 'default' profile file. When we set or get parameters, the service server takes into account the current profile, so the applications using the service don't need to know about the current profile. NOTE: Docs for this are temporary disabled due to some internal problems with Vala.
org.freesmartphone.Preferences.Service