Enums¶
Details¶
- class Lfb.EventEndReason(value)¶
 Bases:
GObject.GEnumEnum values used to indicate why the feedbacks for an event ended.
- NOT_FOUND = -1¶
 There was no feedback in the current theme for this event so no feedback was provided to the user.
- NATURAL = 0¶
 All feedbacks finished playing their natural length
- EXPIRED = 1¶
 Feedbacks ran until the set timeout expired
- EXPLICIT = 2¶
 The feedbacks were ended explicitly
- class Lfb.EventState(value)¶
 Bases:
GObject.GEnumEnum values to indicate the current state of the feedbacks triggered by an event.
- ERRORED = -1¶
 An error occurred triggering feedbacks
- NONE = 0¶
 No state information yet
- RUNNING = 1¶
 The feedbacks for this event are currently running
- ENDED = 2¶
 All feedbacks for this event ended