Name

enum _e_config_target_change_t — Target changed mode.

Synopsis

enum _e_config_target_change_t {
  E_CONFIG_TARGET_CHANGED_STATE,
  E_CONFIG_TARGET_CHANGED_REBUILD
};  

Constants

E_CONFIG_TARGET_CHANGED_STATE

A state of the target has changed.

E_CONFIG_TARGET_CHANGED_REBUILD

A state of the target has changed, and the UI must be reconfigured as a result.

Description

How the target has changed. If E_CONFIG_TARGET_CHANGED_REBUILD then a widget reconfigure is necessary, otherwise it is used to check if the widget is complete yet.

Description

How the target has changed. If E_CONFIG_TARGET_CHANGED_REBUILD then a widget reconfigure is necessary, otherwise it is used to check if the widget is complete yet.