Tizen Native API
3.0
|
Elementary configuration is formed by a set options bounded to a given Elementary Profile profile, like Theme theme, finger size, etc. These are functions with which one synchronizes changes made to those values to 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) |
void | elm_config_all_flush (void) |
Function Documentation
void elm_config_all_flush | ( | void | ) |
Flush all config settings then apply those settings to all applications using elementary on the current display.
- Since :
- 2.3
Eina_Bool elm_config_atspi_mode_get | ( | void | ) |
Elementary widgets support Linux Accessibility standard. For more information please visit: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus Gets ATSPI mode
- Returns:
- the ATSPI mode
- Since (EFL) :
- 1.10
- See also:
- elm_config_atspi_mode_set()
- Since :
- 3.0
void elm_config_atspi_mode_set | ( | Eina_Bool | is_atspi | ) |
Sets ATSPI mode
- Parameters:
-
is_atspi If EINA_TRUE
, enables ATSPI2 mode
- Note:
- Enables Linux Accessibility support for Elementary widgets.
- Since (EFL) :
- 1.10
- See also:
- elm_config_atspi_mode_get()
- Since :
- 3.0
void elm_config_reload | ( | void | ) |
Reload Elementary's configuration, bounded to current selected profile.
- Returns:
EINA_TRUE
, when successful.EINA_FALSE
, otherwise.
Useful when you want to force reloading of configuration values for a profile. If one removes user custom configuration directories, for example, it will force a reload with system values instead.
- Since :
- 2.3