Tizen Native API

Elementary configuration is formed by a set of options bounded to a given Elementary Profile profile, like Theme theme, finger size, etc.

These are functions with which one can synchronize the changes made to those values into the configuration storing files, de facto. You most probably don't want to use the functions in this group unless you're writing an elementary configuration manager.

Functions

void elm_config_reload (void)
 Reloads Elementary's configuration, bounded to the current selected profile.
void elm_config_all_flush (void)
 Flushes all config settings and then applies those settings to all applications using elementary on the current display.

Function Documentation

void elm_config_all_flush ( void  )

Flushes all config settings and then applies those settings to all applications using elementary on the current display.

Since :
2.3.1
void elm_config_reload ( void  )

Reloads Elementary's configuration, bounded to the current selected profile.

Since :
2.3.1
Remarks:
It is useful when you want to force reloading of the configuration values for a profile. If one removes the user custom configuration directories, it forces a reload with system values instead.
Returns:
EINA_TRUE if successful, otherwise EINA_FALSE