Enums

Details

class TelepathyLogger.EntityType(value)

Bases: GLib.Enum

UNKNOWN = 0

the current contact’s type is unknown

CONTACT = 1

the contact’s type represents a user (buddy), but not the account’s owner for which TelepathyLogger.EntityType.SELF is used

ROOM = 2

a named room (TelepathyGLib.HandleType.ROOM)

SELF = 3

the contact’s type represents the owner of the account whose channel has been logged, as opposed to TelepathyLogger.EntityType.CONTACT which represents any other user

class TelepathyLogger.LogManagerError(value)

Bases: GLib.Enum

LOG_MANAGER_ERROR_ADD_EVENT = 0

Error return when adding logs fails