Import line: | TelepathyGLib = imports.gi.TelepathyGLib; |
GIR File: | TelepathyGLib-0.12.gir |
C documentation: | TelepathyGLibConnectionPresenceType |
Enum : | ConnectionPresenceType |
Properties | |
---|---|
guint32 TelepathyGLib.ConnectionPresenceType.AVAILABLE : 2
|
|
guint32 TelepathyGLib.ConnectionPresenceType.AWAY : 3
|
|
guint32 TelepathyGLib.ConnectionPresenceType.BUSY : 6
|
|
guint32 TelepathyGLib.ConnectionPresenceType.ERROR : 8
|
|
guint32 TelepathyGLib.ConnectionPresenceType.EXTENDED_AWAY : 4
|
|
guint32 TelepathyGLib.ConnectionPresenceType.HIDDEN : 5
|
|
guint32 TelepathyGLib.ConnectionPresenceType.OFFLINE : 1
|
|
guint32 TelepathyGLib.ConnectionPresenceType.UNKNOWN : 7
|
|
guint32 TelepathyGLib.ConnectionPresenceType.UNSET : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
TelepathyGLib.Account
Method |
get_automatic_presence
(Object out_values)
:
TelepathyGLib.ConnectionPresenceType
|
TelepathyGLib.Account
Method |
get_current_presence
(Object out_values)
:
TelepathyGLib.ConnectionPresenceType
|
TelepathyGLib.Account
Method |
get_requested_presence
(Object out_values)
:
TelepathyGLib.ConnectionPresenceType
|
TelepathyGLib.Account
Method |
request_presence_async
(ConnectionPresenceType type, String status, String message, Function callback, void* user_data)
:
none
|
TelepathyGLib.Account
Method |
set_automatic_presence_async
(ConnectionPresenceType type, String status, String message, Function callback, void* user_data)
:
none
|
TelepathyGLib.AccountManager
Method |
get_most_available_presence
(Object out_values)
:
TelepathyGLib.ConnectionPresenceType
|
TelepathyGLib.AccountManager
Method |
|
TelepathyGLib.Connection
Method |
TelepathyGLib.Connection.presence_type_cmp_availability
(ConnectionPresenceType p1, ConnectionPresenceType p2)
:
gint32
|
TelepathyGLib.Contact
Method |
get_presence_type
()
:
TelepathyGLib.ConnectionPresenceType
|