Enums

Details

class Dee.ICUError(value)

Bases: GLib.Enum

Error codes for the ICU extension to Dee. These codes will be set when the error domain is #DEE_ICU_ERROR.

BAD_RULE = 0

Error parsing a transliteration rule

BAD_ID = 1

Error parsing a transliterator system id

UNKNOWN = 2

The ICU subsystem returned an error that is not handled in Dee

class Dee.SharedModelAccessMode(value)

Bases: GObject.GEnum

Enumeration defining behavior of the model with regards to writes from other peers in the swarm.

WORLD_WRITABLE = 0
LEADER_WRITABLE = 1
class Dee.SharedModelError(value)

Bases: GLib.Enum

SHARED_MODEL_ERROR_LEADER_INVALIDATED = 0
class Dee.SharedModelFlushMode(value)

Bases: GObject.GEnum

Enumeration defining flushing behavior of a shared model.

AUTOMATIC = 0
MANUAL = 1
class Dee.TransactionError(value)

Bases: GLib.Enum

Error codes for the Dee.Transaction class. These codes will be set when the error domain is #DEE_TRANSACTION_ERROR.

CONCURRENT_MODIFICATION = 1

The target model has been modified while the transaction was open.

COMMITTED = 2

Raised when someone tries to commit a transaction that has already been committed