TelepathyGLib.PresenceStatus

Fields

Name

Type

Access

Description

index

int

r/w

Index of the presence status in the provided supported presence statuses array

optional_arguments

{object: object}

r/w

A GLib.HashTable mapping of string identifiers to GValues of the optional status arguments, if any. If there are no optional arguments, this pointer may be None.

Methods

None

Details

class TelepathyGLib.PresenceStatus

Structure representing a presence status.

In addition to the fields documented here, there are two object fields which must currently be None. A meaning may be defined for these in a future version of telepathy-glib.

In modern Telepathy connection managers, the only optional argument should be a GObject.TYPE_STRING named “message”, on statuses that have an optional human-readable message. All other optional arguments are deprecated.