the name of the new presence status
the category into which this presence status falls
%TRUE if the user can set this presence status on themselves
%TRUE if this presence status is accompanied by an optional human-readable message
String identifier of the presence status
An array of #TpPresenceStatusOptionalArgumentSpec structures representing the optional arguments for this status, terminated by a NULL name. If there are no optional arguments for a status, this can be NULL. In modern Telepathy connection managers, the only optional argument should be a string (type "s") named "message" on statuses that have an optional human-readable message. All other optional arguments are deprecated.
A type value, as specified by #TpConnectionPresenceType
Indicates if this status may be set on yourself
Copy a presence status specification.
If self
has optional arguments other than a string named "message",
they are not copied. Optional arguments with other names or types
are deprecated.
Free a presence status specification produced by tp_presence_status_spec_new() or tp_presence_status_spec_copy().
Return the category into which this presence type falls. For instance, for XMPP's "" (do not disturb) status, this would return %TP_CONNECTION_PRESENCE_TYPE_BUSY.
the name of the new presence status
the category into which this presence status falls
%TRUE if the user can set this presence status on themselves
%TRUE if this presence status is accompanied by an optional human-readable message
Structure specifying a supported presence status.
In addition to the fields documented here, there are two gpointer fields which must currently be %NULL. A meaning may be defined for these in a future version of telepathy-glib.