Enum dbus::tree::EmitsChangedSignal
[−]
[src]
pub enum EmitsChangedSignal { True, Invalidates, Const, False, }
Enumerates the different signaling behaviors a Property can have to being changed.
Variants
True | The Property emits a signal that includes the new value. | |
Invalidates | The Property emits a signal that does not include the new value. | |
Const | The Property cannot be changed. | |
False | The Property does not emit a signal when changed. |