| telepathy-enums.h | | telepathy-enums.h | |
| | | | |
| skipping to change at line 21 | | skipping to change at line 21 | |
| TP_CONN_MGR_PARAM_FLAG_REGISTER = 2, | | TP_CONN_MGR_PARAM_FLAG_REGISTER = 2, | |
| TP_CONN_MGR_PARAM_FLAG_HAS_DEFAULT = 4, | | TP_CONN_MGR_PARAM_FLAG_HAS_DEFAULT = 4, | |
| TP_CONN_MGR_PARAM_FLAG_SECRET = 8, | | TP_CONN_MGR_PARAM_FLAG_SECRET = 8, | |
| TP_CONN_MGR_PARAM_FLAG_DBUS_PROPERTY = 16, | | TP_CONN_MGR_PARAM_FLAG_DBUS_PROPERTY = 16, | |
| } TpConnMgrParamFlags; | | } TpConnMgrParamFlags; | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_HANDLE_TYPE_NONE = 0, | | TP_HANDLE_TYPE_NONE = 0, | |
| TP_HANDLE_TYPE_CONTACT = 1, | | TP_HANDLE_TYPE_CONTACT = 1, | |
| TP_HANDLE_TYPE_ROOM = 2, | | TP_HANDLE_TYPE_ROOM = 2, | |
|
| TP_HANDLE_TYPE_LIST = 3, | | | |
| TP_HANDLE_TYPE_GROUP = 4, | | | |
| } TpHandleType; | | } TpHandleType; | |
|
| #define TP_NUM_HANDLE_TYPES (4+1) | | #define TP_NUM_HANDLE_TYPES (2+1) | |
| #define NUM_TP_HANDLE_TYPES TP_NUM_HANDLE_TYPES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CONNECTION_STATUS_CONNECTED = 0, | | TP_CONNECTION_STATUS_CONNECTED = 0, | |
| TP_CONNECTION_STATUS_CONNECTING = 1, | | TP_CONNECTION_STATUS_CONNECTING = 1, | |
| TP_CONNECTION_STATUS_DISCONNECTED = 2, | | TP_CONNECTION_STATUS_DISCONNECTED = 2, | |
| } TpConnectionStatus; | | } TpConnectionStatus; | |
| #define TP_NUM_CONNECTION_STATUSES (2+1) | | #define TP_NUM_CONNECTION_STATUSES (2+1) | |
|
| #define NUM_TP_CONNECTION_STATUSES TP_NUM_CONNECTION_STATUSES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED = 0, | | TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED = 0, | |
| TP_CONNECTION_STATUS_REASON_REQUESTED = 1, | | TP_CONNECTION_STATUS_REASON_REQUESTED = 1, | |
| TP_CONNECTION_STATUS_REASON_NETWORK_ERROR = 2, | | TP_CONNECTION_STATUS_REASON_NETWORK_ERROR = 2, | |
| TP_CONNECTION_STATUS_REASON_AUTHENTICATION_FAILED = 3, | | TP_CONNECTION_STATUS_REASON_AUTHENTICATION_FAILED = 3, | |
| TP_CONNECTION_STATUS_REASON_ENCRYPTION_ERROR = 4, | | TP_CONNECTION_STATUS_REASON_ENCRYPTION_ERROR = 4, | |
| TP_CONNECTION_STATUS_REASON_NAME_IN_USE = 5, | | TP_CONNECTION_STATUS_REASON_NAME_IN_USE = 5, | |
| TP_CONNECTION_STATUS_REASON_CERT_NOT_PROVIDED = 6, | | TP_CONNECTION_STATUS_REASON_CERT_NOT_PROVIDED = 6, | |
| TP_CONNECTION_STATUS_REASON_CERT_UNTRUSTED = 7, | | TP_CONNECTION_STATUS_REASON_CERT_UNTRUSTED = 7, | |
| | | | |
| skipping to change at line 55 | | skipping to change at line 51 | |
| TP_CONNECTION_STATUS_REASON_CERT_NOT_ACTIVATED = 9, | | TP_CONNECTION_STATUS_REASON_CERT_NOT_ACTIVATED = 9, | |
| TP_CONNECTION_STATUS_REASON_CERT_HOSTNAME_MISMATCH = 10, | | TP_CONNECTION_STATUS_REASON_CERT_HOSTNAME_MISMATCH = 10, | |
| TP_CONNECTION_STATUS_REASON_CERT_FINGERPRINT_MISMATCH = 11, | | TP_CONNECTION_STATUS_REASON_CERT_FINGERPRINT_MISMATCH = 11, | |
| TP_CONNECTION_STATUS_REASON_CERT_SELF_SIGNED = 12, | | TP_CONNECTION_STATUS_REASON_CERT_SELF_SIGNED = 12, | |
| TP_CONNECTION_STATUS_REASON_CERT_OTHER_ERROR = 13, | | TP_CONNECTION_STATUS_REASON_CERT_OTHER_ERROR = 13, | |
| TP_CONNECTION_STATUS_REASON_CERT_REVOKED = 14, | | TP_CONNECTION_STATUS_REASON_CERT_REVOKED = 14, | |
| TP_CONNECTION_STATUS_REASON_CERT_INSECURE = 15, | | TP_CONNECTION_STATUS_REASON_CERT_INSECURE = 15, | |
| TP_CONNECTION_STATUS_REASON_CERT_LIMIT_EXCEEDED = 16, | | TP_CONNECTION_STATUS_REASON_CERT_LIMIT_EXCEEDED = 16, | |
| } TpConnectionStatusReason; | | } TpConnectionStatusReason; | |
| #define TP_NUM_CONNECTION_STATUS_REASONS (16+1) | | #define TP_NUM_CONNECTION_STATUS_REASONS (16+1) | |
|
| #define NUM_TP_CONNECTION_STATUS_REASONS TP_NUM_CONNECTION_STATUS_REASONS | | | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_CONNECTION_ALIAS_FLAG_USER_SET = 1, | | TP_CONNECTION_ALIAS_FLAG_USER_SET = 1, | |
| } TpConnectionAliasFlags; | | } TpConnectionAliasFlags; | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_ANONYMITY_MODE_CLIENT_INFO = 1, | | TP_ANONYMITY_MODE_CLIENT_INFO = 1, | |
| TP_ANONYMITY_MODE_SHOW_CLIENT_INFO = 2, | | TP_ANONYMITY_MODE_SHOW_CLIENT_INFO = 2, | |
| TP_ANONYMITY_MODE_NETWORK_INFO = 4, | | TP_ANONYMITY_MODE_NETWORK_INFO = 4, | |
| } TpAnonymityModeFlags; | | } TpAnonymityModeFlags; | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
|
| TP_CONNECTION_CAPABILITY_FLAG_CREATE = 1, | | | |
| TP_CONNECTION_CAPABILITY_FLAG_INVITE = 2, | | | |
| } TpConnectionCapabilityFlags; | | | |
| | | | |
| typedef enum /*< flags >*/ { | | | |
| TP_CONTACT_BLOCKING_CAPABILITY_CAN_REPORT_ABUSIVE = 1, | | TP_CONTACT_BLOCKING_CAPABILITY_CAN_REPORT_ABUSIVE = 1, | |
| } TpContactBlockingCapabilities; | | } TpContactBlockingCapabilities; | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_CONTACT_INFO_FLAG_CAN_SET = 1, | | TP_CONTACT_INFO_FLAG_CAN_SET = 1, | |
| TP_CONTACT_INFO_FLAG_PUSH = 2, | | TP_CONTACT_INFO_FLAG_PUSH = 2, | |
| } TpContactInfoFlags; | | } TpContactInfoFlags; | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_CONTACT_INFO_FIELD_FLAG_PARAMETERS_EXACT = 1, | | TP_CONTACT_INFO_FIELD_FLAG_PARAMETERS_EXACT = 1, | |
| TP_CONTACT_INFO_FIELD_FLAG_OVERWRITTEN_BY_NICKNAME = 2, | | TP_CONTACT_INFO_FIELD_FLAG_OVERWRITTEN_BY_NICKNAME = 2, | |
| } TpContactInfoFieldFlags; | | } TpContactInfoFieldFlags; | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CONTACT_LIST_STATE_NONE = 0, | | TP_CONTACT_LIST_STATE_NONE = 0, | |
| TP_CONTACT_LIST_STATE_WAITING = 1, | | TP_CONTACT_LIST_STATE_WAITING = 1, | |
| TP_CONTACT_LIST_STATE_FAILURE = 2, | | TP_CONTACT_LIST_STATE_FAILURE = 2, | |
| TP_CONTACT_LIST_STATE_SUCCESS = 3, | | TP_CONTACT_LIST_STATE_SUCCESS = 3, | |
| } TpContactListState; | | } TpContactListState; | |
| #define TP_NUM_CONTACT_LIST_STATES (3+1) | | #define TP_NUM_CONTACT_LIST_STATES (3+1) | |
|
| #define NUM_TP_CONTACT_LIST_STATES TP_NUM_CONTACT_LIST_STATES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_SUBSCRIPTION_STATE_UNKNOWN = 0, | | TP_SUBSCRIPTION_STATE_UNKNOWN = 0, | |
| TP_SUBSCRIPTION_STATE_NO = 1, | | TP_SUBSCRIPTION_STATE_NO = 1, | |
| TP_SUBSCRIPTION_STATE_REMOVED_REMOTELY = 2, | | TP_SUBSCRIPTION_STATE_REMOVED_REMOTELY = 2, | |
| TP_SUBSCRIPTION_STATE_ASK = 3, | | TP_SUBSCRIPTION_STATE_ASK = 3, | |
| TP_SUBSCRIPTION_STATE_YES = 4, | | TP_SUBSCRIPTION_STATE_YES = 4, | |
| } TpSubscriptionState; | | } TpSubscriptionState; | |
| #define TP_NUM_SUBSCRIPTION_STATES (4+1) | | #define TP_NUM_SUBSCRIPTION_STATES (4+1) | |
|
| #define NUM_TP_SUBSCRIPTION_STATES TP_NUM_SUBSCRIPTION_STATES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CONTACT_METADATA_STORAGE_TYPE_NONE = 0, | | TP_CONTACT_METADATA_STORAGE_TYPE_NONE = 0, | |
| TP_CONTACT_METADATA_STORAGE_TYPE_SUBSCRIBED_OR_PENDING = 1, | | TP_CONTACT_METADATA_STORAGE_TYPE_SUBSCRIBED_OR_PENDING = 1, | |
| TP_CONTACT_METADATA_STORAGE_TYPE_SUBSCRIBED = 2, | | TP_CONTACT_METADATA_STORAGE_TYPE_SUBSCRIBED = 2, | |
| TP_CONTACT_METADATA_STORAGE_TYPE_ANYONE = 3, | | TP_CONTACT_METADATA_STORAGE_TYPE_ANYONE = 3, | |
| } TpContactMetadataStorageType; | | } TpContactMetadataStorageType; | |
| #define TP_NUM_CONTACT_METADATA_STORAGE_TYPES (3+1) | | #define TP_NUM_CONTACT_METADATA_STORAGE_TYPES (3+1) | |
|
| #define NUM_TP_CONTACT_METADATA_STORAGE_TYPES TP_NUM_CONTACT_METADATA_STORA
GE_TYPES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CONNECTION_PRESENCE_TYPE_UNSET = 0, | | TP_CONNECTION_PRESENCE_TYPE_UNSET = 0, | |
| TP_CONNECTION_PRESENCE_TYPE_OFFLINE = 1, | | TP_CONNECTION_PRESENCE_TYPE_OFFLINE = 1, | |
| TP_CONNECTION_PRESENCE_TYPE_AVAILABLE = 2, | | TP_CONNECTION_PRESENCE_TYPE_AVAILABLE = 2, | |
| TP_CONNECTION_PRESENCE_TYPE_AWAY = 3, | | TP_CONNECTION_PRESENCE_TYPE_AWAY = 3, | |
| TP_CONNECTION_PRESENCE_TYPE_EXTENDED_AWAY = 4, | | TP_CONNECTION_PRESENCE_TYPE_EXTENDED_AWAY = 4, | |
| TP_CONNECTION_PRESENCE_TYPE_HIDDEN = 5, | | TP_CONNECTION_PRESENCE_TYPE_HIDDEN = 5, | |
| TP_CONNECTION_PRESENCE_TYPE_BUSY = 6, | | TP_CONNECTION_PRESENCE_TYPE_BUSY = 6, | |
| TP_CONNECTION_PRESENCE_TYPE_UNKNOWN = 7, | | TP_CONNECTION_PRESENCE_TYPE_UNKNOWN = 7, | |
| TP_CONNECTION_PRESENCE_TYPE_ERROR = 8, | | TP_CONNECTION_PRESENCE_TYPE_ERROR = 8, | |
| } TpConnectionPresenceType; | | } TpConnectionPresenceType; | |
| #define TP_NUM_CONNECTION_PRESENCE_TYPES (8+1) | | #define TP_NUM_CONNECTION_PRESENCE_TYPES (8+1) | |
|
| #define NUM_TP_CONNECTION_PRESENCE_TYPES TP_NUM_CONNECTION_PRESENCE_TYPES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_ACCESS_CONTROL_TYPE_WHITELIST = 0, | | TP_ACCESS_CONTROL_TYPE_WHITELIST = 0, | |
| TP_ACCESS_CONTROL_TYPE_PUBLISH_LIST = 1, | | TP_ACCESS_CONTROL_TYPE_PUBLISH_LIST = 1, | |
| TP_ACCESS_CONTROL_TYPE_GROUP = 2, | | TP_ACCESS_CONTROL_TYPE_GROUP = 2, | |
| TP_ACCESS_CONTROL_TYPE_OPEN = 3, | | TP_ACCESS_CONTROL_TYPE_OPEN = 3, | |
| TP_ACCESS_CONTROL_TYPE_SUBSCRIBE_OR_PUBLISH_LIST = 4, | | TP_ACCESS_CONTROL_TYPE_SUBSCRIBE_OR_PUBLISH_LIST = 4, | |
| TP_ACCESS_CONTROL_TYPE_CLOSED = 5, | | TP_ACCESS_CONTROL_TYPE_CLOSED = 5, | |
| TP_ACCESS_CONTROL_TYPE_NOT_UNDERSTOOD = 6, | | TP_ACCESS_CONTROL_TYPE_NOT_UNDERSTOOD = 6, | |
| } TpAccessControlType; | | } TpAccessControlType; | |
| #define TP_NUM_ACCESS_CONTROL_TYPES (6+1) | | #define TP_NUM_ACCESS_CONTROL_TYPES (6+1) | |
|
| #define NUM_TP_ACCESS_CONTROL_TYPES TP_NUM_ACCESS_CONTROL_TYPES | | | |
| | | | |
| typedef enum { | | | |
| TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_WHITELIST = 0, | | | |
| TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_PUBLISH_LIST = 1, | | | |
| TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_GROUP = 2, | | | |
| TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_OPEN = 3, | | | |
| } TpRichPresenceAccessControlType; | | | |
| #define TP_NUM_RICH_PRESENCE_ACCESS_CONTROL_TYPES (3+1) | | | |
| #define NUM_TP_RICH_PRESENCE_ACCESS_CONTROL_TYPES TP_NUM_RICH_PRESENCE_ACCE | | | |
| SS_CONTROL_TYPES | | | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_LOCATION_FEATURE_CAN_SET = 1, | | TP_LOCATION_FEATURE_CAN_SET = 1, | |
| } TpLocationFeatures; | | } TpLocationFeatures; | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_SERVICE_POINT_TYPE_NONE = 0, | | TP_SERVICE_POINT_TYPE_NONE = 0, | |
| TP_SERVICE_POINT_TYPE_EMERGENCY = 1, | | TP_SERVICE_POINT_TYPE_EMERGENCY = 1, | |
| TP_SERVICE_POINT_TYPE_COUNSELING = 2, | | TP_SERVICE_POINT_TYPE_COUNSELING = 2, | |
| } TpServicePointType; | | } TpServicePointType; | |
| #define TP_NUM_SERVICE_POINT_TYPES (2+1) | | #define TP_NUM_SERVICE_POINT_TYPES (2+1) | |
|
| #define NUM_TP_SERVICE_POINT_TYPES TP_NUM_SERVICE_POINT_TYPES | | | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_UNREAD_MAIL_COUNT = 1, | | TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_UNREAD_MAIL_COUNT = 1, | |
| TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_UNREAD_MAILS = 2, | | TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_UNREAD_MAILS = 2, | |
| TP_MAIL_NOTIFICATION_FLAG_EMITS_MAILS_RECEIVED = 4, | | TP_MAIL_NOTIFICATION_FLAG_EMITS_MAILS_RECEIVED = 4, | |
| TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_REQUEST_INBOX_URL = 8, | | TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_REQUEST_INBOX_URL = 8, | |
| TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_REQUEST_MAIL_URL = 16, | | TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_REQUEST_MAIL_URL = 16, | |
| TP_MAIL_NOTIFICATION_FLAG_THREAD_BASED = 32, | | TP_MAIL_NOTIFICATION_FLAG_THREAD_BASED = 32, | |
| } TpMailNotificationFlags; | | } TpMailNotificationFlags; | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_HTTP_METHOD_GET = 0, | | TP_HTTP_METHOD_GET = 0, | |
| TP_HTTP_METHOD_POST = 1, | | TP_HTTP_METHOD_POST = 1, | |
| } TpHTTPMethod; | | } TpHTTPMethod; | |
| #define TP_NUM_HTTP_METHODS (1+1) | | #define TP_NUM_HTTP_METHODS (1+1) | |
|
| #define NUM_TP_HTTP_METHODS TP_NUM_HTTP_METHODS | | | |
| | | typedef enum { | |
| | | TP_CHANNEL_TEXT_SEND_ERROR_UNKNOWN = 0, | |
| | | TP_CHANNEL_TEXT_SEND_ERROR_OFFLINE = 1, | |
| | | TP_CHANNEL_TEXT_SEND_ERROR_INVALID_CONTACT = 2, | |
| | | TP_CHANNEL_TEXT_SEND_ERROR_PERMISSION_DENIED = 3, | |
| | | TP_CHANNEL_TEXT_SEND_ERROR_TOO_LONG = 4, | |
| | | TP_CHANNEL_TEXT_SEND_ERROR_NOT_IMPLEMENTED = 5, | |
| | | } TpChannelTextSendError; | |
| | | #define TP_NUM_CHANNEL_TEXT_SEND_ERRORS (5+1) | |
| | | | |
| | | typedef enum { | |
| | | TP_CHANNEL_TEXT_MESSAGE_TYPE_NORMAL = 0, | |
| | | TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION = 1, | |
| | | TP_CHANNEL_TEXT_MESSAGE_TYPE_NOTICE = 2, | |
| | | TP_CHANNEL_TEXT_MESSAGE_TYPE_AUTO_REPLY = 3, | |
| | | TP_CHANNEL_TEXT_MESSAGE_TYPE_DELIVERY_REPORT = 4, | |
| | | } TpChannelTextMessageType; | |
| | | #define TP_NUM_CHANNEL_TEXT_MESSAGE_TYPES (4+1) | |
| | | | |
| | | typedef enum /*< flags >*/ { | |
| | | TP_MESSAGE_PART_SUPPORT_FLAG_ONE_ATTACHMENT = 1, | |
| | | TP_MESSAGE_PART_SUPPORT_FLAG_MULTIPLE_ATTACHMENTS = 2, | |
| | | } TpMessagePartSupportFlags; | |
| | | | |
| | | typedef enum /*< flags >*/ { | |
| | | TP_MESSAGE_SENDING_FLAG_REPORT_DELIVERY = 1, | |
| | | TP_MESSAGE_SENDING_FLAG_REPORT_READ = 2, | |
| | | TP_MESSAGE_SENDING_FLAG_REPORT_DELETED = 4, | |
| | | } TpMessageSendingFlags; | |
| | | | |
| | | typedef enum { | |
| | | TP_DELIVERY_STATUS_UNKNOWN = 0, | |
| | | TP_DELIVERY_STATUS_DELIVERED = 1, | |
| | | TP_DELIVERY_STATUS_TEMPORARILY_FAILED = 2, | |
| | | TP_DELIVERY_STATUS_PERMANENTLY_FAILED = 3, | |
| | | TP_DELIVERY_STATUS_ACCEPTED = 4, | |
| | | TP_DELIVERY_STATUS_READ = 5, | |
| | | TP_DELIVERY_STATUS_DELETED = 6, | |
| | | } TpDeliveryStatus; | |
| | | #define TP_NUM_DELIVERY_STATUSES (6+1) | |
| | | | |
| | | typedef enum /*< flags >*/ { | |
| | | TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_FAILURES = 1, | |
| | | TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_SUCCESSES = 2, | |
| | | TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_READ = 4, | |
| | | TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_DELETED = 8, | |
| | | } TpDeliveryReportingSupportFlags; | |
| | | | |
| | | typedef enum { | |
| | | TP_MEDIA_STREAM_TYPE_AUDIO = 0, | |
| | | TP_MEDIA_STREAM_TYPE_VIDEO = 1, | |
| | | } TpMediaStreamType; | |
| | | #define TP_NUM_MEDIA_STREAM_TYPES (1+1) | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CALL_STATE_UNKNOWN = 0, | | TP_CALL_STATE_UNKNOWN = 0, | |
| TP_CALL_STATE_PENDING_INITIATOR = 1, | | TP_CALL_STATE_PENDING_INITIATOR = 1, | |
| TP_CALL_STATE_INITIALISING = 2, | | TP_CALL_STATE_INITIALISING = 2, | |
| TP_CALL_STATE_INITIALISED = 3, | | TP_CALL_STATE_INITIALISED = 3, | |
| TP_CALL_STATE_ACCEPTED = 4, | | TP_CALL_STATE_ACCEPTED = 4, | |
| TP_CALL_STATE_ACTIVE = 5, | | TP_CALL_STATE_ACTIVE = 5, | |
| TP_CALL_STATE_ENDED = 6, | | TP_CALL_STATE_ENDED = 6, | |
| } TpCallState; | | } TpCallState; | |
| #define TP_NUM_CALL_STATES (6+1) | | #define TP_NUM_CALL_STATES (6+1) | |
|
| #define NUM_TP_CALL_STATES TP_NUM_CALL_STATES | | | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_CALL_FLAG_LOCALLY_HELD = 1, | | TP_CALL_FLAG_LOCALLY_HELD = 1, | |
| TP_CALL_FLAG_LOCALLY_RINGING = 2, | | TP_CALL_FLAG_LOCALLY_RINGING = 2, | |
| TP_CALL_FLAG_LOCALLY_QUEUED = 4, | | TP_CALL_FLAG_LOCALLY_QUEUED = 4, | |
| TP_CALL_FLAG_FORWARDED = 8, | | TP_CALL_FLAG_FORWARDED = 8, | |
| TP_CALL_FLAG_CLEARING = 16, | | TP_CALL_FLAG_CLEARING = 16, | |
| } TpCallFlags; | | } TpCallFlags; | |
| | | | |
| typedef enum { | | typedef enum { | |
| | | | |
| skipping to change at line 214 | | skipping to change at line 241 | |
| TP_CALL_STATE_CHANGE_REASON_INVALID_CONTACT = 6, | | TP_CALL_STATE_CHANGE_REASON_INVALID_CONTACT = 6, | |
| TP_CALL_STATE_CHANGE_REASON_PERMISSION_DENIED = 7, | | TP_CALL_STATE_CHANGE_REASON_PERMISSION_DENIED = 7, | |
| TP_CALL_STATE_CHANGE_REASON_BUSY = 8, | | TP_CALL_STATE_CHANGE_REASON_BUSY = 8, | |
| TP_CALL_STATE_CHANGE_REASON_INTERNAL_ERROR = 9, | | TP_CALL_STATE_CHANGE_REASON_INTERNAL_ERROR = 9, | |
| TP_CALL_STATE_CHANGE_REASON_SERVICE_ERROR = 10, | | TP_CALL_STATE_CHANGE_REASON_SERVICE_ERROR = 10, | |
| TP_CALL_STATE_CHANGE_REASON_NETWORK_ERROR = 11, | | TP_CALL_STATE_CHANGE_REASON_NETWORK_ERROR = 11, | |
| TP_CALL_STATE_CHANGE_REASON_MEDIA_ERROR = 12, | | TP_CALL_STATE_CHANGE_REASON_MEDIA_ERROR = 12, | |
| TP_CALL_STATE_CHANGE_REASON_CONNECTIVITY_ERROR = 13, | | TP_CALL_STATE_CHANGE_REASON_CONNECTIVITY_ERROR = 13, | |
| } TpCallStateChangeReason; | | } TpCallStateChangeReason; | |
| #define TP_NUM_CALL_STATE_CHANGE_REASONS (13+1) | | #define TP_NUM_CALL_STATE_CHANGE_REASONS (13+1) | |
|
| #define NUM_TP_CALL_STATE_CHANGE_REASONS TP_NUM_CALL_STATE_CHANGE_REASONS | | | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_CALL_MEMBER_FLAG_RINGING = 1, | | TP_CALL_MEMBER_FLAG_RINGING = 1, | |
| TP_CALL_MEMBER_FLAG_HELD = 2, | | TP_CALL_MEMBER_FLAG_HELD = 2, | |
| TP_CALL_MEMBER_FLAG_CONFERENCE_HOST = 4, | | TP_CALL_MEMBER_FLAG_CONFERENCE_HOST = 4, | |
| } TpCallMemberFlags; | | } TpCallMemberFlags; | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CHANNEL_CONTACT_SEARCH_STATE_NOT_STARTED = 0, | | TP_CHANNEL_CONTACT_SEARCH_STATE_NOT_STARTED = 0, | |
| TP_CHANNEL_CONTACT_SEARCH_STATE_IN_PROGRESS = 1, | | TP_CHANNEL_CONTACT_SEARCH_STATE_IN_PROGRESS = 1, | |
| TP_CHANNEL_CONTACT_SEARCH_STATE_MORE_AVAILABLE = 2, | | TP_CHANNEL_CONTACT_SEARCH_STATE_MORE_AVAILABLE = 2, | |
| TP_CHANNEL_CONTACT_SEARCH_STATE_COMPLETED = 3, | | TP_CHANNEL_CONTACT_SEARCH_STATE_COMPLETED = 3, | |
| TP_CHANNEL_CONTACT_SEARCH_STATE_FAILED = 4, | | TP_CHANNEL_CONTACT_SEARCH_STATE_FAILED = 4, | |
| } TpChannelContactSearchState; | | } TpChannelContactSearchState; | |
| #define TP_NUM_CHANNEL_CONTACT_SEARCH_STATES (4+1) | | #define TP_NUM_CHANNEL_CONTACT_SEARCH_STATES (4+1) | |
|
| #define NUM_TP_CHANNEL_CONTACT_SEARCH_STATES TP_NUM_CHANNEL_CONTACT_SEARCH_
STATES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_FILE_TRANSFER_STATE_NONE = 0, | | TP_FILE_TRANSFER_STATE_NONE = 0, | |
| TP_FILE_TRANSFER_STATE_PENDING = 1, | | TP_FILE_TRANSFER_STATE_PENDING = 1, | |
| TP_FILE_TRANSFER_STATE_ACCEPTED = 2, | | TP_FILE_TRANSFER_STATE_ACCEPTED = 2, | |
| TP_FILE_TRANSFER_STATE_OPEN = 3, | | TP_FILE_TRANSFER_STATE_OPEN = 3, | |
| TP_FILE_TRANSFER_STATE_COMPLETED = 4, | | TP_FILE_TRANSFER_STATE_COMPLETED = 4, | |
| TP_FILE_TRANSFER_STATE_CANCELLED = 5, | | TP_FILE_TRANSFER_STATE_CANCELLED = 5, | |
| } TpFileTransferState; | | } TpFileTransferState; | |
| #define TP_NUM_FILE_TRANSFER_STATES (5+1) | | #define TP_NUM_FILE_TRANSFER_STATES (5+1) | |
|
| #define NUM_TP_FILE_TRANSFER_STATES TP_NUM_FILE_TRANSFER_STATES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_FILE_TRANSFER_STATE_CHANGE_REASON_NONE = 0, | | TP_FILE_TRANSFER_STATE_CHANGE_REASON_NONE = 0, | |
| TP_FILE_TRANSFER_STATE_CHANGE_REASON_REQUESTED = 1, | | TP_FILE_TRANSFER_STATE_CHANGE_REASON_REQUESTED = 1, | |
| TP_FILE_TRANSFER_STATE_CHANGE_REASON_LOCAL_STOPPED = 2, | | TP_FILE_TRANSFER_STATE_CHANGE_REASON_LOCAL_STOPPED = 2, | |
| TP_FILE_TRANSFER_STATE_CHANGE_REASON_REMOTE_STOPPED = 3, | | TP_FILE_TRANSFER_STATE_CHANGE_REASON_REMOTE_STOPPED = 3, | |
| TP_FILE_TRANSFER_STATE_CHANGE_REASON_LOCAL_ERROR = 4, | | TP_FILE_TRANSFER_STATE_CHANGE_REASON_LOCAL_ERROR = 4, | |
| TP_FILE_TRANSFER_STATE_CHANGE_REASON_REMOTE_ERROR = 5, | | TP_FILE_TRANSFER_STATE_CHANGE_REASON_REMOTE_ERROR = 5, | |
| } TpFileTransferStateChangeReason; | | } TpFileTransferStateChangeReason; | |
| #define TP_NUM_FILE_TRANSFER_STATE_CHANGE_REASONS (5+1) | | #define TP_NUM_FILE_TRANSFER_STATE_CHANGE_REASONS (5+1) | |
|
| #define NUM_TP_FILE_TRANSFER_STATE_CHANGE_REASONS TP_NUM_FILE_TRANSFER_STAT
E_CHANGE_REASONS | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_FILE_HASH_TYPE_NONE = 0, | | TP_FILE_HASH_TYPE_NONE = 0, | |
| TP_FILE_HASH_TYPE_MD5 = 1, | | TP_FILE_HASH_TYPE_MD5 = 1, | |
| TP_FILE_HASH_TYPE_SHA1 = 2, | | TP_FILE_HASH_TYPE_SHA1 = 2, | |
| TP_FILE_HASH_TYPE_SHA256 = 3, | | TP_FILE_HASH_TYPE_SHA256 = 3, | |
| } TpFileHashType; | | } TpFileHashType; | |
| #define TP_NUM_FILE_HASH_TYPES (3+1) | | #define TP_NUM_FILE_HASH_TYPES (3+1) | |
|
| #define NUM_TP_FILE_HASH_TYPES TP_NUM_FILE_HASH_TYPES | | | |
| | | | |
| typedef enum { | | | |
| TP_MEDIA_STREAM_TYPE_AUDIO = 0, | | | |
| TP_MEDIA_STREAM_TYPE_VIDEO = 1, | | | |
| } TpMediaStreamType; | | | |
| #define TP_NUM_MEDIA_STREAM_TYPES (1+1) | | | |
| #define NUM_TP_MEDIA_STREAM_TYPES TP_NUM_MEDIA_STREAM_TYPES | | | |
| | | | |
| typedef enum { | | | |
| TP_MEDIA_STREAM_STATE_DISCONNECTED = 0, | | | |
| TP_MEDIA_STREAM_STATE_CONNECTING = 1, | | | |
| TP_MEDIA_STREAM_STATE_CONNECTED = 2, | | | |
| } TpMediaStreamState; | | | |
| #define TP_NUM_MEDIA_STREAM_STATES (2+1) | | | |
| #define NUM_TP_MEDIA_STREAM_STATES TP_NUM_MEDIA_STREAM_STATES | | | |
| | | | |
| typedef enum { | | | |
| TP_MEDIA_STREAM_DIRECTION_NONE = 0, | | | |
| TP_MEDIA_STREAM_DIRECTION_SEND = 1, | | | |
| TP_MEDIA_STREAM_DIRECTION_RECEIVE = 2, | | | |
| TP_MEDIA_STREAM_DIRECTION_BIDIRECTIONAL = 3, | | | |
| } TpMediaStreamDirection; | | | |
| #define TP_NUM_MEDIA_STREAM_DIRECTIONS (3+1) | | | |
| #define NUM_TP_MEDIA_STREAM_DIRECTIONS TP_NUM_MEDIA_STREAM_DIRECTIONS | | | |
| | | | |
| typedef enum /*< flags >*/ { | | | |
| TP_MEDIA_STREAM_PENDING_LOCAL_SEND = 1, | | | |
| TP_MEDIA_STREAM_PENDING_REMOTE_SEND = 2, | | | |
| } TpMediaStreamPendingSend; | | | |
| | | | |
| typedef enum /*< flags >*/ { | | | |
| TP_CHANNEL_MEDIA_CAPABILITY_AUDIO = 1, | | | |
| TP_CHANNEL_MEDIA_CAPABILITY_VIDEO = 2, | | | |
| TP_CHANNEL_MEDIA_CAPABILITY_NAT_TRAVERSAL_STUN = 4, | | | |
| TP_CHANNEL_MEDIA_CAPABILITY_NAT_TRAVERSAL_GTALK_P2P = 8, | | | |
| TP_CHANNEL_MEDIA_CAPABILITY_NAT_TRAVERSAL_ICE_UDP = 16, | | | |
| TP_CHANNEL_MEDIA_CAPABILITY_IMMUTABLE_STREAMS = 32, | | | |
| } TpChannelMediaCapabilities; | | | |
| | | | |
| typedef enum { | | | |
| TP_CHANNEL_TEXT_SEND_ERROR_UNKNOWN = 0, | | | |
| TP_CHANNEL_TEXT_SEND_ERROR_OFFLINE = 1, | | | |
| TP_CHANNEL_TEXT_SEND_ERROR_INVALID_CONTACT = 2, | | | |
| TP_CHANNEL_TEXT_SEND_ERROR_PERMISSION_DENIED = 3, | | | |
| TP_CHANNEL_TEXT_SEND_ERROR_TOO_LONG = 4, | | | |
| TP_CHANNEL_TEXT_SEND_ERROR_NOT_IMPLEMENTED = 5, | | | |
| } TpChannelTextSendError; | | | |
| #define TP_NUM_CHANNEL_TEXT_SEND_ERRORS (5+1) | | | |
| #define NUM_TP_CHANNEL_TEXT_SEND_ERRORS TP_NUM_CHANNEL_TEXT_SEND_ERRORS | | | |
| | | | |
| typedef enum { | | | |
| TP_CHANNEL_TEXT_MESSAGE_TYPE_NORMAL = 0, | | | |
| TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION = 1, | | | |
| TP_CHANNEL_TEXT_MESSAGE_TYPE_NOTICE = 2, | | | |
| TP_CHANNEL_TEXT_MESSAGE_TYPE_AUTO_REPLY = 3, | | | |
| TP_CHANNEL_TEXT_MESSAGE_TYPE_DELIVERY_REPORT = 4, | | | |
| } TpChannelTextMessageType; | | | |
| #define TP_NUM_CHANNEL_TEXT_MESSAGE_TYPES (4+1) | | | |
| #define NUM_TP_CHANNEL_TEXT_MESSAGE_TYPES TP_NUM_CHANNEL_TEXT_MESSAGE_TYPES | | | |
| | | | |
| typedef enum /*< flags >*/ { | | | |
| TP_CHANNEL_TEXT_MESSAGE_FLAG_TRUNCATED = 1, | | | |
| TP_CHANNEL_TEXT_MESSAGE_FLAG_NON_TEXT_CONTENT = 2, | | | |
| TP_CHANNEL_TEXT_MESSAGE_FLAG_SCROLLBACK = 4, | | | |
| TP_CHANNEL_TEXT_MESSAGE_FLAG_RESCUED = 8, | | | |
| } TpChannelTextMessageFlags; | | | |
| | | | |
| typedef enum { | | | |
| TP_TUBE_TYPE_DBUS = 0, | | | |
| TP_TUBE_TYPE_STREAM = 1, | | | |
| } TpTubeType; | | | |
| #define TP_NUM_TUBE_TYPES (1+1) | | | |
| #define NUM_TP_TUBE_TYPES TP_NUM_TUBE_TYPES | | | |
| | | | |
| typedef enum { | | | |
| TP_TUBE_STATE_LOCAL_PENDING = 0, | | | |
| TP_TUBE_STATE_REMOTE_PENDING = 1, | | | |
| TP_TUBE_STATE_OPEN = 2, | | | |
| } TpTubeState; | | | |
| #define TP_NUM_TUBE_STATES (2+1) | | | |
| #define NUM_TP_TUBE_STATES TP_NUM_TUBE_STATES | | | |
| | | | |
| typedef enum /*< flags >*/ { | | | |
| TP_CHANNEL_CALL_STATE_RINGING = 1, | | | |
| TP_CHANNEL_CALL_STATE_QUEUED = 2, | | | |
| TP_CHANNEL_CALL_STATE_HELD = 4, | | | |
| TP_CHANNEL_CALL_STATE_FORWARDED = 8, | | | |
| TP_CHANNEL_CALL_STATE_IN_PROGRESS = 16, | | | |
| TP_CHANNEL_CALL_STATE_CONFERENCE_HOST = 32, | | | |
| } TpChannelCallStateFlags; | | | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_CAPTCHA_FLAGS_REQUIRED = 1, | | TP_CAPTCHA_FLAGS_REQUIRED = 1, | |
| } TpCaptchaFlags; | | } TpCaptchaFlags; | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CAPTCHA_CANCEL_REASON_USER_CANCELLED = 0, | | TP_CAPTCHA_CANCEL_REASON_USER_CANCELLED = 0, | |
| TP_CAPTCHA_CANCEL_REASON_NOT_SUPPORTED = 1, | | TP_CAPTCHA_CANCEL_REASON_NOT_SUPPORTED = 1, | |
| TP_CAPTCHA_CANCEL_REASON_SERVICE_CONFUSED = 2, | | TP_CAPTCHA_CANCEL_REASON_SERVICE_CONFUSED = 2, | |
| } TpCaptchaCancelReason; | | } TpCaptchaCancelReason; | |
| #define TP_NUM_CAPTCHA_CANCEL_REASONS (2+1) | | #define TP_NUM_CAPTCHA_CANCEL_REASONS (2+1) | |
|
| #define NUM_TP_CAPTCHA_CANCEL_REASONS TP_NUM_CAPTCHA_CANCEL_REASONS | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CAPTCHA_STATUS_LOCAL_PENDING = 0, | | TP_CAPTCHA_STATUS_LOCAL_PENDING = 0, | |
| TP_CAPTCHA_STATUS_REMOTE_PENDING = 1, | | TP_CAPTCHA_STATUS_REMOTE_PENDING = 1, | |
| TP_CAPTCHA_STATUS_SUCCEEDED = 2, | | TP_CAPTCHA_STATUS_SUCCEEDED = 2, | |
| TP_CAPTCHA_STATUS_TRY_AGAIN = 3, | | TP_CAPTCHA_STATUS_TRY_AGAIN = 3, | |
| TP_CAPTCHA_STATUS_FAILED = 4, | | TP_CAPTCHA_STATUS_FAILED = 4, | |
| } TpCaptchaStatus; | | } TpCaptchaStatus; | |
| #define TP_NUM_CAPTCHA_STATUSES (4+1) | | #define TP_NUM_CAPTCHA_STATUSES (4+1) | |
|
| #define NUM_TP_CAPTCHA_STATUSES TP_NUM_CAPTCHA_STATUSES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CHANNEL_CHAT_STATE_GONE = 0, | | TP_CHANNEL_CHAT_STATE_GONE = 0, | |
| TP_CHANNEL_CHAT_STATE_INACTIVE = 1, | | TP_CHANNEL_CHAT_STATE_INACTIVE = 1, | |
| TP_CHANNEL_CHAT_STATE_ACTIVE = 2, | | TP_CHANNEL_CHAT_STATE_ACTIVE = 2, | |
| TP_CHANNEL_CHAT_STATE_PAUSED = 3, | | TP_CHANNEL_CHAT_STATE_PAUSED = 3, | |
| TP_CHANNEL_CHAT_STATE_COMPOSING = 4, | | TP_CHANNEL_CHAT_STATE_COMPOSING = 4, | |
| } TpChannelChatState; | | } TpChannelChatState; | |
| #define TP_NUM_CHANNEL_CHAT_STATES (4+1) | | #define TP_NUM_CHANNEL_CHAT_STATES (4+1) | |
|
| #define NUM_TP_CHANNEL_CHAT_STATES TP_NUM_CHANNEL_CHAT_STATES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_DTMF_EVENT_DIGIT_0 = 0, | | TP_DTMF_EVENT_DIGIT_0 = 0, | |
| TP_DTMF_EVENT_DIGIT_1 = 1, | | TP_DTMF_EVENT_DIGIT_1 = 1, | |
| TP_DTMF_EVENT_DIGIT_2 = 2, | | TP_DTMF_EVENT_DIGIT_2 = 2, | |
| TP_DTMF_EVENT_DIGIT_3 = 3, | | TP_DTMF_EVENT_DIGIT_3 = 3, | |
| TP_DTMF_EVENT_DIGIT_4 = 4, | | TP_DTMF_EVENT_DIGIT_4 = 4, | |
| TP_DTMF_EVENT_DIGIT_5 = 5, | | TP_DTMF_EVENT_DIGIT_5 = 5, | |
| TP_DTMF_EVENT_DIGIT_6 = 6, | | TP_DTMF_EVENT_DIGIT_6 = 6, | |
| TP_DTMF_EVENT_DIGIT_7 = 7, | | TP_DTMF_EVENT_DIGIT_7 = 7, | |
| TP_DTMF_EVENT_DIGIT_8 = 8, | | TP_DTMF_EVENT_DIGIT_8 = 8, | |
| TP_DTMF_EVENT_DIGIT_9 = 9, | | TP_DTMF_EVENT_DIGIT_9 = 9, | |
| TP_DTMF_EVENT_ASTERISK = 10, | | TP_DTMF_EVENT_ASTERISK = 10, | |
| TP_DTMF_EVENT_HASH = 11, | | TP_DTMF_EVENT_HASH = 11, | |
| TP_DTMF_EVENT_LETTER_A = 12, | | TP_DTMF_EVENT_LETTER_A = 12, | |
| TP_DTMF_EVENT_LETTER_B = 13, | | TP_DTMF_EVENT_LETTER_B = 13, | |
| TP_DTMF_EVENT_LETTER_C = 14, | | TP_DTMF_EVENT_LETTER_C = 14, | |
| TP_DTMF_EVENT_LETTER_D = 15, | | TP_DTMF_EVENT_LETTER_D = 15, | |
| } TpDTMFEvent; | | } TpDTMFEvent; | |
| #define TP_NUM_DTMF_EVENTS (15+1) | | #define TP_NUM_DTMF_EVENTS (15+1) | |
|
| #define NUM_TP_DTMF_EVENTS TP_NUM_DTMF_EVENTS | | | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_CHANNEL_GROUP_FLAG_CAN_ADD = 1, | | TP_CHANNEL_GROUP_FLAG_CAN_ADD = 1, | |
| TP_CHANNEL_GROUP_FLAG_CAN_REMOVE = 2, | | TP_CHANNEL_GROUP_FLAG_CAN_REMOVE = 2, | |
| TP_CHANNEL_GROUP_FLAG_CAN_RESCIND = 4, | | TP_CHANNEL_GROUP_FLAG_CAN_RESCIND = 4, | |
| TP_CHANNEL_GROUP_FLAG_MESSAGE_ADD = 8, | | TP_CHANNEL_GROUP_FLAG_MESSAGE_ADD = 8, | |
| TP_CHANNEL_GROUP_FLAG_MESSAGE_REMOVE = 16, | | TP_CHANNEL_GROUP_FLAG_MESSAGE_REMOVE = 16, | |
| TP_CHANNEL_GROUP_FLAG_MESSAGE_ACCEPT = 32, | | TP_CHANNEL_GROUP_FLAG_MESSAGE_ACCEPT = 32, | |
| TP_CHANNEL_GROUP_FLAG_MESSAGE_REJECT = 64, | | TP_CHANNEL_GROUP_FLAG_MESSAGE_REJECT = 64, | |
| TP_CHANNEL_GROUP_FLAG_MESSAGE_RESCIND = 128, | | TP_CHANNEL_GROUP_FLAG_MESSAGE_RESCIND = 128, | |
| TP_CHANNEL_GROUP_FLAG_CHANNEL_SPECIFIC_HANDLES = 256, | | TP_CHANNEL_GROUP_FLAG_CHANNEL_SPECIFIC_HANDLES = 256, | |
| TP_CHANNEL_GROUP_FLAG_ONLY_ONE_GROUP = 512, | | TP_CHANNEL_GROUP_FLAG_ONLY_ONE_GROUP = 512, | |
| TP_CHANNEL_GROUP_FLAG_HANDLE_OWNERS_NOT_AVAILABLE = 1024, | | TP_CHANNEL_GROUP_FLAG_HANDLE_OWNERS_NOT_AVAILABLE = 1024, | |
|
| TP_CHANNEL_GROUP_FLAG_PROPERTIES = 2048, | | TP_CHANNEL_GROUP_FLAG_MESSAGE_DEPART = 2048, | |
| TP_CHANNEL_GROUP_FLAG_MEMBERS_CHANGED_DETAILED = 4096, | | | |
| TP_CHANNEL_GROUP_FLAG_MESSAGE_DEPART = 8192, | | | |
| } TpChannelGroupFlags; | | } TpChannelGroupFlags; | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CHANNEL_GROUP_CHANGE_REASON_NONE = 0, | | TP_CHANNEL_GROUP_CHANGE_REASON_NONE = 0, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_OFFLINE = 1, | | TP_CHANNEL_GROUP_CHANGE_REASON_OFFLINE = 1, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_KICKED = 2, | | TP_CHANNEL_GROUP_CHANGE_REASON_KICKED = 2, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_BUSY = 3, | | TP_CHANNEL_GROUP_CHANGE_REASON_BUSY = 3, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_INVITED = 4, | | TP_CHANNEL_GROUP_CHANGE_REASON_INVITED = 4, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_BANNED = 5, | | TP_CHANNEL_GROUP_CHANGE_REASON_BANNED = 5, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_ERROR = 6, | | TP_CHANNEL_GROUP_CHANGE_REASON_ERROR = 6, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_INVALID_CONTACT = 7, | | TP_CHANNEL_GROUP_CHANGE_REASON_INVALID_CONTACT = 7, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_NO_ANSWER = 8, | | TP_CHANNEL_GROUP_CHANGE_REASON_NO_ANSWER = 8, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_RENAMED = 9, | | TP_CHANNEL_GROUP_CHANGE_REASON_RENAMED = 9, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_PERMISSION_DENIED = 10, | | TP_CHANNEL_GROUP_CHANGE_REASON_PERMISSION_DENIED = 10, | |
| TP_CHANNEL_GROUP_CHANGE_REASON_SEPARATED = 11, | | TP_CHANNEL_GROUP_CHANGE_REASON_SEPARATED = 11, | |
| } TpChannelGroupChangeReason; | | } TpChannelGroupChangeReason; | |
| #define TP_NUM_CHANNEL_GROUP_CHANGE_REASONS (11+1) | | #define TP_NUM_CHANNEL_GROUP_CHANGE_REASONS (11+1) | |
|
| #define NUM_TP_CHANNEL_GROUP_CHANGE_REASONS TP_NUM_CHANNEL_GROUP_CHANGE_REA
SONS | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_LOCAL_HOLD_STATE_UNHELD = 0, | | TP_LOCAL_HOLD_STATE_UNHELD = 0, | |
| TP_LOCAL_HOLD_STATE_HELD = 1, | | TP_LOCAL_HOLD_STATE_HELD = 1, | |
| TP_LOCAL_HOLD_STATE_PENDING_HOLD = 2, | | TP_LOCAL_HOLD_STATE_PENDING_HOLD = 2, | |
| TP_LOCAL_HOLD_STATE_PENDING_UNHOLD = 3, | | TP_LOCAL_HOLD_STATE_PENDING_UNHOLD = 3, | |
| } TpLocalHoldState; | | } TpLocalHoldState; | |
| #define TP_NUM_LOCAL_HOLD_STATES (3+1) | | #define TP_NUM_LOCAL_HOLD_STATES (3+1) | |
|
| #define NUM_TP_LOCAL_HOLD_STATES TP_NUM_LOCAL_HOLD_STATES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_LOCAL_HOLD_STATE_REASON_NONE = 0, | | TP_LOCAL_HOLD_STATE_REASON_NONE = 0, | |
| TP_LOCAL_HOLD_STATE_REASON_REQUESTED = 1, | | TP_LOCAL_HOLD_STATE_REASON_REQUESTED = 1, | |
| TP_LOCAL_HOLD_STATE_REASON_RESOURCE_NOT_AVAILABLE = 2, | | TP_LOCAL_HOLD_STATE_REASON_RESOURCE_NOT_AVAILABLE = 2, | |
| } TpLocalHoldStateReason; | | } TpLocalHoldStateReason; | |
| #define TP_NUM_LOCAL_HOLD_STATE_REASONS (2+1) | | #define TP_NUM_LOCAL_HOLD_STATE_REASONS (2+1) | |
|
| #define NUM_TP_LOCAL_HOLD_STATE_REASONS TP_NUM_LOCAL_HOLD_STATE_REASONS | | | |
| | | | |
| typedef enum /*< flags >*/ { | | | |
| TP_MESSAGE_PART_SUPPORT_FLAG_ONE_ATTACHMENT = 1, | | | |
| TP_MESSAGE_PART_SUPPORT_FLAG_MULTIPLE_ATTACHMENTS = 2, | | | |
| } TpMessagePartSupportFlags; | | | |
| | | | |
| typedef enum /*< flags >*/ { | | | |
| TP_MESSAGE_SENDING_FLAG_REPORT_DELIVERY = 1, | | | |
| TP_MESSAGE_SENDING_FLAG_REPORT_READ = 2, | | | |
| TP_MESSAGE_SENDING_FLAG_REPORT_DELETED = 4, | | | |
| } TpMessageSendingFlags; | | | |
| | | | |
| typedef enum { | | | |
| TP_DELIVERY_STATUS_UNKNOWN = 0, | | | |
| TP_DELIVERY_STATUS_DELIVERED = 1, | | | |
| TP_DELIVERY_STATUS_TEMPORARILY_FAILED = 2, | | | |
| TP_DELIVERY_STATUS_PERMANENTLY_FAILED = 3, | | | |
| TP_DELIVERY_STATUS_ACCEPTED = 4, | | | |
| TP_DELIVERY_STATUS_READ = 5, | | | |
| TP_DELIVERY_STATUS_DELETED = 6, | | | |
| } TpDeliveryStatus; | | | |
| #define TP_NUM_DELIVERY_STATUSES (6+1) | | | |
| #define NUM_TP_DELIVERY_STATUSES TP_NUM_DELIVERY_STATUSES | | | |
| | | | |
| typedef enum /*< flags >*/ { | | | |
| TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_FAILURES = 1, | | | |
| TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_SUCCESSES = 2, | | | |
| TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_READ = 4, | | | |
| TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_DELETED = 8, | | | |
| } TpDeliveryReportingSupportFlags; | | | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_CHANNEL_PASSWORD_FLAG_PROVIDE = 8, | | TP_CHANNEL_PASSWORD_FLAG_PROVIDE = 8, | |
| TP_CHANNEL_PASSWORD_FLAG_HINT = 4, | | TP_CHANNEL_PASSWORD_FLAG_HINT = 4, | |
| } TpChannelPasswordFlags; | | } TpChannelPasswordFlags; | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_SASL_ABORT_REASON_INVALID_CHALLENGE = 0, | | TP_SASL_ABORT_REASON_INVALID_CHALLENGE = 0, | |
| TP_SASL_ABORT_REASON_USER_ABORT = 1, | | TP_SASL_ABORT_REASON_USER_ABORT = 1, | |
| } TpSASLAbortReason; | | } TpSASLAbortReason; | |
| #define TP_NUM_SASL_ABORT_REASONS (1+1) | | #define TP_NUM_SASL_ABORT_REASONS (1+1) | |
|
| #define NUM_TP_SASL_ABORT_REASONS TP_NUM_SASL_ABORT_REASONS | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_SASL_STATUS_NOT_STARTED = 0, | | TP_SASL_STATUS_NOT_STARTED = 0, | |
| TP_SASL_STATUS_IN_PROGRESS = 1, | | TP_SASL_STATUS_IN_PROGRESS = 1, | |
| TP_SASL_STATUS_SERVER_SUCCEEDED = 2, | | TP_SASL_STATUS_SERVER_SUCCEEDED = 2, | |
| TP_SASL_STATUS_CLIENT_ACCEPTED = 3, | | TP_SASL_STATUS_CLIENT_ACCEPTED = 3, | |
| TP_SASL_STATUS_SUCCEEDED = 4, | | TP_SASL_STATUS_SUCCEEDED = 4, | |
| TP_SASL_STATUS_SERVER_FAILED = 5, | | TP_SASL_STATUS_SERVER_FAILED = 5, | |
| TP_SASL_STATUS_CLIENT_FAILED = 6, | | TP_SASL_STATUS_CLIENT_FAILED = 6, | |
| } TpSASLStatus; | | } TpSASLStatus; | |
| #define TP_NUM_SASL_STATUSES (6+1) | | #define TP_NUM_SASL_STATUSES (6+1) | |
|
| #define NUM_TP_SASL_STATUSES TP_NUM_SASL_STATUSES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_TUBE_CHANNEL_STATE_LOCAL_PENDING = 0, | | TP_TUBE_CHANNEL_STATE_LOCAL_PENDING = 0, | |
| TP_TUBE_CHANNEL_STATE_REMOTE_PENDING = 1, | | TP_TUBE_CHANNEL_STATE_REMOTE_PENDING = 1, | |
| TP_TUBE_CHANNEL_STATE_OPEN = 2, | | TP_TUBE_CHANNEL_STATE_OPEN = 2, | |
| TP_TUBE_CHANNEL_STATE_NOT_OFFERED = 3, | | TP_TUBE_CHANNEL_STATE_NOT_OFFERED = 3, | |
| } TpTubeChannelState; | | } TpTubeChannelState; | |
| #define TP_NUM_TUBE_CHANNEL_STATES (3+1) | | #define TP_NUM_TUBE_CHANNEL_STATES (3+1) | |
|
| #define NUM_TP_TUBE_CHANNEL_STATES TP_NUM_TUBE_CHANNEL_STATES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_SOCKET_ADDRESS_TYPE_UNIX = 0, | | TP_SOCKET_ADDRESS_TYPE_UNIX = 0, | |
| TP_SOCKET_ADDRESS_TYPE_ABSTRACT_UNIX = 1, | | TP_SOCKET_ADDRESS_TYPE_ABSTRACT_UNIX = 1, | |
| TP_SOCKET_ADDRESS_TYPE_IPV4 = 2, | | TP_SOCKET_ADDRESS_TYPE_IPV4 = 2, | |
| TP_SOCKET_ADDRESS_TYPE_IPV6 = 3, | | TP_SOCKET_ADDRESS_TYPE_IPV6 = 3, | |
| } TpSocketAddressType; | | } TpSocketAddressType; | |
| #define TP_NUM_SOCKET_ADDRESS_TYPES (3+1) | | #define TP_NUM_SOCKET_ADDRESS_TYPES (3+1) | |
|
| #define NUM_TP_SOCKET_ADDRESS_TYPES TP_NUM_SOCKET_ADDRESS_TYPES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_SOCKET_ACCESS_CONTROL_LOCALHOST = 0, | | TP_SOCKET_ACCESS_CONTROL_LOCALHOST = 0, | |
| TP_SOCKET_ACCESS_CONTROL_PORT = 1, | | TP_SOCKET_ACCESS_CONTROL_PORT = 1, | |
|
| TP_SOCKET_ACCESS_CONTROL_NETMASK = 2, | | TP_SOCKET_ACCESS_CONTROL_CREDENTIALS = 2, | |
| TP_SOCKET_ACCESS_CONTROL_CREDENTIALS = 3, | | | |
| } TpSocketAccessControl; | | } TpSocketAccessControl; | |
|
| #define TP_NUM_SOCKET_ACCESS_CONTROLS (3+1) | | #define TP_NUM_SOCKET_ACCESS_CONTROLS (2+1) | |
| #define NUM_TP_SOCKET_ACCESS_CONTROLS TP_NUM_SOCKET_ACCESS_CONTROLS | | | |
| | | | |
| typedef enum { | | | |
| TP_MEDIA_STREAM_ERROR_UNKNOWN = 0, | | | |
| TP_MEDIA_STREAM_ERROR_EOS = 1, | | | |
| TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED = 2, | | | |
| TP_MEDIA_STREAM_ERROR_CONNECTION_FAILED = 3, | | | |
| TP_MEDIA_STREAM_ERROR_NETWORK_ERROR = 4, | | | |
| TP_MEDIA_STREAM_ERROR_NO_CODECS = 5, | | | |
| TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR = 6, | | | |
| TP_MEDIA_STREAM_ERROR_MEDIA_ERROR = 7, | | | |
| } TpMediaStreamError; | | | |
| #define TP_NUM_MEDIA_STREAM_ERRORS (7+1) | | | |
| #define NUM_TP_MEDIA_STREAM_ERRORS TP_NUM_MEDIA_STREAM_ERRORS | | | |
| | | | |
| typedef enum { | | | |
| TP_MEDIA_STREAM_BASE_PROTO_UDP = 0, | | | |
| TP_MEDIA_STREAM_BASE_PROTO_TCP = 1, | | | |
| } TpMediaStreamBaseProto; | | | |
| #define TP_NUM_MEDIA_STREAM_BASE_PROTOS (1+1) | | | |
| #define NUM_TP_MEDIA_STREAM_BASE_PROTOS TP_NUM_MEDIA_STREAM_BASE_PROTOS | | | |
| | | | |
| typedef enum { | | | |
| TP_MEDIA_STREAM_TRANSPORT_TYPE_LOCAL = 0, | | | |
| TP_MEDIA_STREAM_TRANSPORT_TYPE_DERIVED = 1, | | | |
| TP_MEDIA_STREAM_TRANSPORT_TYPE_RELAY = 2, | | | |
| } TpMediaStreamTransportType; | | | |
| #define TP_NUM_MEDIA_STREAM_TRANSPORT_TYPES (2+1) | | | |
| #define NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES TP_NUM_MEDIA_STREAM_TRANSPORT_T | | | |
| YPES | | | |
| | | | |
| typedef enum /*< flags >*/ { | | | |
| TP_PROPERTY_FLAG_READ = 1, | | | |
| TP_PROPERTY_FLAG_WRITE = 2, | | | |
| } TpPropertyFlags; | | | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_PARAMETERS = 1, | | TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_PARAMETERS = 1, | |
| TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED = 2, | | TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED = 2, | |
| TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_PRESENCE = 4, | | TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_PRESENCE = 4, | |
| TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_SERVICE = 8, | | TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_SERVICE = 8, | |
| } TpStorageRestrictionFlags; | | } TpStorageRestrictionFlags; | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_DEBUG_LEVEL_ERROR = 0, | | TP_DEBUG_LEVEL_ERROR = 0, | |
| TP_DEBUG_LEVEL_CRITICAL = 1, | | TP_DEBUG_LEVEL_CRITICAL = 1, | |
| TP_DEBUG_LEVEL_WARNING = 2, | | TP_DEBUG_LEVEL_WARNING = 2, | |
| TP_DEBUG_LEVEL_MESSAGE = 3, | | TP_DEBUG_LEVEL_MESSAGE = 3, | |
| TP_DEBUG_LEVEL_INFO = 4, | | TP_DEBUG_LEVEL_INFO = 4, | |
| TP_DEBUG_LEVEL_DEBUG = 5, | | TP_DEBUG_LEVEL_DEBUG = 5, | |
| } TpDebugLevel; | | } TpDebugLevel; | |
| #define TP_NUM_DEBUG_LEVELS (5+1) | | #define TP_NUM_DEBUG_LEVELS (5+1) | |
|
| #define NUM_TP_DEBUG_LEVELS TP_NUM_DEBUG_LEVELS | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_TLS_CERTIFICATE_STATE_PENDING = 0, | | TP_TLS_CERTIFICATE_STATE_PENDING = 0, | |
| TP_TLS_CERTIFICATE_STATE_ACCEPTED = 1, | | TP_TLS_CERTIFICATE_STATE_ACCEPTED = 1, | |
| TP_TLS_CERTIFICATE_STATE_REJECTED = 2, | | TP_TLS_CERTIFICATE_STATE_REJECTED = 2, | |
| } TpTLSCertificateState; | | } TpTLSCertificateState; | |
| #define TP_NUM_TLS_CERTIFICATE_STATES (2+1) | | #define TP_NUM_TLS_CERTIFICATE_STATES (2+1) | |
|
| #define NUM_TP_TLS_CERTIFICATE_STATES TP_NUM_TLS_CERTIFICATE_STATES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_TLS_CERTIFICATE_REJECT_REASON_UNKNOWN = 0, | | TP_TLS_CERTIFICATE_REJECT_REASON_UNKNOWN = 0, | |
| TP_TLS_CERTIFICATE_REJECT_REASON_UNTRUSTED = 1, | | TP_TLS_CERTIFICATE_REJECT_REASON_UNTRUSTED = 1, | |
| TP_TLS_CERTIFICATE_REJECT_REASON_EXPIRED = 2, | | TP_TLS_CERTIFICATE_REJECT_REASON_EXPIRED = 2, | |
| TP_TLS_CERTIFICATE_REJECT_REASON_NOT_ACTIVATED = 3, | | TP_TLS_CERTIFICATE_REJECT_REASON_NOT_ACTIVATED = 3, | |
| TP_TLS_CERTIFICATE_REJECT_REASON_FINGERPRINT_MISMATCH = 4, | | TP_TLS_CERTIFICATE_REJECT_REASON_FINGERPRINT_MISMATCH = 4, | |
| TP_TLS_CERTIFICATE_REJECT_REASON_HOSTNAME_MISMATCH = 5, | | TP_TLS_CERTIFICATE_REJECT_REASON_HOSTNAME_MISMATCH = 5, | |
| TP_TLS_CERTIFICATE_REJECT_REASON_SELF_SIGNED = 6, | | TP_TLS_CERTIFICATE_REJECT_REASON_SELF_SIGNED = 6, | |
| TP_TLS_CERTIFICATE_REJECT_REASON_REVOKED = 7, | | TP_TLS_CERTIFICATE_REJECT_REASON_REVOKED = 7, | |
| TP_TLS_CERTIFICATE_REJECT_REASON_INSECURE = 8, | | TP_TLS_CERTIFICATE_REJECT_REASON_INSECURE = 8, | |
| TP_TLS_CERTIFICATE_REJECT_REASON_LIMIT_EXCEEDED = 9, | | TP_TLS_CERTIFICATE_REJECT_REASON_LIMIT_EXCEEDED = 9, | |
| } TpTLSCertificateRejectReason; | | } TpTLSCertificateRejectReason; | |
| #define TP_NUM_TLS_CERTIFICATE_REJECT_REASONS (9+1) | | #define TP_NUM_TLS_CERTIFICATE_REJECT_REASONS (9+1) | |
|
| #define NUM_TP_TLS_CERTIFICATE_REJECT_REASONS TP_NUM_TLS_CERTIFICATE_REJECT
_REASONS | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CALL_CONTENT_PACKETIZATION_TYPE_RTP = 0, | | TP_CALL_CONTENT_PACKETIZATION_TYPE_RTP = 0, | |
| TP_CALL_CONTENT_PACKETIZATION_TYPE_RAW = 1, | | TP_CALL_CONTENT_PACKETIZATION_TYPE_RAW = 1, | |
| TP_CALL_CONTENT_PACKETIZATION_TYPE_MSN_WEBCAM = 2, | | TP_CALL_CONTENT_PACKETIZATION_TYPE_MSN_WEBCAM = 2, | |
| } TpCallContentPacketizationType; | | } TpCallContentPacketizationType; | |
| #define TP_NUM_CALL_CONTENT_PACKETIZATION_TYPES (2+1) | | #define TP_NUM_CALL_CONTENT_PACKETIZATION_TYPES (2+1) | |
|
| #define NUM_TP_CALL_CONTENT_PACKETIZATION_TYPES TP_NUM_CALL_CONTENT_PACKETI
ZATION_TYPES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CALL_CONTENT_DISPOSITION_NONE = 0, | | TP_CALL_CONTENT_DISPOSITION_NONE = 0, | |
| TP_CALL_CONTENT_DISPOSITION_INITIAL = 1, | | TP_CALL_CONTENT_DISPOSITION_INITIAL = 1, | |
| } TpCallContentDisposition; | | } TpCallContentDisposition; | |
| #define TP_NUM_CALL_CONTENT_DISPOSITIONS (1+1) | | #define TP_NUM_CALL_CONTENT_DISPOSITIONS (1+1) | |
|
| #define NUM_TP_CALL_CONTENT_DISPOSITIONS TP_NUM_CALL_CONTENT_DISPOSITIONS | | | |
| | | | |
| typedef enum /*< flags >*/ { | | typedef enum /*< flags >*/ { | |
| TP_RTCP_XR_STATISTICS_FLAGS_LOSS = 1, | | TP_RTCP_XR_STATISTICS_FLAGS_LOSS = 1, | |
| TP_RTCP_XR_STATISTICS_FLAGS_DUPLICATE = 2, | | TP_RTCP_XR_STATISTICS_FLAGS_DUPLICATE = 2, | |
| TP_RTCP_XR_STATISTICS_FLAGS_JITTER = 4, | | TP_RTCP_XR_STATISTICS_FLAGS_JITTER = 4, | |
| TP_RTCP_XR_STATISTICS_FLAGS_TTL = 8, | | TP_RTCP_XR_STATISTICS_FLAGS_TTL = 8, | |
| TP_RTCP_XR_STATISTICS_FLAGS_HL = 16, | | TP_RTCP_XR_STATISTICS_FLAGS_HL = 16, | |
| } TpRTCPXRStatisticsFlags; | | } TpRTCPXRStatisticsFlags; | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_RCPT_XR_RTT_MODE_ALL = 0, | | TP_RCPT_XR_RTT_MODE_ALL = 0, | |
| TP_RCPT_XR_RTT_MODE_SENDER = 1, | | TP_RCPT_XR_RTT_MODE_SENDER = 1, | |
| } TpRCPTXRRTTMode; | | } TpRCPTXRRTTMode; | |
| #define TP_NUM_RCPT_XR_RTT_MODES (1+1) | | #define TP_NUM_RCPT_XR_RTT_MODES (1+1) | |
|
| #define NUM_TP_RCPT_XR_RTT_MODES TP_NUM_RCPT_XR_RTT_MODES | | | |
| | | typedef enum { | |
| | | TP_MEDIA_STREAM_DIRECTION_NONE = 0, | |
| | | TP_MEDIA_STREAM_DIRECTION_SEND = 1, | |
| | | TP_MEDIA_STREAM_DIRECTION_RECEIVE = 2, | |
| | | TP_MEDIA_STREAM_DIRECTION_BIDIRECTIONAL = 3, | |
| | | } TpMediaStreamDirection; | |
| | | #define TP_NUM_MEDIA_STREAM_DIRECTIONS (3+1) | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_STREAM_FLOW_STATE_STOPPED = 0, | | TP_STREAM_FLOW_STATE_STOPPED = 0, | |
| TP_STREAM_FLOW_STATE_PENDING_START = 1, | | TP_STREAM_FLOW_STATE_PENDING_START = 1, | |
| TP_STREAM_FLOW_STATE_PENDING_STOP = 2, | | TP_STREAM_FLOW_STATE_PENDING_STOP = 2, | |
| TP_STREAM_FLOW_STATE_STARTED = 3, | | TP_STREAM_FLOW_STATE_STARTED = 3, | |
| } TpStreamFlowState; | | } TpStreamFlowState; | |
| #define TP_NUM_STREAM_FLOW_STATES (3+1) | | #define TP_NUM_STREAM_FLOW_STATES (3+1) | |
|
| #define NUM_TP_STREAM_FLOW_STATES TP_NUM_STREAM_FLOW_STATES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_CALL_STREAM_CANDIDATE_TYPE_NONE = 0, | | TP_CALL_STREAM_CANDIDATE_TYPE_NONE = 0, | |
| TP_CALL_STREAM_CANDIDATE_TYPE_HOST = 1, | | TP_CALL_STREAM_CANDIDATE_TYPE_HOST = 1, | |
| TP_CALL_STREAM_CANDIDATE_TYPE_SERVER_REFLEXIVE = 2, | | TP_CALL_STREAM_CANDIDATE_TYPE_SERVER_REFLEXIVE = 2, | |
| TP_CALL_STREAM_CANDIDATE_TYPE_PEER_REFLEXIVE = 3, | | TP_CALL_STREAM_CANDIDATE_TYPE_PEER_REFLEXIVE = 3, | |
| TP_CALL_STREAM_CANDIDATE_TYPE_RELAY = 4, | | TP_CALL_STREAM_CANDIDATE_TYPE_RELAY = 4, | |
| TP_CALL_STREAM_CANDIDATE_TYPE_MULTICAST = 5, | | TP_CALL_STREAM_CANDIDATE_TYPE_MULTICAST = 5, | |
| } TpCallStreamCandidateType; | | } TpCallStreamCandidateType; | |
| #define TP_NUM_CALL_STREAM_CANDIDATE_TYPES (5+1) | | #define TP_NUM_CALL_STREAM_CANDIDATE_TYPES (5+1) | |
|
| #define NUM_TP_CALL_STREAM_CANDIDATE_TYPES TP_NUM_CALL_STREAM_CANDIDATE_TYP | | | |
| ES | | typedef enum { | |
| | | TP_MEDIA_STREAM_BASE_PROTO_UDP = 0, | |
| | | TP_MEDIA_STREAM_BASE_PROTO_TCP = 1, | |
| | | } TpMediaStreamBaseProto; | |
| | | #define TP_NUM_MEDIA_STREAM_BASE_PROTOS (1+1) | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_STREAM_COMPONENT_UNKNOWN = 0, | | TP_STREAM_COMPONENT_UNKNOWN = 0, | |
| TP_STREAM_COMPONENT_DATA = 1, | | TP_STREAM_COMPONENT_DATA = 1, | |
| TP_STREAM_COMPONENT_CONTROL = 2, | | TP_STREAM_COMPONENT_CONTROL = 2, | |
| } TpStreamComponent; | | } TpStreamComponent; | |
| #define TP_NUM_STREAM_COMPONENTS (2+1) | | #define TP_NUM_STREAM_COMPONENTS (2+1) | |
|
| #define NUM_TP_STREAM_COMPONENTS TP_NUM_STREAM_COMPONENTS | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_STREAM_TRANSPORT_TYPE_UNKNOWN = 0, | | TP_STREAM_TRANSPORT_TYPE_UNKNOWN = 0, | |
| TP_STREAM_TRANSPORT_TYPE_RAW_UDP = 1, | | TP_STREAM_TRANSPORT_TYPE_RAW_UDP = 1, | |
| TP_STREAM_TRANSPORT_TYPE_ICE = 2, | | TP_STREAM_TRANSPORT_TYPE_ICE = 2, | |
| TP_STREAM_TRANSPORT_TYPE_GTALK_P2P = 3, | | TP_STREAM_TRANSPORT_TYPE_GTALK_P2P = 3, | |
| TP_STREAM_TRANSPORT_TYPE_WLM_2009 = 4, | | TP_STREAM_TRANSPORT_TYPE_WLM_2009 = 4, | |
| TP_STREAM_TRANSPORT_TYPE_SHM = 5, | | TP_STREAM_TRANSPORT_TYPE_SHM = 5, | |
| TP_STREAM_TRANSPORT_TYPE_MULTICAST = 6, | | TP_STREAM_TRANSPORT_TYPE_MULTICAST = 6, | |
| } TpStreamTransportType; | | } TpStreamTransportType; | |
| #define TP_NUM_STREAM_TRANSPORT_TYPES (6+1) | | #define TP_NUM_STREAM_TRANSPORT_TYPES (6+1) | |
|
| #define NUM_TP_STREAM_TRANSPORT_TYPES TP_NUM_STREAM_TRANSPORT_TYPES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_SENDING_STATE_NONE = 0, | | TP_SENDING_STATE_NONE = 0, | |
| TP_SENDING_STATE_PENDING_SEND = 1, | | TP_SENDING_STATE_PENDING_SEND = 1, | |
| TP_SENDING_STATE_SENDING = 2, | | TP_SENDING_STATE_SENDING = 2, | |
| TP_SENDING_STATE_PENDING_STOP_SENDING = 3, | | TP_SENDING_STATE_PENDING_STOP_SENDING = 3, | |
| } TpSendingState; | | } TpSendingState; | |
| #define TP_NUM_SENDING_STATES (3+1) | | #define TP_NUM_SENDING_STATES (3+1) | |
|
| #define NUM_TP_SENDING_STATES TP_NUM_SENDING_STATES | | | |
| | | | |
| typedef enum { | | typedef enum { | |
| TP_STREAM_ENDPOINT_STATE_CONNECTING = 0, | | TP_STREAM_ENDPOINT_STATE_CONNECTING = 0, | |
| TP_STREAM_ENDPOINT_STATE_PROVISIONALLY_CONNECTED = 1, | | TP_STREAM_ENDPOINT_STATE_PROVISIONALLY_CONNECTED = 1, | |
| TP_STREAM_ENDPOINT_STATE_FULLY_CONNECTED = 2, | | TP_STREAM_ENDPOINT_STATE_FULLY_CONNECTED = 2, | |
| TP_STREAM_ENDPOINT_STATE_EXHAUSTED_CANDIDATES = 3, | | TP_STREAM_ENDPOINT_STATE_EXHAUSTED_CANDIDATES = 3, | |
| TP_STREAM_ENDPOINT_STATE_FAILED = 4, | | TP_STREAM_ENDPOINT_STATE_FAILED = 4, | |
| } TpStreamEndpointState; | | } TpStreamEndpointState; | |
| #define TP_NUM_STREAM_ENDPOINT_STATES (4+1) | | #define TP_NUM_STREAM_ENDPOINT_STATES (4+1) | |
|
| #define NUM_TP_STREAM_ENDPOINT_STATES TP_NUM_STREAM_ENDPOINT_STATES | | | |
| | | | |
| #ifdef __cplusplus | | #ifdef __cplusplus | |
| } | | } | |
| #endif | | #endif | |
| | | | |
End of changes. 44 change blocks. |
| 219 lines changed or deleted | | 72 lines changed or added | |
|
| telepathy-interfaces.h | | telepathy-interfaces.h | |
| /* Generated from: telepathy-glib | | /* Generated from: telepathy-glib | |
| | | | |
| */ | | */ | |
| | | | |
| #include <glib.h> | | #include <glib.h> | |
| | | | |
| #define TP_IFACE_CONNECTION_MANAGER \ | | #define TP_IFACE_CONNECTION_MANAGER \ | |
|
| "org.freedesktop.Telepathy.ConnectionManager" | | "im.telepathy1.ConnectionManager" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_MANAGER \ | | #define TP_IFACE_QUARK_CONNECTION_MANAGER \ | |
| (tp_iface_quark_connection_manager ()) | | (tp_iface_quark_connection_manager ()) | |
| | | | |
| GQuark tp_iface_quark_connection_manager (void); | | GQuark tp_iface_quark_connection_manager (void); | |
| | | | |
| #define TP_PROP_CONNECTION_MANAGER_PROTOCOLS \ | | #define TP_PROP_CONNECTION_MANAGER_PROTOCOLS \ | |
|
| "org.freedesktop.Telepathy.ConnectionManager.Protocols" | | "im.telepathy1.ConnectionManager.Protocols" | |
| | | | |
| #define TP_PROP_CONNECTION_MANAGER_INTERFACES \ | | #define TP_PROP_CONNECTION_MANAGER_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.ConnectionManager.Interfaces" | | "im.telepathy1.ConnectionManager.Interfaces" | |
| | | | |
| #define TP_IFACE_PROTOCOL \ | | #define TP_IFACE_PROTOCOL \ | |
|
| "org.freedesktop.Telepathy.Protocol" | | "im.telepathy1.Protocol" | |
| | | | |
| #define TP_IFACE_QUARK_PROTOCOL \ | | #define TP_IFACE_QUARK_PROTOCOL \ | |
| (tp_iface_quark_protocol ()) | | (tp_iface_quark_protocol ()) | |
| | | | |
| GQuark tp_iface_quark_protocol (void); | | GQuark tp_iface_quark_protocol (void); | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACES \ | | #define TP_PROP_PROTOCOL_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interfaces" | | "im.telepathy1.Protocol.Interfaces" | |
| | | | |
| #define TP_PROP_PROTOCOL_PARAMETERS \ | | #define TP_PROP_PROTOCOL_PARAMETERS \ | |
|
| "org.freedesktop.Telepathy.Protocol.Parameters" | | "im.telepathy1.Protocol.Parameters" | |
| | | | |
| #define TP_PROP_PROTOCOL_CONNECTION_INTERFACES \ | | #define TP_PROP_PROTOCOL_CONNECTION_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.Protocol.ConnectionInterfaces" | | "im.telepathy1.Protocol.ConnectionInterfaces" | |
| | | | |
| #define TP_PROP_PROTOCOL_REQUESTABLE_CHANNEL_CLASSES \ | | #define TP_PROP_PROTOCOL_REQUESTABLE_CHANNEL_CLASSES \ | |
|
| "org.freedesktop.Telepathy.Protocol.RequestableChannelClasses" | | "im.telepathy1.Protocol.RequestableChannelClasses" | |
| | | | |
| #define TP_PROP_PROTOCOL_VCARD_FIELD \ | | #define TP_PROP_PROTOCOL_VCARD_FIELD \ | |
|
| "org.freedesktop.Telepathy.Protocol.VCardField" | | "im.telepathy1.Protocol.VCardField" | |
| | | | |
| #define TP_PROP_PROTOCOL_ENGLISH_NAME \ | | #define TP_PROP_PROTOCOL_ENGLISH_NAME \ | |
|
| "org.freedesktop.Telepathy.Protocol.EnglishName" | | "im.telepathy1.Protocol.EnglishName" | |
| | | | |
| #define TP_PROP_PROTOCOL_ICON \ | | #define TP_PROP_PROTOCOL_ICON \ | |
|
| "org.freedesktop.Telepathy.Protocol.Icon" | | "im.telepathy1.Protocol.Icon" | |
| | | | |
| #define TP_PROP_PROTOCOL_AUTHENTICATION_TYPES \ | | #define TP_PROP_PROTOCOL_AUTHENTICATION_TYPES \ | |
|
| "org.freedesktop.Telepathy.Protocol.AuthenticationTypes" | | "im.telepathy1.Protocol.AuthenticationTypes" | |
| | | | |
| #define TP_IFACE_PROTOCOL_INTERFACE_ADDRESSING \ | | #define TP_IFACE_PROTOCOL_INTERFACE_ADDRESSING \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Addressing" | | "im.telepathy1.Protocol.Interface.Addressing1" | |
| | | | |
| #define TP_IFACE_QUARK_PROTOCOL_INTERFACE_ADDRESSING \ | | #define TP_IFACE_QUARK_PROTOCOL_INTERFACE_ADDRESSING \ | |
| (tp_iface_quark_protocol_interface_addressing ()) | | (tp_iface_quark_protocol_interface_addressing ()) | |
| | | | |
| GQuark tp_iface_quark_protocol_interface_addressing (void); | | GQuark tp_iface_quark_protocol_interface_addressing (void); | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_ADDRESSING_ADDRESSABLE_VCARD_FIELDS \ | | #define TP_PROP_PROTOCOL_INTERFACE_ADDRESSING_ADDRESSABLE_VCARD_FIELDS \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Addressing.AddressableVCardFi
elds" | | "im.telepathy1.Protocol.Interface.Addressing1.AddressableVCardFields" | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_ADDRESSING_ADDRESSABLE_URI_SCHEMES \ | | #define TP_PROP_PROTOCOL_INTERFACE_ADDRESSING_ADDRESSABLE_URI_SCHEMES \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Addressing.AddressableURISche
mes" | | "im.telepathy1.Protocol.Interface.Addressing1.AddressableURISchemes" | |
| | | | |
| #define TP_IFACE_PROTOCOL_INTERFACE_AVATARS \ | | #define TP_IFACE_PROTOCOL_INTERFACE_AVATARS \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Avatars" | | "im.telepathy1.Protocol.Interface.Avatars1" | |
| | | | |
| #define TP_IFACE_QUARK_PROTOCOL_INTERFACE_AVATARS \ | | #define TP_IFACE_QUARK_PROTOCOL_INTERFACE_AVATARS \ | |
| (tp_iface_quark_protocol_interface_avatars ()) | | (tp_iface_quark_protocol_interface_avatars ()) | |
| | | | |
| GQuark tp_iface_quark_protocol_interface_avatars (void); | | GQuark tp_iface_quark_protocol_interface_avatars (void); | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_SUPPORTED_AVATAR_MIME_TYPES \ | | #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_SUPPORTED_AVATAR_MIME_TYPES \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Avatars.SupportedAvatarMIMETy
pes" | | "im.telepathy1.Protocol.Interface.Avatars1.SupportedAvatarMIMETypes" | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_MINIMUM_AVATAR_HEIGHT \ | | #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_MINIMUM_AVATAR_HEIGHT \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Avatars.MinimumAvatarHeight" | | "im.telepathy1.Protocol.Interface.Avatars1.MinimumAvatarHeight" | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_MINIMUM_AVATAR_WIDTH \ | | #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_MINIMUM_AVATAR_WIDTH \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Avatars.MinimumAvatarWidth" | | "im.telepathy1.Protocol.Interface.Avatars1.MinimumAvatarWidth" | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_RECOMMENDED_AVATAR_HEIGHT \ | | #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_RECOMMENDED_AVATAR_HEIGHT \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Avatars.RecommendedAvatarHeig
ht" | | "im.telepathy1.Protocol.Interface.Avatars1.RecommendedAvatarHeight" | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_RECOMMENDED_AVATAR_WIDTH \ | | #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_RECOMMENDED_AVATAR_WIDTH \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Avatars.RecommendedAvatarWidt
h" | | "im.telepathy1.Protocol.Interface.Avatars1.RecommendedAvatarWidth" | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_HEIGHT \ | | #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_HEIGHT \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Avatars.MaximumAvatarHeight" | | "im.telepathy1.Protocol.Interface.Avatars1.MaximumAvatarHeight" | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_WIDTH \ | | #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_WIDTH \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Avatars.MaximumAvatarWidth" | | "im.telepathy1.Protocol.Interface.Avatars1.MaximumAvatarWidth" | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES \ | | #define TP_PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Avatars.MaximumAvatarBytes" | | "im.telepathy1.Protocol.Interface.Avatars1.MaximumAvatarBytes" | |
| | | | |
| #define TP_IFACE_PROTOCOL_INTERFACE_PRESENCE \ | | #define TP_IFACE_PROTOCOL_INTERFACE_PRESENCE \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Presence" | | "im.telepathy1.Protocol.Interface.Presence1" | |
| | | | |
| #define TP_IFACE_QUARK_PROTOCOL_INTERFACE_PRESENCE \ | | #define TP_IFACE_QUARK_PROTOCOL_INTERFACE_PRESENCE \ | |
| (tp_iface_quark_protocol_interface_presence ()) | | (tp_iface_quark_protocol_interface_presence ()) | |
| | | | |
| GQuark tp_iface_quark_protocol_interface_presence (void); | | GQuark tp_iface_quark_protocol_interface_presence (void); | |
| | | | |
| #define TP_PROP_PROTOCOL_INTERFACE_PRESENCE_STATUSES \ | | #define TP_PROP_PROTOCOL_INTERFACE_PRESENCE_STATUSES \ | |
|
| "org.freedesktop.Telepathy.Protocol.Interface.Presence.Statuses" | | "im.telepathy1.Protocol.Interface.Presence1.Statuses" | |
| | | | |
| #define TP_IFACE_CONNECTION \ | | #define TP_IFACE_CONNECTION \ | |
|
| "org.freedesktop.Telepathy.Connection" | | "im.telepathy1.Connection" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION \ | | #define TP_IFACE_QUARK_CONNECTION \ | |
| (tp_iface_quark_connection ()) | | (tp_iface_quark_connection ()) | |
| | | | |
| GQuark tp_iface_quark_connection (void); | | GQuark tp_iface_quark_connection (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACES \ | | #define TP_PROP_CONNECTION_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interfaces" | | "im.telepathy1.Connection.Interfaces" | |
| | | | |
| #define TP_PROP_CONNECTION_SELF_HANDLE \ | | #define TP_PROP_CONNECTION_SELF_HANDLE \ | |
|
| "org.freedesktop.Telepathy.Connection.SelfHandle" | | "im.telepathy1.Connection.SelfHandle" | |
| | | | |
| #define TP_PROP_CONNECTION_SELF_ID \ | | #define TP_PROP_CONNECTION_SELF_ID \ | |
|
| "org.freedesktop.Telepathy.Connection.SelfID" | | "im.telepathy1.Connection.SelfID" | |
| | | | |
| #define TP_PROP_CONNECTION_STATUS \ | | #define TP_PROP_CONNECTION_STATUS \ | |
|
| "org.freedesktop.Telepathy.Connection.Status" | | "im.telepathy1.Connection.Status" | |
| | | | |
| #define TP_PROP_CONNECTION_HAS_IMMORTAL_HANDLES \ | | | |
| "org.freedesktop.Telepathy.Connection.HasImmortalHandles" | | | |
| | | | |
| #define TP_TOKEN_CONNECTION_CONTACT_ID \ | | #define TP_TOKEN_CONNECTION_CONTACT_ID \ | |
|
| "org.freedesktop.Telepathy.Connection/contact-id" | | "im.telepathy1.Connection/contact-id" | |
| | | | |
| | | #define TP_IFACE_CONNECTION_INTERFACE_CONTACTS \ | |
| | | "im.telepathy1.Connection.Interface.Contacts" | |
| | | | |
| | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACTS \ | |
| | | (tp_iface_quark_connection_interface_contacts ()) | |
| | | | |
| | | GQuark tp_iface_quark_connection_interface_contacts (void); | |
| | | | |
| | | #define TP_IFACE_CONNECTION_INTERFACE_REQUESTS \ | |
| | | "im.telepathy1.Connection.Interface.Requests" | |
| | | | |
| | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_REQUESTS \ | |
| | | (tp_iface_quark_connection_interface_requests ()) | |
| | | | |
| | | GQuark tp_iface_quark_connection_interface_requests (void); | |
| | | | |
| | | #define TP_PROP_CONNECTION_INTERFACE_REQUESTS_CHANNELS \ | |
| | | "im.telepathy1.Connection.Interface.Requests.Channels" | |
| | | | |
| | | #define TP_PROP_CONNECTION_INTERFACE_REQUESTS_REQUESTABLE_CHANNEL_CLASSES \ | |
| | | "im.telepathy1.Connection.Interface.Requests.RequestableChannelClasses" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_ADDRESSING \ | | #define TP_IFACE_CONNECTION_INTERFACE_ADDRESSING \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Addressing1" | | "im.telepathy1.Connection.Interface.Addressing1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_ADDRESSING \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_ADDRESSING \ | |
| (tp_iface_quark_connection_interface_addressing ()) | | (tp_iface_quark_connection_interface_addressing ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_addressing (void); | | GQuark tp_iface_quark_connection_interface_addressing (void); | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_ADDRESSING_ADDRESSES \ | | #define TP_TOKEN_CONNECTION_INTERFACE_ADDRESSING_ADDRESSES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Addressing1/addresses" | | "im.telepathy1.Connection.Interface.Addressing1/addresses" | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_ADDRESSING_URIS \ | | #define TP_TOKEN_CONNECTION_INTERFACE_ADDRESSING_URIS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Addressing1/uris" | | "im.telepathy1.Connection.Interface.Addressing1/uris" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_ALIASING \ | | #define TP_IFACE_CONNECTION_INTERFACE_ALIASING \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Aliasing" | | "im.telepathy1.Connection.Interface.Aliasing1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_ALIASING \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_ALIASING \ | |
| (tp_iface_quark_connection_interface_aliasing ()) | | (tp_iface_quark_connection_interface_aliasing ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_aliasing (void); | | GQuark tp_iface_quark_connection_interface_aliasing (void); | |
| | | | |
|
| | | #define TP_PROP_CONNECTION_INTERFACE_ALIASING_ALIAS_FLAGS \ | |
| | | "im.telepathy1.Connection.Interface.Aliasing1.AliasFlags" | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_ALIASING_ALIAS \ | | #define TP_TOKEN_CONNECTION_INTERFACE_ALIASING_ALIAS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Aliasing/alias" | | "im.telepathy1.Connection.Interface.Aliasing1/alias" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_ANONYMITY \ | | #define TP_IFACE_CONNECTION_INTERFACE_ANONYMITY \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Anonymity" | | "im.telepathy1.Connection.Interface.Anonymity1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_ANONYMITY \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_ANONYMITY \ | |
| (tp_iface_quark_connection_interface_anonymity ()) | | (tp_iface_quark_connection_interface_anonymity ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_anonymity (void); | | GQuark tp_iface_quark_connection_interface_anonymity (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_ANONYMITY_SUPPORTED_ANONYMITY_MODES \ | | #define TP_PROP_CONNECTION_INTERFACE_ANONYMITY_SUPPORTED_ANONYMITY_MODES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Anonymity.SupportedAnonymit
yModes" | | "im.telepathy1.Connection.Interface.Anonymity1.SupportedAnonymityModes" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_ANONYMITY_ANONYMITY_MANDATORY \ | | #define TP_PROP_CONNECTION_INTERFACE_ANONYMITY_ANONYMITY_MANDATORY \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Anonymity.AnonymityMandator
y" | | "im.telepathy1.Connection.Interface.Anonymity1.AnonymityMandatory" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_ANONYMITY_ANONYMITY_MODES \ | | #define TP_PROP_CONNECTION_INTERFACE_ANONYMITY_ANONYMITY_MODES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Anonymity.AnonymityModes" | | "im.telepathy1.Connection.Interface.Anonymity1.AnonymityModes" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_AVATARS \ | | #define TP_IFACE_CONNECTION_INTERFACE_AVATARS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Avatars" | | "im.telepathy1.Connection.Interface.Avatars1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_AVATARS \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_AVATARS \ | |
| (tp_iface_quark_connection_interface_avatars ()) | | (tp_iface_quark_connection_interface_avatars ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_avatars (void); | | GQuark tp_iface_quark_connection_interface_avatars (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_AVATARS_SUPPORTED_AVATAR_MIME_TYPES \ | | #define TP_PROP_CONNECTION_INTERFACE_AVATARS_SUPPORTED_AVATAR_MIME_TYPES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Avatars.SupportedAvatarMIME
Types" | | "im.telepathy1.Connection.Interface.Avatars1.SupportedAvatarMIMETypes" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_AVATARS_MINIMUM_AVATAR_HEIGHT \ | | #define TP_PROP_CONNECTION_INTERFACE_AVATARS_MINIMUM_AVATAR_HEIGHT \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Avatars.MinimumAvatarHeight
" | | "im.telepathy1.Connection.Interface.Avatars1.MinimumAvatarHeight" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_AVATARS_MINIMUM_AVATAR_WIDTH \ | | #define TP_PROP_CONNECTION_INTERFACE_AVATARS_MINIMUM_AVATAR_WIDTH \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Avatars.MinimumAvatarWidth" | | "im.telepathy1.Connection.Interface.Avatars1.MinimumAvatarWidth" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_AVATARS_RECOMMENDED_AVATAR_HEIGHT \ | | #define TP_PROP_CONNECTION_INTERFACE_AVATARS_RECOMMENDED_AVATAR_HEIGHT \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Avatars.RecommendedAvatarHe
ight" | | "im.telepathy1.Connection.Interface.Avatars1.RecommendedAvatarHeight" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_AVATARS_RECOMMENDED_AVATAR_WIDTH \ | | #define TP_PROP_CONNECTION_INTERFACE_AVATARS_RECOMMENDED_AVATAR_WIDTH \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Avatars.RecommendedAvatarWi
dth" | | "im.telepathy1.Connection.Interface.Avatars1.RecommendedAvatarWidth" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_HEIGHT \ | | #define TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_HEIGHT \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Avatars.MaximumAvatarHeight
" | | "im.telepathy1.Connection.Interface.Avatars1.MaximumAvatarHeight" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_WIDTH \ | | #define TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_WIDTH \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Avatars.MaximumAvatarWidth" | | "im.telepathy1.Connection.Interface.Avatars1.MaximumAvatarWidth" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES \ | | #define TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Avatars.MaximumAvatarBytes" | | "im.telepathy1.Connection.Interface.Avatars1.MaximumAvatarBytes" | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_AVATARS_TOKEN \ | | #define TP_TOKEN_CONNECTION_INTERFACE_AVATARS_TOKEN \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Avatars/token" | | "im.telepathy1.Connection.Interface.Avatars1/token" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_BALANCE \ | | #define TP_IFACE_CONNECTION_INTERFACE_BALANCE \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Balance" | | "im.telepathy1.Connection.Interface.Balance1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_BALANCE \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_BALANCE \ | |
| (tp_iface_quark_connection_interface_balance ()) | | (tp_iface_quark_connection_interface_balance ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_balance (void); | | GQuark tp_iface_quark_connection_interface_balance (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_BALANCE_ACCOUNT_BALANCE \ | | #define TP_PROP_CONNECTION_INTERFACE_BALANCE_ACCOUNT_BALANCE \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Balance.AccountBalance" | | "im.telepathy1.Connection.Interface.Balance1.AccountBalance" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_BALANCE_MANAGE_CREDIT_URI \ | | #define TP_PROP_CONNECTION_INTERFACE_BALANCE_MANAGE_CREDIT_URI \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Balance.ManageCreditURI" | | "im.telepathy1.Connection.Interface.Balance1.ManageCreditURI" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES \ | | | |
| "org.freedesktop.Telepathy.Connection.Interface.Capabilities" | | | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CAPABILITIES \ | | | |
| (tp_iface_quark_connection_interface_capabilities ()) | | | |
| | | | |
| GQuark tp_iface_quark_connection_interface_capabilities (void); | | | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_CAPABILITIES_CAPS \ | | | |
| "org.freedesktop.Telepathy.Connection.Interface.Capabilities/caps" | | | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_CELLULAR \ | | #define TP_IFACE_CONNECTION_INTERFACE_CELLULAR \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Cellular" | | "im.telepathy1.Connection.Interface.Cellular1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CELLULAR \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CELLULAR \ | |
| (tp_iface_quark_connection_interface_cellular ()) | | (tp_iface_quark_connection_interface_cellular ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_cellular (void); | | GQuark tp_iface_quark_connection_interface_cellular (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_VALIDITY_PERIOD \ | | #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_VALIDITY_PERIOD \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Cellular.MessageValidityPer
iod" | | "im.telepathy1.Connection.Interface.Cellular1.MessageValidityPeriod" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_OVERRIDE_MESSAGE_SERVICE_CENT
RE \ | | #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_OVERRIDE_MESSAGE_SERVICE_CENT
RE \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Cellular.OverrideMessageSer
viceCentre" | | "im.telepathy1.Connection.Interface.Cellular1.OverrideMessageServiceCentre" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_SERVICE_CENTRE \ | | #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_SERVICE_CENTRE \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Cellular.MessageServiceCent
re" | | "im.telepathy1.Connection.Interface.Cellular1.MessageServiceCentre" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_IMSI \ | | #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_IMSI \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Cellular.IMSI" | | "im.telepathy1.Connection.Interface.Cellular1.IMSI" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_REDUCED_CHARACTER_SET
\ | | #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_REDUCED_CHARACTER_SET
\ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Cellular.MessageReducedChar
acterSet" | | "im.telepathy1.Connection.Interface.Cellular1.MessageReducedCharacterSet" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_NATIONAL_CHARACTER_SE
T \ | | #define TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_NATIONAL_CHARACTER_SE
T \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Cellular.MessageNationalCha
racterSet" | | "im.telepathy1.Connection.Interface.Cellular1.MessageNationalCharacterSet" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_CLIENT_TYPES \ | | #define TP_IFACE_CONNECTION_INTERFACE_CLIENT_TYPES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ClientTypes" | | "im.telepathy1.Connection.Interface.ClientTypes1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CLIENT_TYPES \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CLIENT_TYPES \ | |
| (tp_iface_quark_connection_interface_client_types ()) | | (tp_iface_quark_connection_interface_client_types ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_client_types (void); | | GQuark tp_iface_quark_connection_interface_client_types (void); | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_CLIENT_TYPES_CLIENT_TYPES \ | | #define TP_TOKEN_CONNECTION_INTERFACE_CLIENT_TYPES_CLIENT_TYPES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ClientTypes/client-types" | | "im.telepathy1.Connection.Interface.ClientTypes1/client-types" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_BLOCKING \ | | #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_BLOCKING \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactBlocking" | | "im.telepathy1.Connection.Interface.ContactBlocking1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_BLOCKING \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_BLOCKING \ | |
| (tp_iface_quark_connection_interface_contact_blocking ()) | | (tp_iface_quark_connection_interface_contact_blocking ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_contact_blocking (void); | | GQuark tp_iface_quark_connection_interface_contact_blocking (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_BLOCKING_CONTACT_BLOCKING_CAPA
BILITIES \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_BLOCKING_CONTACT_BLOCKING_CAPA
BILITIES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactBlocking.ContactBloc
kingCapabilities" | | "im.telepathy1.Connection.Interface.ContactBlocking1.ContactBlockingCapabil
ities" | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_BLOCKED \ | | #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_BLOCKED \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactBlocking/blocked" | | "im.telepathy1.Connection.Interface.ContactBlocking1/blocked" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES \ | | #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities" | | "im.telepathy1.Connection.Interface.ContactCapabilities1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_CAPABILITIES \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_CAPABILITIES \ | |
| (tp_iface_quark_connection_interface_contact_capabilities ()) | | (tp_iface_quark_connection_interface_contact_capabilities ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_contact_capabilities (void); | | GQuark tp_iface_quark_connection_interface_contact_capabilities (void); | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_CAPABILITIES_CAPABILITIES \ | | #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_CAPABILITIES_CAPABILITIES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities/capabil
ities" | | "im.telepathy1.Connection.Interface.ContactCapabilities1/capabilities" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS \ | | #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactGroups" | | "im.telepathy1.Connection.Interface.ContactGroups1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_GROUPS \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_GROUPS \ | |
| (tp_iface_quark_connection_interface_contact_groups ()) | | (tp_iface_quark_connection_interface_contact_groups ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_contact_groups (void); | | GQuark tp_iface_quark_connection_interface_contact_groups (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_DISJOINT_GROUPS \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_DISJOINT_GROUPS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactGroups.DisjointGroup
s" | | "im.telepathy1.Connection.Interface.ContactGroups1.DisjointGroups" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUP_STORAGE \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUP_STORAGE \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactGroups.GroupStorage" | | "im.telepathy1.Connection.Interface.ContactGroups1.GroupStorage" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUPS \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUPS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactGroups.Groups" | | "im.telepathy1.Connection.Interface.ContactGroups1.Groups" | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUPS \ | | #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUPS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactGroups/groups" | | "im.telepathy1.Connection.Interface.ContactGroups1/groups" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO \ | | #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactInfo" | | "im.telepathy1.Connection.Interface.ContactInfo1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_INFO \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_INFO \ | |
| (tp_iface_quark_connection_interface_contact_info ()) | | (tp_iface_quark_connection_interface_contact_info ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_contact_info (void); | | GQuark tp_iface_quark_connection_interface_contact_info (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_CONTACT_INFO_FLAGS \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_CONTACT_INFO_FLAGS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactInfo.ContactInfoFlag
s" | | "im.telepathy1.Connection.Interface.ContactInfo1.ContactInfoFlags" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_SUPPORTED_FIELDS \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_SUPPORTED_FIELDS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactInfo.SupportedFields
" | | "im.telepathy1.Connection.Interface.ContactInfo1.SupportedFields" | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_INFO_INFO \ | | #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_INFO_INFO \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactInfo/info" | | "im.telepathy1.Connection.Interface.ContactInfo1/info" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_LIST \ | | #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_LIST \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactList" | | "im.telepathy1.Connection.Interface.ContactList1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_LIST \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_LIST \ | |
| (tp_iface_quark_connection_interface_contact_list ()) | | (tp_iface_quark_connection_interface_contact_list ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_contact_list (void); | | GQuark tp_iface_quark_connection_interface_contact_list (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_CONTACT_LIST_STATE \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_CONTACT_LIST_STATE \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactList.ContactListStat
e" | | "im.telepathy1.Connection.Interface.ContactList1.ContactListState" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_CONTACT_LIST_PERSISTS \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_CONTACT_LIST_PERSISTS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactList.ContactListPers
ists" | | "im.telepathy1.Connection.Interface.ContactList1.ContactListPersists" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_CAN_CHANGE_CONTACT_LIST \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_CAN_CHANGE_CONTACT_LIST \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactList.CanChangeContac
tList" | | "im.telepathy1.Connection.Interface.ContactList1.CanChangeContactList" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_REQUEST_USES_MESSAGE \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_REQUEST_USES_MESSAGE \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactList.RequestUsesMess
age" | | "im.telepathy1.Connection.Interface.ContactList1.RequestUsesMessage" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_DOWNLOAD_AT_CONNECTION \ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_DOWNLOAD_AT_CONNECTION \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactList.DownloadAtConne
ction" | | "im.telepathy1.Connection.Interface.ContactList1.DownloadAtConnection" | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_SUBSCRIBE \ | | #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_SUBSCRIBE \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactList/subscribe" | | "im.telepathy1.Connection.Interface.ContactList1/subscribe" | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_PUBLISH \ | | #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_PUBLISH \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactList/publish" | | "im.telepathy1.Connection.Interface.ContactList1/publish" | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_PUBLISH_REQUEST \ | | #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_PUBLISH_REQUEST \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ContactList/publish-request | | "im.telepathy1.Connection.Interface.ContactList1/publish-request" | |
| " | | | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_RENAMING \ | | | |
| "org.freedesktop.Telepathy.Connection.Interface.Renaming" | | | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_RENAMING \ | | | |
| (tp_iface_quark_connection_interface_renaming ()) | | | |
| | | | |
| GQuark tp_iface_quark_connection_interface_renaming (void); | | | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_SIDECARS1 \ | | | |
| "org.freedesktop.Telepathy.Connection.Interface.Sidecars1" | | | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_SIDECARS1 \ | | | |
| (tp_iface_quark_connection_interface_sidecars1 ()) | | | |
| | | | |
| GQuark tp_iface_quark_connection_interface_sidecars1 (void); | | | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE \ | | | |
| "org.freedesktop.Telepathy.Connection.Interface.SimplePresence" | | | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_SIMPLE_PRESENCE \ | | | |
| (tp_iface_quark_connection_interface_simple_presence ()) | | | |
| | | | |
| GQuark tp_iface_quark_connection_interface_simple_presence (void); | | | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_STATUSES \ | | | |
| "org.freedesktop.Telepathy.Connection.Interface.SimplePresence.Statuses" | | | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_MAXIMUM_STATUS_MESSAGE | | | |
| _LENGTH \ | | | |
| "org.freedesktop.Telepathy.Connection.Interface.SimplePresence.MaximumStatu | | | |
| sMessageLength" | | | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_SIMPLE_PRESENCE_PRESENCE \ | | | |
| "org.freedesktop.Telepathy.Connection.Interface.SimplePresence/presence" | | | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_PRESENCE \ | | #define TP_IFACE_CONNECTION_INTERFACE_PRESENCE \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Presence" | | "im.telepathy1.Connection.Interface.Presence1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_PRESENCE \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_PRESENCE \ | |
| (tp_iface_quark_connection_interface_presence ()) | | (tp_iface_quark_connection_interface_presence ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_presence (void); | | GQuark tp_iface_quark_connection_interface_presence (void); | |
| | | | |
|
| #define TP_IFACE_CONNECTION_INTERFACE_CONTACTS \ | | #define TP_PROP_CONNECTION_INTERFACE_PRESENCE_STATUSES \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Contacts" | | "im.telepathy1.Connection.Interface.Presence1.Statuses" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACTS \ | | | |
| (tp_iface_quark_connection_interface_contacts ()) | | | |
| | | | |
| GQuark tp_iface_quark_connection_interface_contacts (void); | | | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACTS_CONTACT_ATTRIBUTE_INTERFACES | | | |
| \ | | | |
| "org.freedesktop.Telepathy.Connection.Interface.Contacts.ContactAttributeIn | | | |
| terfaces" | | | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_REQUESTS \ | | | |
| "org.freedesktop.Telepathy.Connection.Interface.Requests" | | | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_REQUESTS \ | | | |
| (tp_iface_quark_connection_interface_requests ()) | | | |
| | | | |
| GQuark tp_iface_quark_connection_interface_requests (void); | | | |
| | | | |
|
| #define TP_PROP_CONNECTION_INTERFACE_REQUESTS_CHANNELS \ | | #define TP_PROP_CONNECTION_INTERFACE_PRESENCE_MAXIMUM_STATUS_MESSAGE_LENGTH | |
| "org.freedesktop.Telepathy.Connection.Interface.Requests.Channels" | | \ | |
| | | "im.telepathy1.Connection.Interface.Presence1.MaximumStatusMessageLength" | |
| | | | |
|
| #define TP_PROP_CONNECTION_INTERFACE_REQUESTS_REQUESTABLE_CHANNEL_CLASSES \ | | #define TP_TOKEN_CONNECTION_INTERFACE_PRESENCE_PRESENCE \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Requests.RequestableChannel | | "im.telepathy1.Connection.Interface.Presence1/presence" | |
| Classes" | | | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_LOCATION \ | | #define TP_IFACE_CONNECTION_INTERFACE_LOCATION \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Location" | | "im.telepathy1.Connection.Interface.Location1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_LOCATION \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_LOCATION \ | |
| (tp_iface_quark_connection_interface_location ()) | | (tp_iface_quark_connection_interface_location ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_location (void); | | GQuark tp_iface_quark_connection_interface_location (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL_TYPES
\ | | #define TP_PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL_TYPES
\ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Location.LocationAccessCont
rolTypes" | | "im.telepathy1.Connection.Interface.Location1.LocationAccessControlTypes" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL \ | | #define TP_PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Location.LocationAccessCont
rol" | | "im.telepathy1.Connection.Interface.Location1.LocationAccessControl" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_LOCATION_SUPPORTED_LOCATION_FEATURES \ | | #define TP_PROP_CONNECTION_INTERFACE_LOCATION_SUPPORTED_LOCATION_FEATURES \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Location.SupportedLocationF
eatures" | | "im.telepathy1.Connection.Interface.Location1.SupportedLocationFeatures" | |
| | | | |
| #define TP_TOKEN_CONNECTION_INTERFACE_LOCATION_LOCATION \ | | #define TP_TOKEN_CONNECTION_INTERFACE_LOCATION_LOCATION \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.Location/location" | | "im.telepathy1.Connection.Interface.Location1/location" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_SERVICE_POINT \ | | #define TP_IFACE_CONNECTION_INTERFACE_SERVICE_POINT \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ServicePoint" | | "im.telepathy1.Connection.Interface.ServicePoint1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_SERVICE_POINT \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_SERVICE_POINT \ | |
| (tp_iface_quark_connection_interface_service_point ()) | | (tp_iface_quark_connection_interface_service_point ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_service_point (void); | | GQuark tp_iface_quark_connection_interface_service_point (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_SERVICE_POINT_KNOWN_SERVICE_POINTS \ | | #define TP_PROP_CONNECTION_INTERFACE_SERVICE_POINT_KNOWN_SERVICE_POINTS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.ServicePoint.KnownServicePo
ints" | | "im.telepathy1.Connection.Interface.ServicePoint1.KnownServicePoints" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_MAIL_NOTIFICATION \ | | #define TP_IFACE_CONNECTION_INTERFACE_MAIL_NOTIFICATION \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.MailNotification" | | "im.telepathy1.Connection.Interface.MailNotification1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_MAIL_NOTIFICATION \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_MAIL_NOTIFICATION \ | |
| (tp_iface_quark_connection_interface_mail_notification ()) | | (tp_iface_quark_connection_interface_mail_notification ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_mail_notification (void); | | GQuark tp_iface_quark_connection_interface_mail_notification (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_NOTIFICATION_FL
AGS \ | | #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_NOTIFICATION_FL
AGS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.MailNotification.MailNotifi
cationFlags" | | "im.telepathy1.Connection.Interface.MailNotification1.MailNotificationFlags
" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAIL_COUNT \ | | #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAIL_COUNT \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.MailNotification.UnreadMail
Count" | | "im.telepathy1.Connection.Interface.MailNotification1.UnreadMailCount" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAILS \ | | #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAILS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.MailNotification.UnreadMail
s" | | "im.telepathy1.Connection.Interface.MailNotification1.UnreadMails" | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_ADDRESS \ | | #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_ADDRESS \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.MailNotification.MailAddres
s" | | "im.telepathy1.Connection.Interface.MailNotification1.MailAddress" | |
| | | | |
| #define TP_IFACE_CONNECTION_INTERFACE_POWER_SAVING \ | | #define TP_IFACE_CONNECTION_INTERFACE_POWER_SAVING \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.PowerSaving" | | "im.telepathy1.Connection.Interface.PowerSaving1" | |
| | | | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_POWER_SAVING \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_POWER_SAVING \ | |
| (tp_iface_quark_connection_interface_power_saving ()) | | (tp_iface_quark_connection_interface_power_saving ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_power_saving (void); | | GQuark tp_iface_quark_connection_interface_power_saving (void); | |
| | | | |
| #define TP_PROP_CONNECTION_INTERFACE_POWER_SAVING_POWER_SAVING_ACTIVE \ | | #define TP_PROP_CONNECTION_INTERFACE_POWER_SAVING_POWER_SAVING_ACTIVE \ | |
|
| "org.freedesktop.Telepathy.Connection.Interface.PowerSaving.PowerSavingActi
ve" | | "im.telepathy1.Connection.Interface.PowerSaving1.PowerSavingActive" | |
| | | | |
| #define TP_IFACE_CHANNEL \ | | #define TP_IFACE_CHANNEL \ | |
|
| "org.freedesktop.Telepathy.Channel" | | "im.telepathy1.Channel" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL \ | | #define TP_IFACE_QUARK_CHANNEL \ | |
| (tp_iface_quark_channel ()) | | (tp_iface_quark_channel ()) | |
| | | | |
| GQuark tp_iface_quark_channel (void); | | GQuark tp_iface_quark_channel (void); | |
| | | | |
| #define TP_PROP_CHANNEL_CHANNEL_TYPE \ | | #define TP_PROP_CHANNEL_CHANNEL_TYPE \ | |
|
| "org.freedesktop.Telepathy.Channel.ChannelType" | | "im.telepathy1.Channel.ChannelType" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACES \ | | #define TP_PROP_CHANNEL_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.Channel.Interfaces" | | "im.telepathy1.Channel.Interfaces" | |
| | | | |
| #define TP_PROP_CHANNEL_TARGET_HANDLE \ | | #define TP_PROP_CHANNEL_TARGET_HANDLE \ | |
|
| "org.freedesktop.Telepathy.Channel.TargetHandle" | | "im.telepathy1.Channel.TargetHandle" | |
| | | | |
| #define TP_PROP_CHANNEL_TARGET_ID \ | | #define TP_PROP_CHANNEL_TARGET_ID \ | |
|
| "org.freedesktop.Telepathy.Channel.TargetID" | | "im.telepathy1.Channel.TargetID" | |
| | | | |
| #define TP_PROP_CHANNEL_TARGET_HANDLE_TYPE \ | | #define TP_PROP_CHANNEL_TARGET_HANDLE_TYPE \ | |
|
| "org.freedesktop.Telepathy.Channel.TargetHandleType" | | "im.telepathy1.Channel.TargetHandleType" | |
| | | | |
| #define TP_PROP_CHANNEL_REQUESTED \ | | #define TP_PROP_CHANNEL_REQUESTED \ | |
|
| "org.freedesktop.Telepathy.Channel.Requested" | | "im.telepathy1.Channel.Requested" | |
| | | | |
| #define TP_PROP_CHANNEL_INITIATOR_HANDLE \ | | #define TP_PROP_CHANNEL_INITIATOR_HANDLE \ | |
|
| "org.freedesktop.Telepathy.Channel.InitiatorHandle" | | "im.telepathy1.Channel.InitiatorHandle" | |
| | | | |
| #define TP_PROP_CHANNEL_INITIATOR_ID \ | | #define TP_PROP_CHANNEL_INITIATOR_ID \ | |
|
| "org.freedesktop.Telepathy.Channel.InitiatorID" | | "im.telepathy1.Channel.InitiatorID" | |
| | | | |
| | | #define TP_IFACE_CHANNEL_TYPE_TEXT \ | |
| | | "im.telepathy1.Channel.Type.Text" | |
| | | | |
| | | #define TP_IFACE_QUARK_CHANNEL_TYPE_TEXT \ | |
| | | (tp_iface_quark_channel_type_text ()) | |
| | | | |
| | | GQuark tp_iface_quark_channel_type_text (void); | |
| | | | |
| | | #define TP_PROP_CHANNEL_TYPE_TEXT_SUPPORTED_CONTENT_TYPES \ | |
| | | "im.telepathy1.Channel.Type.Text.SupportedContentTypes" | |
| | | | |
| | | #define TP_PROP_CHANNEL_TYPE_TEXT_MESSAGE_TYPES \ | |
| | | "im.telepathy1.Channel.Type.Text.MessageTypes" | |
| | | | |
| | | #define TP_PROP_CHANNEL_TYPE_TEXT_MESSAGE_PART_SUPPORT_FLAGS \ | |
| | | "im.telepathy1.Channel.Type.Text.MessagePartSupportFlags" | |
| | | | |
| | | #define TP_PROP_CHANNEL_TYPE_TEXT_PENDING_MESSAGES \ | |
| | | "im.telepathy1.Channel.Type.Text.PendingMessages" | |
| | | | |
| | | #define TP_PROP_CHANNEL_TYPE_TEXT_DELIVERY_REPORTING_SUPPORT \ | |
| | | "im.telepathy1.Channel.Type.Text.DeliveryReportingSupport" | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_CALL \ | | #define TP_IFACE_CHANNEL_TYPE_CALL \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1" | | "im.telepathy1.Channel.Type.Call1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_CALL \ | | #define TP_IFACE_QUARK_CHANNEL_TYPE_CALL \ | |
| (tp_iface_quark_channel_type_call ()) | | (tp_iface_quark_channel_type_call ()) | |
| | | | |
| GQuark tp_iface_quark_channel_type_call (void); | | GQuark tp_iface_quark_channel_type_call (void); | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_CONTENTS \ | | #define TP_PROP_CHANNEL_TYPE_CALL_CONTENTS \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.Contents" | | "im.telepathy1.Channel.Type.Call1.Contents" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_CALL_STATE_DETAILS \ | | #define TP_PROP_CHANNEL_TYPE_CALL_CALL_STATE_DETAILS \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.CallStateDetails" | | "im.telepathy1.Channel.Type.Call1.CallStateDetails" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_CALL_STATE \ | | #define TP_PROP_CHANNEL_TYPE_CALL_CALL_STATE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.CallState" | | "im.telepathy1.Channel.Type.Call1.CallState" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_CALL_FLAGS \ | | #define TP_PROP_CHANNEL_TYPE_CALL_CALL_FLAGS \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.CallFlags" | | "im.telepathy1.Channel.Type.Call1.CallFlags" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_CALL_STATE_REASON \ | | #define TP_PROP_CHANNEL_TYPE_CALL_CALL_STATE_REASON \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.CallStateReason" | | "im.telepathy1.Channel.Type.Call1.CallStateReason" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_HARDWARE_STREAMING \ | | #define TP_PROP_CHANNEL_TYPE_CALL_HARDWARE_STREAMING \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.HardwareStreaming" | | "im.telepathy1.Channel.Type.Call1.HardwareStreaming" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_CALL_MEMBERS \ | | #define TP_PROP_CHANNEL_TYPE_CALL_CALL_MEMBERS \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.CallMembers" | | "im.telepathy1.Channel.Type.Call1.CallMembers" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_MEMBER_IDENTIFIERS \ | | #define TP_PROP_CHANNEL_TYPE_CALL_MEMBER_IDENTIFIERS \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.MemberIdentifiers" | | "im.telepathy1.Channel.Type.Call1.MemberIdentifiers" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_INITIAL_TRANSPORT \ | | #define TP_PROP_CHANNEL_TYPE_CALL_INITIAL_TRANSPORT \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.InitialTransport" | | "im.telepathy1.Channel.Type.Call1.InitialTransport" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_INITIAL_AUDIO \ | | #define TP_PROP_CHANNEL_TYPE_CALL_INITIAL_AUDIO \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.InitialAudio" | | "im.telepathy1.Channel.Type.Call1.InitialAudio" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_INITIAL_VIDEO \ | | #define TP_PROP_CHANNEL_TYPE_CALL_INITIAL_VIDEO \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.InitialVideo" | | "im.telepathy1.Channel.Type.Call1.InitialVideo" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_INITIAL_AUDIO_NAME \ | | #define TP_PROP_CHANNEL_TYPE_CALL_INITIAL_AUDIO_NAME \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.InitialAudioName" | | "im.telepathy1.Channel.Type.Call1.InitialAudioName" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_INITIAL_VIDEO_NAME \ | | #define TP_PROP_CHANNEL_TYPE_CALL_INITIAL_VIDEO_NAME \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.InitialVideoName" | | "im.telepathy1.Channel.Type.Call1.InitialVideoName" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CALL_MUTABLE_CONTENTS \ | | #define TP_PROP_CHANNEL_TYPE_CALL_MUTABLE_CONTENTS \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1.MutableContents" | | "im.telepathy1.Channel.Type.Call1.MutableContents" | |
| | | | |
| #define TP_TOKEN_CHANNEL_TYPE_CALL_AUDIO \ | | #define TP_TOKEN_CHANNEL_TYPE_CALL_AUDIO \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1/audio" | | "im.telepathy1.Channel.Type.Call1/audio" | |
| | | | |
| #define TP_TOKEN_CHANNEL_TYPE_CALL_VIDEO \ | | #define TP_TOKEN_CHANNEL_TYPE_CALL_VIDEO \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1/video" | | "im.telepathy1.Channel.Type.Call1/video" | |
| | | | |
| #define TP_TOKEN_CHANNEL_TYPE_CALL_GTALK_P2P \ | | #define TP_TOKEN_CHANNEL_TYPE_CALL_GTALK_P2P \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1/gtalk-p2p" | | "im.telepathy1.Channel.Type.Call1/gtalk-p2p" | |
| | | | |
| #define TP_TOKEN_CHANNEL_TYPE_CALL_ICE \ | | #define TP_TOKEN_CHANNEL_TYPE_CALL_ICE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1/ice" | | "im.telepathy1.Channel.Type.Call1/ice" | |
| | | | |
| #define TP_TOKEN_CHANNEL_TYPE_CALL_WLM_2009 \ | | #define TP_TOKEN_CHANNEL_TYPE_CALL_WLM_2009 \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1/wlm-2009" | | "im.telepathy1.Channel.Type.Call1/wlm-2009" | |
| | | | |
| #define TP_TOKEN_CHANNEL_TYPE_CALL_SHM \ | | #define TP_TOKEN_CHANNEL_TYPE_CALL_SHM \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.Call1/shm" | | "im.telepathy1.Channel.Type.Call1/shm" | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_CONTACT_LIST \ | | | |
| "org.freedesktop.Telepathy.Channel.Type.ContactList" | | | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_CONTACT_LIST \ | | | |
| (tp_iface_quark_channel_type_contact_list ()) | | | |
| | | | |
| GQuark tp_iface_quark_channel_type_contact_list (void); | | | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH \ | | #define TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ContactSearch" | | "im.telepathy1.Channel.Type.ContactSearch1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_CONTACT_SEARCH \ | | #define TP_IFACE_QUARK_CHANNEL_TYPE_CONTACT_SEARCH \ | |
| (tp_iface_quark_channel_type_contact_search ()) | | (tp_iface_quark_channel_type_contact_search ()) | |
| | | | |
| GQuark tp_iface_quark_channel_type_contact_search (void); | | GQuark tp_iface_quark_channel_type_contact_search (void); | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_SEARCH_STATE \ | | #define TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_SEARCH_STATE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ContactSearch.SearchState" | | "im.telepathy1.Channel.Type.ContactSearch1.SearchState" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_LIMIT \ | | #define TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_LIMIT \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ContactSearch.Limit" | | "im.telepathy1.Channel.Type.ContactSearch1.Limit" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_AVAILABLE_SEARCH_KEYS \ | | #define TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_AVAILABLE_SEARCH_KEYS \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ContactSearch.AvailableSearchKeys" | | "im.telepathy1.Channel.Type.ContactSearch1.AvailableSearchKeys" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_SERVER \ | | #define TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_SERVER \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ContactSearch.Server" | | "im.telepathy1.Channel.Type.ContactSearch1.Server" | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER \ | | #define TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer" | | "im.telepathy1.Channel.Type.FileTransfer1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_FILE_TRANSFER \ | | #define TP_IFACE_QUARK_CHANNEL_TYPE_FILE_TRANSFER \ | |
| (tp_iface_quark_channel_type_file_transfer ()) | | (tp_iface_quark_channel_type_file_transfer ()) | |
| | | | |
| GQuark tp_iface_quark_channel_type_file_transfer (void); | | GQuark tp_iface_quark_channel_type_file_transfer (void); | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_STATE \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_STATE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.State" | | "im.telepathy1.Channel.Type.FileTransfer1.State" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_TYPE \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_TYPE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.ContentType" | | "im.telepathy1.Channel.Type.FileTransfer1.ContentType" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_FILENAME \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_FILENAME \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.Filename" | | "im.telepathy1.Channel.Type.FileTransfer1.Filename" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_SIZE \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_SIZE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.Size" | | "im.telepathy1.Channel.Type.FileTransfer1.Size" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_HASH_TYPE \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_HASH_TYPE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.ContentHashType" | | "im.telepathy1.Channel.Type.FileTransfer1.ContentHashType" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_HASH \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_HASH \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.ContentHash" | | "im.telepathy1.Channel.Type.FileTransfer1.ContentHash" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DESCRIPTION \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DESCRIPTION \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.Description" | | "im.telepathy1.Channel.Type.FileTransfer1.Description" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DATE \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DATE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.Date" | | "im.telepathy1.Channel.Type.FileTransfer1.Date" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_AVAILABLE_SOCKET_TYPES \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_AVAILABLE_SOCKET_TYPES \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.AvailableSocketTypes" | | "im.telepathy1.Channel.Type.FileTransfer1.AvailableSocketTypes" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_TRANSFERRED_BYTES \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_TRANSFERRED_BYTES \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.TransferredBytes" | | "im.telepathy1.Channel.Type.FileTransfer1.TransferredBytes" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.InitialOffset" | | "im.telepathy1.Channel.Type.FileTransfer1.InitialOffset" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_URI \ | | #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_URI \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.URI" | | "im.telepathy1.Channel.Type.FileTransfer1.URI" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_FILE_COLLECTION \ | | | |
| "org.freedesktop.Telepathy.Channel.Type.FileTransfer.FileCollection" | | | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA \ | | | |
| "org.freedesktop.Telepathy.Channel.Type.StreamedMedia" | | | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_STREAMED_MEDIA \ | | | |
| (tp_iface_quark_channel_type_streamed_media ()) | | | |
| | | | |
| GQuark tp_iface_quark_channel_type_streamed_media (void); | | | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_INITIAL_AUDIO \ | | | |
| "org.freedesktop.Telepathy.Channel.Type.StreamedMedia.InitialAudio" | | | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_INITIAL_VIDEO \ | | | |
| "org.freedesktop.Telepathy.Channel.Type.StreamedMedia.InitialVideo" | | | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_IMMUTABLE_STREAMS \ | | | |
| "org.freedesktop.Telepathy.Channel.Type.StreamedMedia.ImmutableStreams" | | | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_ROOM_LIST \ | | #define TP_IFACE_CHANNEL_TYPE_ROOM_LIST \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.RoomList" | | "im.telepathy1.Channel.Type.RoomList1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_ROOM_LIST \ | | #define TP_IFACE_QUARK_CHANNEL_TYPE_ROOM_LIST \ | |
| (tp_iface_quark_channel_type_room_list ()) | | (tp_iface_quark_channel_type_room_list ()) | |
| | | | |
| GQuark tp_iface_quark_channel_type_room_list (void); | | GQuark tp_iface_quark_channel_type_room_list (void); | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER \ | | #define TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.RoomList.Server" | | "im.telepathy1.Channel.Type.RoomList1.Server" | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_TEXT \ | | | |
| "org.freedesktop.Telepathy.Channel.Type.Text" | | | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_TEXT \ | | | |
| (tp_iface_quark_channel_type_text ()) | | | |
| | | | |
| GQuark tp_iface_quark_channel_type_text (void); | | | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_TUBES \ | | | |
| "org.freedesktop.Telepathy.Channel.Type.Tubes" | | | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_TUBES \ | | | |
| (tp_iface_quark_channel_type_tubes ()) | | | |
| | | | |
| GQuark tp_iface_quark_channel_type_tubes (void); | | | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_STREAM_TUBE \ | | #define TP_IFACE_CHANNEL_TYPE_STREAM_TUBE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.StreamTube" | | "im.telepathy1.Channel.Type.StreamTube1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_STREAM_TUBE \ | | #define TP_IFACE_QUARK_CHANNEL_TYPE_STREAM_TUBE \ | |
| (tp_iface_quark_channel_type_stream_tube ()) | | (tp_iface_quark_channel_type_stream_tube ()) | |
| | | | |
| GQuark tp_iface_quark_channel_type_stream_tube (void); | | GQuark tp_iface_quark_channel_type_stream_tube (void); | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SERVICE \ | | #define TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SERVICE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.StreamTube.Service" | | "im.telepathy1.Channel.Type.StreamTube1.Service" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SUPPORTED_SOCKET_TYPES \ | | #define TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SUPPORTED_SOCKET_TYPES \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.StreamTube.SupportedSocketTypes" | | "im.telepathy1.Channel.Type.StreamTube1.SupportedSocketTypes" | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_DBUS_TUBE \ | | #define TP_IFACE_CHANNEL_TYPE_DBUS_TUBE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.DBusTube" | | "im.telepathy1.Channel.Type.DBusTube1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_DBUS_TUBE \ | | #define TP_IFACE_QUARK_CHANNEL_TYPE_DBUS_TUBE \ | |
| (tp_iface_quark_channel_type_dbus_tube ()) | | (tp_iface_quark_channel_type_dbus_tube ()) | |
| | | | |
| GQuark tp_iface_quark_channel_type_dbus_tube (void); | | GQuark tp_iface_quark_channel_type_dbus_tube (void); | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SERVICE_NAME \ | | #define TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SERVICE_NAME \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.DBusTube.ServiceName" | | "im.telepathy1.Channel.Type.DBusTube1.ServiceName" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_DBUS_TUBE_DBUS_NAMES \ | | #define TP_PROP_CHANNEL_TYPE_DBUS_TUBE_DBUS_NAMES \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.DBusTube.DBusNames" | | "im.telepathy1.Channel.Type.DBusTube1.DBusNames" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SUPPORTED_ACCESS_CONTROLS \ | | #define TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SUPPORTED_ACCESS_CONTROLS \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.DBusTube.SupportedAccessControls" | | "im.telepathy1.Channel.Type.DBusTube1.SupportedAccessControls" | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_SERVER_AUTHENTICATION \ | | #define TP_IFACE_CHANNEL_TYPE_SERVER_AUTHENTICATION \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ServerAuthentication" | | "im.telepathy1.Channel.Type.ServerAuthentication1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_SERVER_AUTHENTICATION \ | | #define TP_IFACE_QUARK_CHANNEL_TYPE_SERVER_AUTHENTICATION \ | |
| (tp_iface_quark_channel_type_server_authentication ()) | | (tp_iface_quark_channel_type_server_authentication ()) | |
| | | | |
| GQuark tp_iface_quark_channel_type_server_authentication (void); | | GQuark tp_iface_quark_channel_type_server_authentication (void); | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_SERVER_AUTHENTICATION_AUTHENTICATION_METHOD \ | | #define TP_PROP_CHANNEL_TYPE_SERVER_AUTHENTICATION_AUTHENTICATION_METHOD \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ServerAuthentication.Authentication
Method" | | "im.telepathy1.Channel.Type.ServerAuthentication1.AuthenticationMethod" | |
| | | | |
| #define TP_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION \ | | #define TP_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection" | | "im.telepathy1.Channel.Type.ServerTLSConnection1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_TYPE_SERVER_TLS_CONNECTION \ | | #define TP_IFACE_QUARK_CHANNEL_TYPE_SERVER_TLS_CONNECTION \ | |
| (tp_iface_quark_channel_type_server_tls_connection ()) | | (tp_iface_quark_channel_type_server_tls_connection ()) | |
| | | | |
| GQuark tp_iface_quark_channel_type_server_tls_connection (void); | | GQuark tp_iface_quark_channel_type_server_tls_connection (void); | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_SERVER_CERTIFICATE \ | | #define TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_SERVER_CERTIFICATE \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection.ServerCertifica
te" | | "im.telepathy1.Channel.Type.ServerTLSConnection1.ServerCertificate" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_HOSTNAME \ | | #define TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_HOSTNAME \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection.Hostname" | | "im.telepathy1.Channel.Type.ServerTLSConnection1.Hostname" | |
| | | | |
| #define TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_REFERENCE_IDENTITIES \ | | #define TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_REFERENCE_IDENTITIES \ | |
|
| "org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection.ReferenceIdenti
ties" | | "im.telepathy1.Channel.Type.ServerTLSConnection1.ReferenceIdentities" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_ANONYMITY \ | | #define TP_IFACE_CHANNEL_INTERFACE_ANONYMITY \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Anonymity" | | "im.telepathy1.Channel.Interface.Anonymity1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_ANONYMITY \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_ANONYMITY \ | |
| (tp_iface_quark_channel_interface_anonymity ()) | | (tp_iface_quark_channel_interface_anonymity ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_anonymity (void); | | GQuark tp_iface_quark_channel_interface_anonymity (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMITY_MODES \ | | #define TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMITY_MODES \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Anonymity.AnonymityModes" | | "im.telepathy1.Channel.Interface.Anonymity1.AnonymityModes" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMITY_MANDATORY \ | | #define TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMITY_MANDATORY \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Anonymity.AnonymityMandatory" | | "im.telepathy1.Channel.Interface.Anonymity1.AnonymityMandatory" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMOUS_ID \ | | #define TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMOUS_ID \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Anonymity.AnonymousID" | | "im.telepathy1.Channel.Interface.Anonymity1.AnonymousID" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_CALL_STATE \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.CallState" | | | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_CALL_STATE \ | | | |
| (tp_iface_quark_channel_interface_call_state ()) | | | |
| | | | |
| GQuark tp_iface_quark_channel_interface_call_state (void); | | | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION \ | | #define TP_IFACE_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.CaptchaAuthentication1" | | "im.telepathy1.Channel.Interface.CaptchaAuthentication1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION \ | |
| (tp_iface_quark_channel_interface_captcha_authentication ()) | | (tp_iface_quark_channel_interface_captcha_authentication ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_captcha_authentication (void); | | GQuark tp_iface_quark_channel_interface_captcha_authentication (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAN_RETRY_CAPTCHA
\ | | #define TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAN_RETRY_CAPTCHA
\ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.CaptchaAuthentication1.CanRetr
yCaptcha" | | "im.telepathy1.Channel.Interface.CaptchaAuthentication1.CanRetryCaptcha" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_STATUS \ | | #define TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_STATUS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.CaptchaAuthentication1.Captcha
Status" | | "im.telepathy1.Channel.Interface.CaptchaAuthentication1.CaptchaStatus" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_ERROR \ | | #define TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_ERROR \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.CaptchaAuthentication1.Captcha
Error" | | "im.telepathy1.Channel.Interface.CaptchaAuthentication1.CaptchaError" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_ERROR_DETA
ILS \ | | #define TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_ERROR_DETA
ILS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.CaptchaAuthentication1.Captcha
ErrorDetails" | | "im.telepathy1.Channel.Interface.CaptchaAuthentication1.CaptchaErrorDetails
" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_CHAT_STATE \ | | #define TP_IFACE_CHANNEL_INTERFACE_CHAT_STATE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.ChatState" | | "im.telepathy1.Channel.Interface.ChatState1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_CHAT_STATE \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_CHAT_STATE \ | |
| (tp_iface_quark_channel_interface_chat_state ()) | | (tp_iface_quark_channel_interface_chat_state ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_chat_state (void); | | GQuark tp_iface_quark_channel_interface_chat_state (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CHAT_STATE_CHAT_STATES \ | | #define TP_PROP_CHANNEL_INTERFACE_CHAT_STATE_CHAT_STATES \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.ChatState.ChatStates" | | "im.telepathy1.Channel.Interface.ChatState1.ChatStates" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_CONFERENCE \ | | #define TP_IFACE_CHANNEL_INTERFACE_CONFERENCE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Conference" | | "im.telepathy1.Channel.Interface.Conference1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_CONFERENCE \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_CONFERENCE \ | |
| (tp_iface_quark_channel_interface_conference ()) | | (tp_iface_quark_channel_interface_conference ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_conference (void); | | GQuark tp_iface_quark_channel_interface_conference (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_CHANNELS \ | | #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_CHANNELS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Conference.Channels" | | "im.telepathy1.Channel.Interface.Conference1.Channels" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_CHANNELS \ | | #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_CHANNELS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Conference.InitialChannels" | | "im.telepathy1.Channel.Interface.Conference1.InitialChannels" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_INVITEE_HANDLES \ | | #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_INVITEE_HANDLES \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Conference.InitialInviteeHandl
es" | | "im.telepathy1.Channel.Interface.Conference1.InitialInviteeHandles" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_INVITEE_IDS \ | | #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_INVITEE_IDS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Conference.InitialInviteeIDs" | | "im.telepathy1.Channel.Interface.Conference1.InitialInviteeIDs" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INVITATION_MESSAGE \ | | #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INVITATION_MESSAGE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Conference.InvitationMessage" | | "im.telepathy1.Channel.Interface.Conference1.InvitationMessage" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_ORIGINAL_CHANNELS \ | | #define TP_PROP_CHANNEL_INTERFACE_CONFERENCE_ORIGINAL_CHANNELS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Conference.OriginalChannels" | | "im.telepathy1.Channel.Interface.Conference1.OriginalChannels" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_DESTROYABLE \ | | #define TP_IFACE_CHANNEL_INTERFACE_DESTROYABLE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Destroyable" | | "im.telepathy1.Channel.Interface.Destroyable1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_DESTROYABLE \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_DESTROYABLE \ | |
| (tp_iface_quark_channel_interface_destroyable ()) | | (tp_iface_quark_channel_interface_destroyable ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_destroyable (void); | | GQuark tp_iface_quark_channel_interface_destroyable (void); | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_DTMF \ | | #define TP_IFACE_CHANNEL_INTERFACE_DTMF \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.DTMF" | | "im.telepathy1.Channel.Interface.DTMF1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_DTMF \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_DTMF \ | |
| (tp_iface_quark_channel_interface_dtmf ()) | | (tp_iface_quark_channel_interface_dtmf ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_dtmf (void); | | GQuark tp_iface_quark_channel_interface_dtmf (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_DTMF_CURRENTLY_SENDING_TONES \ | | #define TP_PROP_CHANNEL_INTERFACE_DTMF_CURRENTLY_SENDING_TONES \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.DTMF.CurrentlySendingTones" | | "im.telepathy1.Channel.Interface.DTMF1.CurrentlySendingTones" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_DTMF_INITIAL_TONES \ | | #define TP_PROP_CHANNEL_INTERFACE_DTMF_INITIAL_TONES \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.DTMF.InitialTones" | | "im.telepathy1.Channel.Interface.DTMF1.InitialTones" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_DTMF_DEFERRED_TONES \ | | #define TP_PROP_CHANNEL_INTERFACE_DTMF_DEFERRED_TONES \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.DTMF.DeferredTones" | | "im.telepathy1.Channel.Interface.DTMF1.DeferredTones" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA \ | | #define TP_IFACE_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.FileTransfer.Metadata" | | "im.telepathy1.Channel.Interface.FileTransfer.Metadata1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA \ | |
| (tp_iface_quark_channel_interface_file_transfer_metadata ()) | | (tp_iface_quark_channel_interface_file_transfer_metadata ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_file_transfer_metadata (void); | | GQuark tp_iface_quark_channel_interface_file_transfer_metadata (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_SERVICE_NAME \ | | #define TP_PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_SERVICE_NAME \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.FileTransfer.Metadata.ServiceN
ame" | | "im.telepathy1.Channel.Interface.FileTransfer.Metadata1.ServiceName" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_METADATA \ | | #define TP_PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_METADATA \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.FileTransfer.Metadata.Metadata
" | | "im.telepathy1.Channel.Interface.FileTransfer.Metadata1.Metadata" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_GROUP \ | | #define TP_IFACE_CHANNEL_INTERFACE_GROUP \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Group" | | "im.telepathy1.Channel.Interface.Group1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_GROUP \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_GROUP \ | |
| (tp_iface_quark_channel_interface_group ()) | | (tp_iface_quark_channel_interface_group ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_group (void); | | GQuark tp_iface_quark_channel_interface_group (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_GROUP_GROUP_FLAGS \ | | #define TP_PROP_CHANNEL_INTERFACE_GROUP_GROUP_FLAGS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Group.GroupFlags" | | "im.telepathy1.Channel.Interface.Group1.GroupFlags" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_GROUP_HANDLE_OWNERS \ | | #define TP_PROP_CHANNEL_INTERFACE_GROUP_HANDLE_OWNERS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Group.HandleOwners" | | "im.telepathy1.Channel.Interface.Group1.HandleOwners" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_GROUP_LOCAL_PENDING_MEMBERS \ | | #define TP_PROP_CHANNEL_INTERFACE_GROUP_LOCAL_PENDING_MEMBERS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Group.LocalPendingMembers" | | "im.telepathy1.Channel.Interface.Group1.LocalPendingMembers" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_GROUP_MEMBERS \ | | #define TP_PROP_CHANNEL_INTERFACE_GROUP_MEMBERS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Group.Members" | | "im.telepathy1.Channel.Interface.Group1.Members" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_GROUP_REMOTE_PENDING_MEMBERS \ | | #define TP_PROP_CHANNEL_INTERFACE_GROUP_REMOTE_PENDING_MEMBERS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Group.RemotePendingMembers" | | "im.telepathy1.Channel.Interface.Group1.RemotePendingMembers" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_GROUP_SELF_HANDLE \ | | #define TP_PROP_CHANNEL_INTERFACE_GROUP_SELF_HANDLE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Group.SelfHandle" | | "im.telepathy1.Channel.Interface.Group1.SelfHandle" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_GROUP_MEMBER_IDENTIFIERS \ | | #define TP_PROP_CHANNEL_INTERFACE_GROUP_MEMBER_IDENTIFIERS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Group.MemberIdentifiers" | | "im.telepathy1.Channel.Interface.Group1.MemberIdentifiers" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_HOLD \ | | #define TP_IFACE_CHANNEL_INTERFACE_HOLD \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Hold" | | "im.telepathy1.Channel.Interface.Hold1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_HOLD \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_HOLD \ | |
| (tp_iface_quark_channel_interface_hold ()) | | (tp_iface_quark_channel_interface_hold ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_hold (void); | | GQuark tp_iface_quark_channel_interface_hold (void); | |
| | | | |
|
| #define TP_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling" | | | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_MEDIA_SIGNALLING \ | | | |
| (tp_iface_quark_channel_interface_media_signalling ()) | | | |
| | | | |
| GQuark tp_iface_quark_channel_interface_media_signalling (void); | | | |
| | | | |
| #define TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_GTALK_P2P \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/gtalk-p2p" | | | |
| | | | |
| #define TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_ICE_UDP \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/ice-udp" | | | |
| | | | |
| #define TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_8_5 \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/wlm-8.5" | | | |
| | | | |
| #define TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_2009 \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling/wlm-2009" | | | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_MESSAGES \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.Messages" | | | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_MESSAGES \ | | | |
| (tp_iface_quark_channel_interface_messages ()) | | | |
| | | | |
| GQuark tp_iface_quark_channel_interface_messages (void); | | | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_MESSAGES_SUPPORTED_CONTENT_TYPES \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.Messages.SupportedContentTypes | | | |
| " | | | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_MESSAGES_MESSAGE_TYPES \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.Messages.MessageTypes" | | | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_MESSAGES_MESSAGE_PART_SUPPORT_FLAGS \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.Messages.MessagePartSupportFla | | | |
| gs" | | | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_MESSAGES_PENDING_MESSAGES \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.Messages.PendingMessages" | | | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_MESSAGES_DELIVERY_REPORTING_SUPPORT \ | | | |
| "org.freedesktop.Telepathy.Channel.Interface.Messages.DeliveryReportingSupp | | | |
| ort" | | | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_PASSWORD \ | | #define TP_IFACE_CHANNEL_INTERFACE_PASSWORD \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Password" | | "im.telepathy1.Channel.Interface.Password1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_PASSWORD \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_PASSWORD \ | |
| (tp_iface_quark_channel_interface_password ()) | | (tp_iface_quark_channel_interface_password ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_password (void); | | GQuark tp_iface_quark_channel_interface_password (void); | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_ROOM \ | | #define TP_IFACE_CHANNEL_INTERFACE_ROOM \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Room2" | | "im.telepathy1.Channel.Interface.Room1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_ROOM \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_ROOM \ | |
| (tp_iface_quark_channel_interface_room ()) | | (tp_iface_quark_channel_interface_room ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_room (void); | | GQuark tp_iface_quark_channel_interface_room (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_ROOM_NAME \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_ROOM_NAME \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Room2.RoomName" | | "im.telepathy1.Channel.Interface.Room1.RoomName" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_SERVER \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_SERVER \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Room2.Server" | | "im.telepathy1.Channel.Interface.Room1.Server" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CREATOR \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CREATOR \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Room2.Creator" | | "im.telepathy1.Channel.Interface.Room1.Creator" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CREATOR_HANDLE \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CREATOR_HANDLE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Room2.CreatorHandle" | | "im.telepathy1.Channel.Interface.Room1.CreatorHandle" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CREATION_TIMESTAMP \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CREATION_TIMESTAMP \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Room2.CreationTimestamp" | | "im.telepathy1.Channel.Interface.Room1.CreationTimestamp" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_ROOM_CONFIG \ | | #define TP_IFACE_CHANNEL_INTERFACE_ROOM_CONFIG \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1" | | "im.telepathy1.Channel.Interface.RoomConfig1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_ROOM_CONFIG \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_ROOM_CONFIG \ | |
| (tp_iface_quark_channel_interface_room_config ()) | | (tp_iface_quark_channel_interface_room_config ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_room_config (void); | | GQuark tp_iface_quark_channel_interface_room_config (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_ANONYMOUS \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_ANONYMOUS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.Anonymous" | | "im.telepathy1.Channel.Interface.RoomConfig1.Anonymous" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_INVITEONLY \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_INVITEONLY \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.InviteOnly" | | "im.telepathy1.Channel.Interface.RoomConfig1.InviteOnly" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_LIMIT \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_LIMIT \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.Limit" | | "im.telepathy1.Channel.Interface.RoomConfig1.Limit" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_MODERATED \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_MODERATED \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.Moderated" | | "im.telepathy1.Channel.Interface.RoomConfig1.Moderated" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_TITLE \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_TITLE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.Title" | | "im.telepathy1.Channel.Interface.RoomConfig1.Title" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_DESCRIPTION \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_DESCRIPTION \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.Description" | | "im.telepathy1.Channel.Interface.RoomConfig1.Description" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PERSISTENT \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PERSISTENT \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.Persistent" | | "im.telepathy1.Channel.Interface.RoomConfig1.Persistent" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PRIVATE \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PRIVATE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.Private" | | "im.telepathy1.Channel.Interface.RoomConfig1.Private" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD_PROTECTED \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD_PROTECTED \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.PasswordProtected" | | "im.telepathy1.Channel.Interface.RoomConfig1.PasswordProtected" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.Password" | | "im.telepathy1.Channel.Interface.RoomConfig1.Password" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD_HINT \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD_HINT \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.PasswordHint" | | "im.telepathy1.Channel.Interface.RoomConfig1.PasswordHint" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_CAN_UPDATE_CONFIGURATION \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_CAN_UPDATE_CONFIGURATION \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.CanUpdateConfigura
tion" | | "im.telepathy1.Channel.Interface.RoomConfig1.CanUpdateConfiguration" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_MUTABLE_PROPERTIES \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_MUTABLE_PROPERTIES \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.MutableProperties" | | "im.telepathy1.Channel.Interface.RoomConfig1.MutableProperties" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_CONFIGURATION_RETRIEVED \ | | #define TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_CONFIGURATION_RETRIEVED \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.RoomConfig1.ConfigurationRetri
eved" | | "im.telepathy1.Channel.Interface.RoomConfig1.ConfigurationRetrieved" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION \ | | #define TP_IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication" | | "im.telepathy1.Channel.Interface.SASLAuthentication1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_SASL_AUTHENTICATION \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_SASL_AUTHENTICATION \ | |
| (tp_iface_quark_channel_interface_sasl_authentication ()) | | (tp_iface_quark_channel_interface_sasl_authentication ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_sasl_authentication (void); | | GQuark tp_iface_quark_channel_interface_sasl_authentication (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_AVAILABLE_MECHANISMS
\ | | #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_AVAILABLE_MECHANISMS
\ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication.AvailableMe
chanisms" | | "im.telepathy1.Channel.Interface.SASLAuthentication1.AvailableMechanisms" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_HAS_INITIAL_DATA \ | | #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_HAS_INITIAL_DATA \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication.HasInitialD
ata" | | "im.telepathy1.Channel.Interface.SASLAuthentication1.HasInitialData" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_CAN_TRY_AGAIN \ | | #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_CAN_TRY_AGAIN \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication.CanTryAgain
" | | "im.telepathy1.Channel.Interface.SASLAuthentication1.CanTryAgain" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_STATUS \ | | #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_STATUS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication.SASLStatus" | | "im.telepathy1.Channel.Interface.SASLAuthentication1.SASLStatus" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_ERROR \ | | #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_ERROR \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication.SASLError" | | "im.telepathy1.Channel.Interface.SASLAuthentication1.SASLError" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_ERROR_DETAILS \ | | #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_ERROR_DETAILS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication.SASLErrorDe
tails" | | "im.telepathy1.Channel.Interface.SASLAuthentication1.SASLErrorDetails" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_AUTHORIZATION_IDENTIT
Y \ | | #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_AUTHORIZATION_IDENTIT
Y \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication.Authorizati
onIdentity" | | "im.telepathy1.Channel.Interface.SASLAuthentication1.AuthorizationIdentity" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_DEFAULT_USERNAME \ | | #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_DEFAULT_USERNAME \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication.DefaultUser
name" | | "im.telepathy1.Channel.Interface.SASLAuthentication1.DefaultUsername" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_DEFAULT_REALM \ | | #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_DEFAULT_REALM \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication.DefaultReal
m" | | "im.telepathy1.Channel.Interface.SASLAuthentication1.DefaultRealm" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_MAY_SAVE_RESPONSE \ | | #define TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_MAY_SAVE_RESPONSE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication.MaySaveResp
onse" | | "im.telepathy1.Channel.Interface.SASLAuthentication1.MaySaveResponse" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_SECURABLE \ | | #define TP_IFACE_CHANNEL_INTERFACE_SECURABLE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Securable" | | "im.telepathy1.Channel.Interface.Securable1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_SECURABLE \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_SECURABLE \ | |
| (tp_iface_quark_channel_interface_securable ()) | | (tp_iface_quark_channel_interface_securable ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_securable (void); | | GQuark tp_iface_quark_channel_interface_securable (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SECURABLE_ENCRYPTED \ | | #define TP_PROP_CHANNEL_INTERFACE_SECURABLE_ENCRYPTED \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Securable.Encrypted" | | "im.telepathy1.Channel.Interface.Securable1.Encrypted" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SECURABLE_VERIFIED \ | | #define TP_PROP_CHANNEL_INTERFACE_SECURABLE_VERIFIED \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Securable.Verified" | | "im.telepathy1.Channel.Interface.Securable1.Verified" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_SERVICE_POINT \ | | #define TP_IFACE_CHANNEL_INTERFACE_SERVICE_POINT \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.ServicePoint" | | "im.telepathy1.Channel.Interface.ServicePoint1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_SERVICE_POINT \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_SERVICE_POINT \ | |
| (tp_iface_quark_channel_interface_service_point ()) | | (tp_iface_quark_channel_interface_service_point ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_service_point (void); | | GQuark tp_iface_quark_channel_interface_service_point (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SERVICE_POINT_INITIAL_SERVICE_POINT \ | | #define TP_PROP_CHANNEL_INTERFACE_SERVICE_POINT_INITIAL_SERVICE_POINT \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.ServicePoint.InitialServicePoi
nt" | | "im.telepathy1.Channel.Interface.ServicePoint1.InitialServicePoint" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SERVICE_POINT_CURRENT_SERVICE_POINT \ | | #define TP_PROP_CHANNEL_INTERFACE_SERVICE_POINT_CURRENT_SERVICE_POINT \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.ServicePoint.CurrentServicePoi
nt" | | "im.telepathy1.Channel.Interface.ServicePoint1.CurrentServicePoint" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_SUBJECT \ | | #define TP_IFACE_CHANNEL_INTERFACE_SUBJECT \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Subject2" | | "im.telepathy1.Channel.Interface.Subject1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_SUBJECT \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_SUBJECT \ | |
| (tp_iface_quark_channel_interface_subject ()) | | (tp_iface_quark_channel_interface_subject ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_subject (void); | | GQuark tp_iface_quark_channel_interface_subject (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SUBJECT_SUBJECT \ | | #define TP_PROP_CHANNEL_INTERFACE_SUBJECT_SUBJECT \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Subject2.Subject" | | "im.telepathy1.Channel.Interface.Subject1.Subject" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SUBJECT_ACTOR \ | | #define TP_PROP_CHANNEL_INTERFACE_SUBJECT_ACTOR \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Subject2.Actor" | | "im.telepathy1.Channel.Interface.Subject1.Actor" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SUBJECT_ACTOR_HANDLE \ | | #define TP_PROP_CHANNEL_INTERFACE_SUBJECT_ACTOR_HANDLE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Subject2.ActorHandle" | | "im.telepathy1.Channel.Interface.Subject1.ActorHandle" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SUBJECT_TIMESTAMP \ | | #define TP_PROP_CHANNEL_INTERFACE_SUBJECT_TIMESTAMP \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Subject2.Timestamp" | | "im.telepathy1.Channel.Interface.Subject1.Timestamp" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SUBJECT_CAN_SET \ | | #define TP_PROP_CHANNEL_INTERFACE_SUBJECT_CAN_SET \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Subject2.CanSet" | | "im.telepathy1.Channel.Interface.Subject1.CanSet" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_SMS \ | | #define TP_IFACE_CHANNEL_INTERFACE_SMS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SMS" | | "im.telepathy1.Channel.Interface.SMS1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_SMS \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_SMS \ | |
| (tp_iface_quark_channel_interface_sms ()) | | (tp_iface_quark_channel_interface_sms ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_sms (void); | | GQuark tp_iface_quark_channel_interface_sms (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SMS_FLASH \ | | #define TP_PROP_CHANNEL_INTERFACE_SMS_FLASH \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SMS.Flash" | | "im.telepathy1.Channel.Interface.SMS1.Flash" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_SMS_SMS_CHANNEL \ | | #define TP_PROP_CHANNEL_INTERFACE_SMS_SMS_CHANNEL \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.SMS.SMSChannel" | | "im.telepathy1.Channel.Interface.SMS1.SMSChannel" | |
| | | | |
| #define TP_IFACE_CHANNEL_INTERFACE_TUBE \ | | #define TP_IFACE_CHANNEL_INTERFACE_TUBE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Tube" | | "im.telepathy1.Channel.Interface.Tube1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_TUBE \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_TUBE \ | |
| (tp_iface_quark_channel_interface_tube ()) | | (tp_iface_quark_channel_interface_tube ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_tube (void); | | GQuark tp_iface_quark_channel_interface_tube (void); | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_TUBE_PARAMETERS \ | | #define TP_PROP_CHANNEL_INTERFACE_TUBE_PARAMETERS \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Tube.Parameters" | | "im.telepathy1.Channel.Interface.Tube1.Parameters" | |
| | | | |
| #define TP_PROP_CHANNEL_INTERFACE_TUBE_STATE \ | | #define TP_PROP_CHANNEL_INTERFACE_TUBE_STATE \ | |
|
| "org.freedesktop.Telepathy.Channel.Interface.Tube.State" | | "im.telepathy1.Channel.Interface.Tube1.State" | |
| | | | |
| #define TP_IFACE_MEDIA_SESSION_HANDLER \ | | | |
| "org.freedesktop.Telepathy.Media.SessionHandler" | | | |
| | | | |
| #define TP_IFACE_QUARK_MEDIA_SESSION_HANDLER \ | | | |
| (tp_iface_quark_media_session_handler ()) | | | |
| | | | |
| GQuark tp_iface_quark_media_session_handler (void); | | | |
| | | | |
| #define TP_IFACE_MEDIA_STREAM_HANDLER \ | | | |
| "org.freedesktop.Telepathy.Media.StreamHandler" | | | |
| | | | |
| #define TP_IFACE_QUARK_MEDIA_STREAM_HANDLER \ | | | |
| (tp_iface_quark_media_stream_handler ()) | | | |
| | | | |
| GQuark tp_iface_quark_media_stream_handler (void); | | | |
| | | | |
| #define TP_PROP_MEDIA_STREAM_HANDLER_STUN_SERVERS \ | | | |
| "org.freedesktop.Telepathy.Media.StreamHandler.STUNServers" | | | |
| | | | |
| #define TP_PROP_MEDIA_STREAM_HANDLER_CREATED_LOCALLY \ | | | |
| "org.freedesktop.Telepathy.Media.StreamHandler.CreatedLocally" | | | |
| | | | |
| #define TP_PROP_MEDIA_STREAM_HANDLER_NAT_TRAVERSAL \ | | | |
| "org.freedesktop.Telepathy.Media.StreamHandler.NATTraversal" | | | |
| | | | |
| #define TP_PROP_MEDIA_STREAM_HANDLER_RELAY_INFO \ | | | |
| "org.freedesktop.Telepathy.Media.StreamHandler.RelayInfo" | | | |
| | | | |
| #define TP_IFACE_DBUS_PEER \ | | #define TP_IFACE_DBUS_PEER \ | |
| "org.freedesktop.DBus.Peer" | | "org.freedesktop.DBus.Peer" | |
| | | | |
| #define TP_IFACE_QUARK_DBUS_PEER \ | | #define TP_IFACE_QUARK_DBUS_PEER \ | |
| (tp_iface_quark_dbus_peer ()) | | (tp_iface_quark_dbus_peer ()) | |
| | | | |
| GQuark tp_iface_quark_dbus_peer (void); | | GQuark tp_iface_quark_dbus_peer (void); | |
| | | | |
| #define TP_IFACE_DBUS_INTROSPECTABLE \ | | #define TP_IFACE_DBUS_INTROSPECTABLE \ | |
| | | | |
| skipping to change at line 1226 | | skipping to change at line 1088 | |
| GQuark tp_iface_quark_dbus_introspectable (void); | | GQuark tp_iface_quark_dbus_introspectable (void); | |
| | | | |
| #define TP_IFACE_DBUS_PROPERTIES \ | | #define TP_IFACE_DBUS_PROPERTIES \ | |
| "org.freedesktop.DBus.Properties" | | "org.freedesktop.DBus.Properties" | |
| | | | |
| #define TP_IFACE_QUARK_DBUS_PROPERTIES \ | | #define TP_IFACE_QUARK_DBUS_PROPERTIES \ | |
| (tp_iface_quark_dbus_properties ()) | | (tp_iface_quark_dbus_properties ()) | |
| | | | |
| GQuark tp_iface_quark_dbus_properties (void); | | GQuark tp_iface_quark_dbus_properties (void); | |
| | | | |
|
| #define TP_IFACE_PROPERTIES_INTERFACE \ | | | |
| "org.freedesktop.Telepathy.Properties" | | | |
| | | | |
| #define TP_IFACE_QUARK_PROPERTIES_INTERFACE \ | | | |
| (tp_iface_quark_properties_interface ()) | | | |
| | | | |
| GQuark tp_iface_quark_properties_interface (void); | | | |
| | | | |
| #define TP_IFACE_DBUS_DAEMON \ | | #define TP_IFACE_DBUS_DAEMON \ | |
| "org.freedesktop.DBus" | | "org.freedesktop.DBus" | |
| | | | |
| #define TP_IFACE_QUARK_DBUS_DAEMON \ | | #define TP_IFACE_QUARK_DBUS_DAEMON \ | |
| (tp_iface_quark_dbus_daemon ()) | | (tp_iface_quark_dbus_daemon ()) | |
| | | | |
| GQuark tp_iface_quark_dbus_daemon (void); | | GQuark tp_iface_quark_dbus_daemon (void); | |
| | | | |
| #define TP_IFACE_ACCOUNT_MANAGER \ | | #define TP_IFACE_ACCOUNT_MANAGER \ | |
|
| "org.freedesktop.Telepathy.AccountManager" | | "im.telepathy1.AccountManager" | |
| | | | |
| #define TP_IFACE_QUARK_ACCOUNT_MANAGER \ | | #define TP_IFACE_QUARK_ACCOUNT_MANAGER \ | |
| (tp_iface_quark_account_manager ()) | | (tp_iface_quark_account_manager ()) | |
| | | | |
| GQuark tp_iface_quark_account_manager (void); | | GQuark tp_iface_quark_account_manager (void); | |
| | | | |
| #define TP_PROP_ACCOUNT_MANAGER_INTERFACES \ | | #define TP_PROP_ACCOUNT_MANAGER_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.AccountManager.Interfaces" | | "im.telepathy1.AccountManager.Interfaces" | |
| | | | |
|
| #define TP_PROP_ACCOUNT_MANAGER_VALID_ACCOUNTS \ | | #define TP_PROP_ACCOUNT_MANAGER_USABLE_ACCOUNTS \ | |
| "org.freedesktop.Telepathy.AccountManager.ValidAccounts" | | "im.telepathy1.AccountManager.UsableAccounts" | |
| | | | |
|
| #define TP_PROP_ACCOUNT_MANAGER_INVALID_ACCOUNTS \ | | #define TP_PROP_ACCOUNT_MANAGER_UNUSABLE_ACCOUNTS \ | |
| "org.freedesktop.Telepathy.AccountManager.InvalidAccounts" | | "im.telepathy1.AccountManager.UnusableAccounts" | |
| | | | |
| #define TP_PROP_ACCOUNT_MANAGER_SUPPORTED_ACCOUNT_PROPERTIES \ | | #define TP_PROP_ACCOUNT_MANAGER_SUPPORTED_ACCOUNT_PROPERTIES \ | |
|
| "org.freedesktop.Telepathy.AccountManager.SupportedAccountProperties" | | "im.telepathy1.AccountManager.SupportedAccountProperties" | |
| | | | |
| #define TP_IFACE_ACCOUNT \ | | #define TP_IFACE_ACCOUNT \ | |
|
| "org.freedesktop.Telepathy.Account" | | "im.telepathy1.Account" | |
| | | | |
| #define TP_IFACE_QUARK_ACCOUNT \ | | #define TP_IFACE_QUARK_ACCOUNT \ | |
| (tp_iface_quark_account ()) | | (tp_iface_quark_account ()) | |
| | | | |
| GQuark tp_iface_quark_account (void); | | GQuark tp_iface_quark_account (void); | |
| | | | |
| #define TP_PROP_ACCOUNT_INTERFACES \ | | #define TP_PROP_ACCOUNT_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.Account.Interfaces" | | "im.telepathy1.Account.Interfaces" | |
| | | | |
| #define TP_PROP_ACCOUNT_DISPLAY_NAME \ | | #define TP_PROP_ACCOUNT_DISPLAY_NAME \ | |
|
| "org.freedesktop.Telepathy.Account.DisplayName" | | "im.telepathy1.Account.DisplayName" | |
| | | | |
| #define TP_PROP_ACCOUNT_ICON \ | | #define TP_PROP_ACCOUNT_ICON \ | |
|
| "org.freedesktop.Telepathy.Account.Icon" | | "im.telepathy1.Account.Icon" | |
| | | | |
|
| #define TP_PROP_ACCOUNT_VALID \ | | #define TP_PROP_ACCOUNT_USABLE \ | |
| "org.freedesktop.Telepathy.Account.Valid" | | "im.telepathy1.Account.Usable" | |
| | | | |
| #define TP_PROP_ACCOUNT_ENABLED \ | | #define TP_PROP_ACCOUNT_ENABLED \ | |
|
| "org.freedesktop.Telepathy.Account.Enabled" | | "im.telepathy1.Account.Enabled" | |
| | | | |
| #define TP_PROP_ACCOUNT_NICKNAME \ | | #define TP_PROP_ACCOUNT_NICKNAME \ | |
|
| "org.freedesktop.Telepathy.Account.Nickname" | | "im.telepathy1.Account.Nickname" | |
| | | | |
| #define TP_PROP_ACCOUNT_SERVICE \ | | #define TP_PROP_ACCOUNT_SERVICE \ | |
|
| "org.freedesktop.Telepathy.Account.Service" | | "im.telepathy1.Account.Service" | |
| | | | |
| #define TP_PROP_ACCOUNT_PARAMETERS \ | | #define TP_PROP_ACCOUNT_PARAMETERS \ | |
|
| "org.freedesktop.Telepathy.Account.Parameters" | | "im.telepathy1.Account.Parameters" | |
| | | | |
| #define TP_PROP_ACCOUNT_AUTOMATIC_PRESENCE \ | | #define TP_PROP_ACCOUNT_AUTOMATIC_PRESENCE \ | |
|
| "org.freedesktop.Telepathy.Account.AutomaticPresence" | | "im.telepathy1.Account.AutomaticPresence" | |
| | | | |
| #define TP_PROP_ACCOUNT_CONNECT_AUTOMATICALLY \ | | #define TP_PROP_ACCOUNT_CONNECT_AUTOMATICALLY \ | |
|
| "org.freedesktop.Telepathy.Account.ConnectAutomatically" | | "im.telepathy1.Account.ConnectAutomatically" | |
| | | | |
| #define TP_PROP_ACCOUNT_CONNECTION \ | | #define TP_PROP_ACCOUNT_CONNECTION \ | |
|
| "org.freedesktop.Telepathy.Account.Connection" | | "im.telepathy1.Account.Connection" | |
| | | | |
| #define TP_PROP_ACCOUNT_CONNECTION_STATUS \ | | #define TP_PROP_ACCOUNT_CONNECTION_STATUS \ | |
|
| "org.freedesktop.Telepathy.Account.ConnectionStatus" | | "im.telepathy1.Account.ConnectionStatus" | |
| | | | |
| #define TP_PROP_ACCOUNT_CONNECTION_STATUS_REASON \ | | #define TP_PROP_ACCOUNT_CONNECTION_STATUS_REASON \ | |
|
| "org.freedesktop.Telepathy.Account.ConnectionStatusReason" | | "im.telepathy1.Account.ConnectionStatusReason" | |
| | | | |
| #define TP_PROP_ACCOUNT_CONNECTION_ERROR \ | | #define TP_PROP_ACCOUNT_CONNECTION_ERROR \ | |
|
| "org.freedesktop.Telepathy.Account.ConnectionError" | | "im.telepathy1.Account.ConnectionError" | |
| | | | |
| #define TP_PROP_ACCOUNT_CONNECTION_ERROR_DETAILS \ | | #define TP_PROP_ACCOUNT_CONNECTION_ERROR_DETAILS \ | |
|
| "org.freedesktop.Telepathy.Account.ConnectionErrorDetails" | | "im.telepathy1.Account.ConnectionErrorDetails" | |
| | | | |
| #define TP_PROP_ACCOUNT_CURRENT_PRESENCE \ | | #define TP_PROP_ACCOUNT_CURRENT_PRESENCE \ | |
|
| "org.freedesktop.Telepathy.Account.CurrentPresence" | | "im.telepathy1.Account.CurrentPresence" | |
| | | | |
| #define TP_PROP_ACCOUNT_REQUESTED_PRESENCE \ | | #define TP_PROP_ACCOUNT_REQUESTED_PRESENCE \ | |
|
| "org.freedesktop.Telepathy.Account.RequestedPresence" | | "im.telepathy1.Account.RequestedPresence" | |
| | | | |
| #define TP_PROP_ACCOUNT_CHANGING_PRESENCE \ | | #define TP_PROP_ACCOUNT_CHANGING_PRESENCE \ | |
|
| "org.freedesktop.Telepathy.Account.ChangingPresence" | | "im.telepathy1.Account.ChangingPresence" | |
| | | | |
| #define TP_PROP_ACCOUNT_NORMALIZED_NAME \ | | #define TP_PROP_ACCOUNT_NORMALIZED_NAME \ | |
|
| "org.freedesktop.Telepathy.Account.NormalizedName" | | "im.telepathy1.Account.NormalizedName" | |
| | | | |
| #define TP_PROP_ACCOUNT_HAS_BEEN_ONLINE \ | | #define TP_PROP_ACCOUNT_HAS_BEEN_ONLINE \ | |
|
| "org.freedesktop.Telepathy.Account.HasBeenOnline" | | "im.telepathy1.Account.HasBeenOnline" | |
| | | | |
| #define TP_PROP_ACCOUNT_SUPERSEDES \ | | #define TP_PROP_ACCOUNT_SUPERSEDES \ | |
|
| "org.freedesktop.Telepathy.Account.Supersedes" | | "im.telepathy1.Account.Supersedes" | |
| | | | |
| #define TP_IFACE_ACCOUNT_INTERFACE_AVATAR \ | | #define TP_IFACE_ACCOUNT_INTERFACE_AVATAR \ | |
|
| "org.freedesktop.Telepathy.Account.Interface.Avatar" | | "im.telepathy1.Account.Interface.Avatar1" | |
| | | | |
| #define TP_IFACE_QUARK_ACCOUNT_INTERFACE_AVATAR \ | | #define TP_IFACE_QUARK_ACCOUNT_INTERFACE_AVATAR \ | |
| (tp_iface_quark_account_interface_avatar ()) | | (tp_iface_quark_account_interface_avatar ()) | |
| | | | |
| GQuark tp_iface_quark_account_interface_avatar (void); | | GQuark tp_iface_quark_account_interface_avatar (void); | |
| | | | |
| #define TP_PROP_ACCOUNT_INTERFACE_AVATAR_AVATAR \ | | #define TP_PROP_ACCOUNT_INTERFACE_AVATAR_AVATAR \ | |
|
| "org.freedesktop.Telepathy.Account.Interface.Avatar.Avatar" | | "im.telepathy1.Account.Interface.Avatar1.Avatar" | |
| | | | |
| #define TP_IFACE_ACCOUNT_INTERFACE_ADDRESSING \ | | #define TP_IFACE_ACCOUNT_INTERFACE_ADDRESSING \ | |
|
| "org.freedesktop.Telepathy.Account.Interface.Addressing" | | "im.telepathy1.Account.Interface.Addressing1" | |
| | | | |
| #define TP_IFACE_QUARK_ACCOUNT_INTERFACE_ADDRESSING \ | | #define TP_IFACE_QUARK_ACCOUNT_INTERFACE_ADDRESSING \ | |
| (tp_iface_quark_account_interface_addressing ()) | | (tp_iface_quark_account_interface_addressing ()) | |
| | | | |
| GQuark tp_iface_quark_account_interface_addressing (void); | | GQuark tp_iface_quark_account_interface_addressing (void); | |
| | | | |
| #define TP_PROP_ACCOUNT_INTERFACE_ADDRESSING_URI_SCHEMES \ | | #define TP_PROP_ACCOUNT_INTERFACE_ADDRESSING_URI_SCHEMES \ | |
|
| "org.freedesktop.Telepathy.Account.Interface.Addressing.URISchemes" | | "im.telepathy1.Account.Interface.Addressing1.URISchemes" | |
| | | | |
| #define TP_IFACE_ACCOUNT_INTERFACE_STORAGE \ | | #define TP_IFACE_ACCOUNT_INTERFACE_STORAGE \ | |
|
| "org.freedesktop.Telepathy.Account.Interface.Storage" | | "im.telepathy1.Account.Interface.Storage1" | |
| | | | |
| #define TP_IFACE_QUARK_ACCOUNT_INTERFACE_STORAGE \ | | #define TP_IFACE_QUARK_ACCOUNT_INTERFACE_STORAGE \ | |
| (tp_iface_quark_account_interface_storage ()) | | (tp_iface_quark_account_interface_storage ()) | |
| | | | |
| GQuark tp_iface_quark_account_interface_storage (void); | | GQuark tp_iface_quark_account_interface_storage (void); | |
| | | | |
| #define TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_PROVIDER \ | | #define TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_PROVIDER \ | |
|
| "org.freedesktop.Telepathy.Account.Interface.Storage.StorageProvider" | | "im.telepathy1.Account.Interface.Storage1.StorageProvider" | |
| | | | |
| #define TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_IDENTIFIER \ | | #define TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_IDENTIFIER \ | |
|
| "org.freedesktop.Telepathy.Account.Interface.Storage.StorageIdentifier" | | "im.telepathy1.Account.Interface.Storage1.StorageIdentifier" | |
| | | | |
| #define TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_SPECIFIC_INFORMATION \ | | #define TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_SPECIFIC_INFORMATION \ | |
|
| "org.freedesktop.Telepathy.Account.Interface.Storage.StorageSpecificInforma
tion" | | "im.telepathy1.Account.Interface.Storage1.StorageSpecificInformation" | |
| | | | |
| #define TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_RESTRICTIONS \ | | #define TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_RESTRICTIONS \ | |
|
| "org.freedesktop.Telepathy.Account.Interface.Storage.StorageRestrictions" | | "im.telepathy1.Account.Interface.Storage1.StorageRestrictions" | |
| | | | |
| #define TP_IFACE_CHANNEL_DISPATCHER \ | | #define TP_IFACE_CHANNEL_DISPATCHER \ | |
|
| "org.freedesktop.Telepathy.ChannelDispatcher" | | "im.telepathy1.ChannelDispatcher" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_DISPATCHER \ | | #define TP_IFACE_QUARK_CHANNEL_DISPATCHER \ | |
| (tp_iface_quark_channel_dispatcher ()) | | (tp_iface_quark_channel_dispatcher ()) | |
| | | | |
| GQuark tp_iface_quark_channel_dispatcher (void); | | GQuark tp_iface_quark_channel_dispatcher (void); | |
| | | | |
| #define TP_PROP_CHANNEL_DISPATCHER_INTERFACES \ | | #define TP_PROP_CHANNEL_DISPATCHER_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.ChannelDispatcher.Interfaces" | | "im.telepathy1.ChannelDispatcher.Interfaces" | |
| | | | |
| #define TP_PROP_CHANNEL_DISPATCHER_SUPPORTS_REQUEST_HINTS \ | | | |
| "org.freedesktop.Telepathy.ChannelDispatcher.SupportsRequestHints" | | | |
| | | | |
| #define TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_MESSAGES1 \ | | | |
| "org.freedesktop.Telepathy.ChannelDispatcher.Interface.Messages1" | | | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_DISPATCHER_INTERFACE_MESSAGES1 \ | | | |
| (tp_iface_quark_channel_dispatcher_interface_messages1 ()) | | | |
| | | | |
| GQuark tp_iface_quark_channel_dispatcher_interface_messages1 (void); | | | |
| | | | |
| #define TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST \ | | #define TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST \ | |
|
| "org.freedesktop.Telepathy.ChannelDispatcher.Interface.OperationList" | | "im.telepathy1.ChannelDispatcher.Interface.OperationList1" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST \ | | #define TP_IFACE_QUARK_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST \ | |
| (tp_iface_quark_channel_dispatcher_interface_operation_list ()) | | (tp_iface_quark_channel_dispatcher_interface_operation_list ()) | |
| | | | |
| GQuark tp_iface_quark_channel_dispatcher_interface_operation_list (void); | | GQuark tp_iface_quark_channel_dispatcher_interface_operation_list (void); | |
| | | | |
| #define TP_PROP_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST_DISPATCH_OPERAT
IONS \ | | #define TP_PROP_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST_DISPATCH_OPERAT
IONS \ | |
|
| "org.freedesktop.Telepathy.ChannelDispatcher.Interface.OperationList.Dispat
chOperations" | | "im.telepathy1.ChannelDispatcher.Interface.OperationList1.DispatchOperation
s" | |
| | | | |
| #define TP_IFACE_CHANNEL_DISPATCH_OPERATION \ | | #define TP_IFACE_CHANNEL_DISPATCH_OPERATION \ | |
|
| "org.freedesktop.Telepathy.ChannelDispatchOperation" | | "im.telepathy1.ChannelDispatchOperation" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_DISPATCH_OPERATION \ | | #define TP_IFACE_QUARK_CHANNEL_DISPATCH_OPERATION \ | |
| (tp_iface_quark_channel_dispatch_operation ()) | | (tp_iface_quark_channel_dispatch_operation ()) | |
| | | | |
| GQuark tp_iface_quark_channel_dispatch_operation (void); | | GQuark tp_iface_quark_channel_dispatch_operation (void); | |
| | | | |
| #define TP_PROP_CHANNEL_DISPATCH_OPERATION_INTERFACES \ | | #define TP_PROP_CHANNEL_DISPATCH_OPERATION_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.ChannelDispatchOperation.Interfaces" | | "im.telepathy1.ChannelDispatchOperation.Interfaces" | |
| | | | |
| #define TP_PROP_CHANNEL_DISPATCH_OPERATION_CONNECTION \ | | #define TP_PROP_CHANNEL_DISPATCH_OPERATION_CONNECTION \ | |
|
| "org.freedesktop.Telepathy.ChannelDispatchOperation.Connection" | | "im.telepathy1.ChannelDispatchOperation.Connection" | |
| | | | |
| #define TP_PROP_CHANNEL_DISPATCH_OPERATION_ACCOUNT \ | | #define TP_PROP_CHANNEL_DISPATCH_OPERATION_ACCOUNT \ | |
|
| "org.freedesktop.Telepathy.ChannelDispatchOperation.Account" | | "im.telepathy1.ChannelDispatchOperation.Account" | |
| | | | |
| #define TP_PROP_CHANNEL_DISPATCH_OPERATION_CHANNELS \ | | #define TP_PROP_CHANNEL_DISPATCH_OPERATION_CHANNELS \ | |
|
| "org.freedesktop.Telepathy.ChannelDispatchOperation.Channels" | | "im.telepathy1.ChannelDispatchOperation.Channels" | |
| | | | |
| #define TP_PROP_CHANNEL_DISPATCH_OPERATION_POSSIBLE_HANDLERS \ | | #define TP_PROP_CHANNEL_DISPATCH_OPERATION_POSSIBLE_HANDLERS \ | |
|
| "org.freedesktop.Telepathy.ChannelDispatchOperation.PossibleHandlers" | | "im.telepathy1.ChannelDispatchOperation.PossibleHandlers" | |
| | | | |
| #define TP_IFACE_CHANNEL_REQUEST \ | | #define TP_IFACE_CHANNEL_REQUEST \ | |
|
| "org.freedesktop.Telepathy.ChannelRequest" | | "im.telepathy1.ChannelRequest" | |
| | | | |
| #define TP_IFACE_QUARK_CHANNEL_REQUEST \ | | #define TP_IFACE_QUARK_CHANNEL_REQUEST \ | |
| (tp_iface_quark_channel_request ()) | | (tp_iface_quark_channel_request ()) | |
| | | | |
| GQuark tp_iface_quark_channel_request (void); | | GQuark tp_iface_quark_channel_request (void); | |
| | | | |
| #define TP_PROP_CHANNEL_REQUEST_ACCOUNT \ | | #define TP_PROP_CHANNEL_REQUEST_ACCOUNT \ | |
|
| "org.freedesktop.Telepathy.ChannelRequest.Account" | | "im.telepathy1.ChannelRequest.Account" | |
| | | | |
| #define TP_PROP_CHANNEL_REQUEST_USER_ACTION_TIME \ | | #define TP_PROP_CHANNEL_REQUEST_USER_ACTION_TIME \ | |
|
| "org.freedesktop.Telepathy.ChannelRequest.UserActionTime" | | "im.telepathy1.ChannelRequest.UserActionTime" | |
| | | | |
| #define TP_PROP_CHANNEL_REQUEST_PREFERRED_HANDLER \ | | #define TP_PROP_CHANNEL_REQUEST_PREFERRED_HANDLER \ | |
|
| "org.freedesktop.Telepathy.ChannelRequest.PreferredHandler" | | "im.telepathy1.ChannelRequest.PreferredHandler" | |
| | | | |
| #define TP_PROP_CHANNEL_REQUEST_REQUESTS \ | | #define TP_PROP_CHANNEL_REQUEST_REQUESTS \ | |
|
| "org.freedesktop.Telepathy.ChannelRequest.Requests" | | "im.telepathy1.ChannelRequest.Requests" | |
| | | | |
| #define TP_PROP_CHANNEL_REQUEST_INTERFACES \ | | #define TP_PROP_CHANNEL_REQUEST_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.ChannelRequest.Interfaces" | | "im.telepathy1.ChannelRequest.Interfaces" | |
| | | | |
| #define TP_PROP_CHANNEL_REQUEST_HINTS \ | | #define TP_PROP_CHANNEL_REQUEST_HINTS \ | |
|
| "org.freedesktop.Telepathy.ChannelRequest.Hints" | | "im.telepathy1.ChannelRequest.Hints" | |
| | | | |
| #define TP_IFACE_CLIENT \ | | #define TP_IFACE_CLIENT \ | |
|
| "org.freedesktop.Telepathy.Client" | | "im.telepathy1.Client" | |
| | | | |
| #define TP_IFACE_QUARK_CLIENT \ | | #define TP_IFACE_QUARK_CLIENT \ | |
| (tp_iface_quark_client ()) | | (tp_iface_quark_client ()) | |
| | | | |
| GQuark tp_iface_quark_client (void); | | GQuark tp_iface_quark_client (void); | |
| | | | |
| #define TP_PROP_CLIENT_INTERFACES \ | | #define TP_PROP_CLIENT_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.Client.Interfaces" | | "im.telepathy1.Client.Interfaces" | |
| | | | |
| #define TP_IFACE_CLIENT_OBSERVER \ | | #define TP_IFACE_CLIENT_OBSERVER \ | |
|
| "org.freedesktop.Telepathy.Client.Observer" | | "im.telepathy1.Client.Observer" | |
| | | | |
| #define TP_IFACE_QUARK_CLIENT_OBSERVER \ | | #define TP_IFACE_QUARK_CLIENT_OBSERVER \ | |
| (tp_iface_quark_client_observer ()) | | (tp_iface_quark_client_observer ()) | |
| | | | |
| GQuark tp_iface_quark_client_observer (void); | | GQuark tp_iface_quark_client_observer (void); | |
| | | | |
| #define TP_PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER \ | | #define TP_PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER \ | |
|
| "org.freedesktop.Telepathy.Client.Observer.ObserverChannelFilter" | | "im.telepathy1.Client.Observer.ObserverChannelFilter" | |
| | | | |
| #define TP_PROP_CLIENT_OBSERVER_RECOVER \ | | #define TP_PROP_CLIENT_OBSERVER_RECOVER \ | |
|
| "org.freedesktop.Telepathy.Client.Observer.Recover" | | "im.telepathy1.Client.Observer.Recover" | |
| | | | |
| #define TP_PROP_CLIENT_OBSERVER_DELAY_APPROVERS \ | | #define TP_PROP_CLIENT_OBSERVER_DELAY_APPROVERS \ | |
|
| "org.freedesktop.Telepathy.Client.Observer.DelayApprovers" | | "im.telepathy1.Client.Observer.DelayApprovers" | |
| | | | |
| #define TP_IFACE_CLIENT_APPROVER \ | | #define TP_IFACE_CLIENT_APPROVER \ | |
|
| "org.freedesktop.Telepathy.Client.Approver" | | "im.telepathy1.Client.Approver" | |
| | | | |
| #define TP_IFACE_QUARK_CLIENT_APPROVER \ | | #define TP_IFACE_QUARK_CLIENT_APPROVER \ | |
| (tp_iface_quark_client_approver ()) | | (tp_iface_quark_client_approver ()) | |
| | | | |
| GQuark tp_iface_quark_client_approver (void); | | GQuark tp_iface_quark_client_approver (void); | |
| | | | |
| #define TP_PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER \ | | #define TP_PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER \ | |
|
| "org.freedesktop.Telepathy.Client.Approver.ApproverChannelFilter" | | "im.telepathy1.Client.Approver.ApproverChannelFilter" | |
| | | | |
| #define TP_IFACE_CLIENT_HANDLER \ | | #define TP_IFACE_CLIENT_HANDLER \ | |
|
| "org.freedesktop.Telepathy.Client.Handler" | | "im.telepathy1.Client.Handler" | |
| | | | |
| #define TP_IFACE_QUARK_CLIENT_HANDLER \ | | #define TP_IFACE_QUARK_CLIENT_HANDLER \ | |
| (tp_iface_quark_client_handler ()) | | (tp_iface_quark_client_handler ()) | |
| | | | |
| GQuark tp_iface_quark_client_handler (void); | | GQuark tp_iface_quark_client_handler (void); | |
| | | | |
| #define TP_PROP_CLIENT_HANDLER_HANDLER_CHANNEL_FILTER \ | | #define TP_PROP_CLIENT_HANDLER_HANDLER_CHANNEL_FILTER \ | |
|
| "org.freedesktop.Telepathy.Client.Handler.HandlerChannelFilter" | | "im.telepathy1.Client.Handler.HandlerChannelFilter" | |
| | | | |
| #define TP_PROP_CLIENT_HANDLER_BYPASS_APPROVAL \ | | #define TP_PROP_CLIENT_HANDLER_BYPASS_APPROVAL \ | |
|
| "org.freedesktop.Telepathy.Client.Handler.BypassApproval" | | "im.telepathy1.Client.Handler.BypassApproval" | |
| | | | |
| #define TP_PROP_CLIENT_HANDLER_CAPABILITIES \ | | #define TP_PROP_CLIENT_HANDLER_CAPABILITIES \ | |
|
| "org.freedesktop.Telepathy.Client.Handler.Capabilities" | | "im.telepathy1.Client.Handler.Capabilities" | |
| | | | |
| #define TP_PROP_CLIENT_HANDLER_HANDLED_CHANNELS \ | | #define TP_PROP_CLIENT_HANDLER_HANDLED_CHANNELS \ | |
|
| "org.freedesktop.Telepathy.Client.Handler.HandledChannels" | | "im.telepathy1.Client.Handler.HandledChannels" | |
| | | | |
| #define TP_IFACE_CLIENT_INTERFACE_REQUESTS \ | | #define TP_IFACE_CLIENT_INTERFACE_REQUESTS \ | |
|
| "org.freedesktop.Telepathy.Client.Interface.Requests" | | "im.telepathy1.Client.Interface.Requests" | |
| | | | |
| #define TP_IFACE_QUARK_CLIENT_INTERFACE_REQUESTS \ | | #define TP_IFACE_QUARK_CLIENT_INTERFACE_REQUESTS \ | |
| (tp_iface_quark_client_interface_requests ()) | | (tp_iface_quark_client_interface_requests ()) | |
| | | | |
| GQuark tp_iface_quark_client_interface_requests (void); | | GQuark tp_iface_quark_client_interface_requests (void); | |
| | | | |
| #define TP_IFACE_DEBUG \ | | #define TP_IFACE_DEBUG \ | |
|
| "org.freedesktop.Telepathy.Debug" | | "im.telepathy1.Debug1" | |
| | | | |
| #define TP_IFACE_QUARK_DEBUG \ | | #define TP_IFACE_QUARK_DEBUG \ | |
| (tp_iface_quark_debug ()) | | (tp_iface_quark_debug ()) | |
| | | | |
| GQuark tp_iface_quark_debug (void); | | GQuark tp_iface_quark_debug (void); | |
| | | | |
| #define TP_PROP_DEBUG_ENABLED \ | | #define TP_PROP_DEBUG_ENABLED \ | |
|
| "org.freedesktop.Telepathy.Debug.Enabled" | | "im.telepathy1.Debug1.Enabled" | |
| | | | |
| #define TP_IFACE_AUTHENTICATION_TLS_CERTIFICATE \ | | #define TP_IFACE_AUTHENTICATION_TLS_CERTIFICATE \ | |
|
| "org.freedesktop.Telepathy.Authentication.TLSCertificate" | | "im.telepathy1.Authentication.TLSCertificate" | |
| | | | |
| #define TP_IFACE_QUARK_AUTHENTICATION_TLS_CERTIFICATE \ | | #define TP_IFACE_QUARK_AUTHENTICATION_TLS_CERTIFICATE \ | |
| (tp_iface_quark_authentication_tls_certificate ()) | | (tp_iface_quark_authentication_tls_certificate ()) | |
| | | | |
| GQuark tp_iface_quark_authentication_tls_certificate (void); | | GQuark tp_iface_quark_authentication_tls_certificate (void); | |
| | | | |
| #define TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_STATE \ | | #define TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_STATE \ | |
|
| "org.freedesktop.Telepathy.Authentication.TLSCertificate.State" | | "im.telepathy1.Authentication.TLSCertificate.State" | |
| | | | |
| #define TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_REJECTIONS \ | | #define TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_REJECTIONS \ | |
|
| "org.freedesktop.Telepathy.Authentication.TLSCertificate.Rejections" | | "im.telepathy1.Authentication.TLSCertificate.Rejections" | |
| | | | |
| #define TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_CERTIFICATE_TYPE \ | | #define TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_CERTIFICATE_TYPE \ | |
|
| "org.freedesktop.Telepathy.Authentication.TLSCertificate.CertificateType" | | "im.telepathy1.Authentication.TLSCertificate.CertificateType" | |
| | | | |
| #define TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_CERTIFICATE_CHAIN_DATA \ | | #define TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_CERTIFICATE_CHAIN_DATA \ | |
|
| "org.freedesktop.Telepathy.Authentication.TLSCertificate.CertificateChainDa
ta" | | "im.telepathy1.Authentication.TLSCertificate.CertificateChainData" | |
| | | | |
| #define TP_IFACE_CALL_CONTENT_INTERFACE_MEDIA \ | | #define TP_IFACE_CALL_CONTENT_INTERFACE_MEDIA \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.Media" | | "im.telepathy1.Call1.Content.Interface.Media" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_CONTENT_INTERFACE_MEDIA \ | | #define TP_IFACE_QUARK_CALL_CONTENT_INTERFACE_MEDIA \ | |
| (tp_iface_quark_call_content_interface_media ()) | | (tp_iface_quark_call_content_interface_media ()) | |
| | | | |
| GQuark tp_iface_quark_call_content_interface_media (void); | | GQuark tp_iface_quark_call_content_interface_media (void); | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_REMOTE_MEDIA_DESCRIPTIONS \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_REMOTE_MEDIA_DESCRIPTIONS \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.Media.RemoteMediaDescrip
tions" | | "im.telepathy1.Call1.Content.Interface.Media.RemoteMediaDescriptions" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_LOCAL_MEDIA_DESCRIPTIONS \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_LOCAL_MEDIA_DESCRIPTIONS \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.Media.LocalMediaDescript
ions" | | "im.telepathy1.Call1.Content.Interface.Media.LocalMediaDescriptions" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_MEDIA_DESCRIPTION_OFFER \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_MEDIA_DESCRIPTION_OFFER \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.Media.MediaDescriptionOf
fer" | | "im.telepathy1.Call1.Content.Interface.Media.MediaDescriptionOffer" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_PACKETIZATION \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_PACKETIZATION \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.Media.Packetization" | | "im.telepathy1.Call1.Content.Interface.Media.Packetization" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_CURRENT_DTMF_EVENT \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_CURRENT_DTMF_EVENT \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.Media.CurrentDTMFEvent" | | "im.telepathy1.Call1.Content.Interface.Media.CurrentDTMFEvent" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_CURRENT_DTMF_STATE \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_CURRENT_DTMF_STATE \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.Media.CurrentDTMFState" | | "im.telepathy1.Call1.Content.Interface.Media.CurrentDTMFState" | |
| | | | |
| #define TP_IFACE_CALL_CONTENT_INTERFACE_DTMF \ | | #define TP_IFACE_CALL_CONTENT_INTERFACE_DTMF \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.DTMF" | | "im.telepathy1.Call1.Content.Interface.DTMF1" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_CONTENT_INTERFACE_DTMF \ | | #define TP_IFACE_QUARK_CALL_CONTENT_INTERFACE_DTMF \ | |
| (tp_iface_quark_call_content_interface_dtmf ()) | | (tp_iface_quark_call_content_interface_dtmf ()) | |
| | | | |
| GQuark tp_iface_quark_call_content_interface_dtmf (void); | | GQuark tp_iface_quark_call_content_interface_dtmf (void); | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_DTMF_CURRENTLY_SENDING_TONES \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_DTMF_CURRENTLY_SENDING_TONES \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.DTMF.CurrentlySendingTon
es" | | "im.telepathy1.Call1.Content.Interface.DTMF1.CurrentlySendingTones" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_DTMF_DEFERRED_TONES \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_DTMF_DEFERRED_TONES \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.DTMF.DeferredTones" | | "im.telepathy1.Call1.Content.Interface.DTMF1.DeferredTones" | |
| | | | |
| #define TP_IFACE_CALL_CONTENT_INTERFACE_VIDEO_CONTROL \ | | #define TP_IFACE_CALL_CONTENT_INTERFACE_VIDEO_CONTROL \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.VideoControl" | | "im.telepathy1.Call1.Content.Interface.VideoControl1" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_CONTENT_INTERFACE_VIDEO_CONTROL \ | | #define TP_IFACE_QUARK_CALL_CONTENT_INTERFACE_VIDEO_CONTROL \ | |
| (tp_iface_quark_call_content_interface_video_control ()) | | (tp_iface_quark_call_content_interface_video_control ()) | |
| | | | |
| GQuark tp_iface_quark_call_content_interface_video_control (void); | | GQuark tp_iface_quark_call_content_interface_video_control (void); | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_VIDEO_RESOLUTION \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_VIDEO_RESOLUTION \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.VideoControl.VideoResolu
tion" | | "im.telepathy1.Call1.Content.Interface.VideoControl1.VideoResolution" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_BITRATE \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_BITRATE \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.VideoControl.Bitrate" | | "im.telepathy1.Call1.Content.Interface.VideoControl1.Bitrate" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_FRAMERATE \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_FRAMERATE \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.VideoControl.Framerate" | | "im.telepathy1.Call1.Content.Interface.VideoControl1.Framerate" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_MTU \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_MTU \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.VideoControl.MTU" | | "im.telepathy1.Call1.Content.Interface.VideoControl1.MTU" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_MANUAL_KEY_FRAMES \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_MANUAL_KEY_FRAMES \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.VideoControl.ManualKeyFr
ames" | | "im.telepathy1.Call1.Content.Interface.VideoControl1.ManualKeyFrames" | |
| | | | |
| #define TP_IFACE_CALL_CONTENT_INTERFACE_AUDIO_CONTROL \ | | #define TP_IFACE_CALL_CONTENT_INTERFACE_AUDIO_CONTROL \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.AudioControl" | | "im.telepathy1.Call1.Content.Interface.AudioControl1" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_CONTENT_INTERFACE_AUDIO_CONTROL \ | | #define TP_IFACE_QUARK_CALL_CONTENT_INTERFACE_AUDIO_CONTROL \ | |
| (tp_iface_quark_call_content_interface_audio_control ()) | | (tp_iface_quark_call_content_interface_audio_control ()) | |
| | | | |
| GQuark tp_iface_quark_call_content_interface_audio_control (void); | | GQuark tp_iface_quark_call_content_interface_audio_control (void); | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_AUDIO_CONTROL_REQUESTED_INPUT_VOLUME
\ | | #define TP_PROP_CALL_CONTENT_INTERFACE_AUDIO_CONTROL_REQUESTED_INPUT_VOLUME
\ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.AudioControl.RequestedIn
putVolume" | | "im.telepathy1.Call1.Content.Interface.AudioControl1.RequestedInputVolume" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACE_AUDIO_CONTROL_REQUESTED_OUTPUT_VOLUM
E \ | | #define TP_PROP_CALL_CONTENT_INTERFACE_AUDIO_CONTROL_REQUESTED_OUTPUT_VOLUM
E \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interface.AudioControl.RequestedOu
tputVolume" | | "im.telepathy1.Call1.Content.Interface.AudioControl1.RequestedOutputVolume" | |
| | | | |
| #define TP_IFACE_CALL_CONTENT \ | | #define TP_IFACE_CALL_CONTENT \ | |
|
| "org.freedesktop.Telepathy.Call1.Content" | | "im.telepathy1.Call1.Content" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_CONTENT \ | | #define TP_IFACE_QUARK_CALL_CONTENT \ | |
| (tp_iface_quark_call_content ()) | | (tp_iface_quark_call_content ()) | |
| | | | |
| GQuark tp_iface_quark_call_content (void); | | GQuark tp_iface_quark_call_content (void); | |
| | | | |
| #define TP_PROP_CALL_CONTENT_INTERFACES \ | | #define TP_PROP_CALL_CONTENT_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Interfaces" | | "im.telepathy1.Call1.Content.Interfaces" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_NAME \ | | #define TP_PROP_CALL_CONTENT_NAME \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Name" | | "im.telepathy1.Call1.Content.Name" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_TYPE \ | | #define TP_PROP_CALL_CONTENT_TYPE \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Type" | | "im.telepathy1.Call1.Content.Type" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_DISPOSITION \ | | #define TP_PROP_CALL_CONTENT_DISPOSITION \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Disposition" | | "im.telepathy1.Call1.Content.Disposition" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_STREAMS \ | | #define TP_PROP_CALL_CONTENT_STREAMS \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.Streams" | | "im.telepathy1.Call1.Content.Streams" | |
| | | | |
| #define TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REP
ORTS \ | | #define TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REP
ORTS \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExt
endedReports" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPExtendedReports
1" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTEND
ED_REPORTS \ | | #define TP_IFACE_QUARK_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTEND
ED_REPORTS \ | |
| (tp_iface_quark_call_content_media_description_interface_rtcp_extended_re
ports ()) | | (tp_iface_quark_call_content_media_description_interface_rtcp_extended_re
ports ()) | |
| | | | |
| GQuark tp_iface_quark_call_content_media_description_interface_rtcp_extende
d_reports (void); | | GQuark tp_iface_quark_call_content_media_description_interface_rtcp_extende
d_reports (void); | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_LOSS_RLE_MAX_SIZE \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_LOSS_RLE_MAX_SIZE \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExt
endedReports.LossRLEMaxSize" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPExtendedReports
1.LossRLEMaxSize" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_DUPLICATE_RLE_MAX_SIZE \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_DUPLICATE_RLE_MAX_SIZE \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExt
endedReports.DuplicateRLEMaxSize" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPExtendedReports
1.DuplicateRLEMaxSize" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_PACKET_RECEIPT_TIMES_MAX_SIZE \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_PACKET_RECEIPT_TIMES_MAX_SIZE \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExt
endedReports.PacketReceiptTimesMaxSize" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPExtendedReports
1.PacketReceiptTimesMaxSize" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_DLRR_MAX_SIZE \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_DLRR_MAX_SIZE \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExt
endedReports.DLRRMaxSize" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPExtendedReports
1.DLRRMaxSize" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_RTT_MODE \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_RTT_MODE \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExt
endedReports.RTTMode" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPExtendedReports
1.RTTMode" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_STATISTICS_FLAGS \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_STATISTICS_FLAGS \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExt
endedReports.StatisticsFlags" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPExtendedReports
1.StatisticsFlags" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_ENABLE_METRICS \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPO
RTS_ENABLE_METRICS \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPExt
endedReports.EnableMetrics" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPExtendedReports
1.EnableMetrics" | |
| | | | |
| #define TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK \ | | #define TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPFee
dback" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPFeedback1" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBA
CK \ | | #define TP_IFACE_QUARK_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBA
CK \ | |
| (tp_iface_quark_call_content_media_description_interface_rtcp_feedback ()
) | | (tp_iface_quark_call_content_media_description_interface_rtcp_feedback ()
) | |
| | | | |
| GQuark tp_iface_quark_call_content_media_description_interface_rtcp_feedbac
k (void); | | GQuark tp_iface_quark_call_content_media_description_interface_rtcp_feedbac
k (void); | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK_FEED
BACK_MESSAGES \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK_FEED
BACK_MESSAGES \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPFee
dback.FeedbackMessages" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPFeedback1.Feedb
ackMessages" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK_DOES
_AVPF \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK_DOES
_AVPF \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPFee
dback.DoesAVPF" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTCPFeedback1.DoesA
VPF" | |
| | | | |
| #define TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTP_HEADER_EXTENS
IONS \ | | #define TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTP_HEADER_EXTENS
IONS \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTPHead
erExtensions" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTPHeaderExtensions
1" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTP_HEADER_
EXTENSIONS \ | | #define TP_IFACE_QUARK_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTP_HEADER_
EXTENSIONS \ | |
| (tp_iface_quark_call_content_media_description_interface_rtp_header_exten
sions ()) | | (tp_iface_quark_call_content_media_description_interface_rtp_header_exten
sions ()) | |
| | | | |
| GQuark tp_iface_quark_call_content_media_description_interface_rtp_header_e
xtensions (void); | | GQuark tp_iface_quark_call_content_media_description_interface_rtp_header_e
xtensions (void); | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTP_HEADER_EXTENSI
ONS_HEADER_EXTENSIONS \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTP_HEADER_EXTENSI
ONS_HEADER_EXTENSIONS \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTPHead
erExtensions.HeaderExtensions" | | "im.telepathy1.Call1.Content.MediaDescription.Interface.RTPHeaderExtensions
1.HeaderExtensions" | |
| | | | |
| #define TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION \ | | #define TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription" | | "im.telepathy1.Call1.Content.MediaDescription" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_CONTENT_MEDIA_DESCRIPTION \ | | #define TP_IFACE_QUARK_CALL_CONTENT_MEDIA_DESCRIPTION \ | |
| (tp_iface_quark_call_content_media_description ()) | | (tp_iface_quark_call_content_media_description ()) | |
| | | | |
| GQuark tp_iface_quark_call_content_media_description (void); | | GQuark tp_iface_quark_call_content_media_description (void); | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACES \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interfaces" | | "im.telepathy1.Call1.Content.MediaDescription.Interfaces" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_FURTHER_NEGOTIATION_REQUIRED
\ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_FURTHER_NEGOTIATION_REQUIRED
\ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.FurtherNegotiatio
nRequired" | | "im.telepathy1.Call1.Content.MediaDescription.FurtherNegotiationRequired" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_HAS_REMOTE_INFORMATION \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_HAS_REMOTE_INFORMATION \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.HasRemoteInformat
ion" | | "im.telepathy1.Call1.Content.MediaDescription.HasRemoteInformation" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_CODECS \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_CODECS \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.Codecs" | | "im.telepathy1.Call1.Content.MediaDescription.Codecs" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_REMOTE_CONTACT \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_REMOTE_CONTACT \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.RemoteContact" | | "im.telepathy1.Call1.Content.MediaDescription.RemoteContact" | |
| | | | |
| #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_SSRCS \ | | #define TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_SSRCS \ | |
|
| "org.freedesktop.Telepathy.Call1.Content.MediaDescription.SSRCs" | | "im.telepathy1.Call1.Content.MediaDescription.SSRCs" | |
| | | | |
| #define TP_IFACE_CALL_STREAM_INTERFACE_MEDIA \ | | #define TP_IFACE_CALL_STREAM_INTERFACE_MEDIA \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media" | | "im.telepathy1.Call1.Stream.Interface.Media" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_STREAM_INTERFACE_MEDIA \ | | #define TP_IFACE_QUARK_CALL_STREAM_INTERFACE_MEDIA \ | |
| (tp_iface_quark_call_stream_interface_media ()) | | (tp_iface_quark_call_stream_interface_media ()) | |
| | | | |
| GQuark tp_iface_quark_call_stream_interface_media (void); | | GQuark tp_iface_quark_call_stream_interface_media (void); | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_SENDING_STATE \ | | #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_SENDING_STATE \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media.SendingState" | | "im.telepathy1.Call1.Stream.Interface.Media.SendingState" | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_RECEIVING_STATE \ | | #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_RECEIVING_STATE \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media.ReceivingState" | | "im.telepathy1.Call1.Stream.Interface.Media.ReceivingState" | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_TRANSPORT \ | | #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_TRANSPORT \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media.Transport" | | "im.telepathy1.Call1.Stream.Interface.Media.Transport" | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_LOCAL_CANDIDATES \ | | #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_LOCAL_CANDIDATES \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media.LocalCandidates" | | "im.telepathy1.Call1.Stream.Interface.Media.LocalCandidates" | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_LOCAL_CREDENTIALS \ | | #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_LOCAL_CREDENTIALS \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media.LocalCredentials" | | "im.telepathy1.Call1.Stream.Interface.Media.LocalCredentials" | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_STUN_SERVERS \ | | #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_STUN_SERVERS \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media.STUNServers" | | "im.telepathy1.Call1.Stream.Interface.Media.STUNServers" | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_RELAY_INFO \ | | #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_RELAY_INFO \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media.RelayInfo" | | "im.telepathy1.Call1.Stream.Interface.Media.RelayInfo" | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_HAS_SERVER_INFO \ | | #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_HAS_SERVER_INFO \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media.HasServerInfo" | | "im.telepathy1.Call1.Stream.Interface.Media.HasServerInfo" | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_ENDPOINTS \ | | #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_ENDPOINTS \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media.Endpoints" | | "im.telepathy1.Call1.Stream.Interface.Media.Endpoints" | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_ICE_RESTART_PENDING \ | | #define TP_PROP_CALL_STREAM_INTERFACE_MEDIA_ICE_RESTART_PENDING \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interface.Media.ICERestartPending" | | "im.telepathy1.Call1.Stream.Interface.Media.ICERestartPending" | |
| | | | |
| #define TP_IFACE_CALL_STREAM \ | | #define TP_IFACE_CALL_STREAM \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream" | | "im.telepathy1.Call1.Stream" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_STREAM \ | | #define TP_IFACE_QUARK_CALL_STREAM \ | |
| (tp_iface_quark_call_stream ()) | | (tp_iface_quark_call_stream ()) | |
| | | | |
| GQuark tp_iface_quark_call_stream (void); | | GQuark tp_iface_quark_call_stream (void); | |
| | | | |
| #define TP_PROP_CALL_STREAM_INTERFACES \ | | #define TP_PROP_CALL_STREAM_INTERFACES \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Interfaces" | | "im.telepathy1.Call1.Stream.Interfaces" | |
| | | | |
| #define TP_PROP_CALL_STREAM_REMOTE_MEMBERS \ | | #define TP_PROP_CALL_STREAM_REMOTE_MEMBERS \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.RemoteMembers" | | "im.telepathy1.Call1.Stream.RemoteMembers" | |
| | | | |
| #define TP_PROP_CALL_STREAM_REMOTE_MEMBER_IDENTIFIERS \ | | #define TP_PROP_CALL_STREAM_REMOTE_MEMBER_IDENTIFIERS \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.RemoteMemberIdentifiers" | | "im.telepathy1.Call1.Stream.RemoteMemberIdentifiers" | |
| | | | |
| #define TP_PROP_CALL_STREAM_LOCAL_SENDING_STATE \ | | #define TP_PROP_CALL_STREAM_LOCAL_SENDING_STATE \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.LocalSendingState" | | "im.telepathy1.Call1.Stream.LocalSendingState" | |
| | | | |
| #define TP_PROP_CALL_STREAM_CAN_REQUEST_RECEIVING \ | | #define TP_PROP_CALL_STREAM_CAN_REQUEST_RECEIVING \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.CanRequestReceiving" | | "im.telepathy1.Call1.Stream.CanRequestReceiving" | |
| | | | |
| #define TP_IFACE_CALL_STREAM_ENDPOINT \ | | #define TP_IFACE_CALL_STREAM_ENDPOINT \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Endpoint" | | "im.telepathy1.Call1.Stream.Endpoint" | |
| | | | |
| #define TP_IFACE_QUARK_CALL_STREAM_ENDPOINT \ | | #define TP_IFACE_QUARK_CALL_STREAM_ENDPOINT \ | |
| (tp_iface_quark_call_stream_endpoint ()) | | (tp_iface_quark_call_stream_endpoint ()) | |
| | | | |
| GQuark tp_iface_quark_call_stream_endpoint (void); | | GQuark tp_iface_quark_call_stream_endpoint (void); | |
| | | | |
| #define TP_PROP_CALL_STREAM_ENDPOINT_REMOTE_CREDENTIALS \ | | #define TP_PROP_CALL_STREAM_ENDPOINT_REMOTE_CREDENTIALS \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Endpoint.RemoteCredentials" | | "im.telepathy1.Call1.Stream.Endpoint.RemoteCredentials" | |
| | | | |
| #define TP_PROP_CALL_STREAM_ENDPOINT_REMOTE_CANDIDATES \ | | #define TP_PROP_CALL_STREAM_ENDPOINT_REMOTE_CANDIDATES \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Endpoint.RemoteCandidates" | | "im.telepathy1.Call1.Stream.Endpoint.RemoteCandidates" | |
| | | | |
| #define TP_PROP_CALL_STREAM_ENDPOINT_SELECTED_CANDIDATE_PAIRS \ | | #define TP_PROP_CALL_STREAM_ENDPOINT_SELECTED_CANDIDATE_PAIRS \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Endpoint.SelectedCandidatePairs" | | "im.telepathy1.Call1.Stream.Endpoint.SelectedCandidatePairs" | |
| | | | |
| #define TP_PROP_CALL_STREAM_ENDPOINT_ENDPOINT_STATE \ | | #define TP_PROP_CALL_STREAM_ENDPOINT_ENDPOINT_STATE \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Endpoint.EndpointState" | | "im.telepathy1.Call1.Stream.Endpoint.EndpointState" | |
| | | | |
| #define TP_PROP_CALL_STREAM_ENDPOINT_TRANSPORT \ | | #define TP_PROP_CALL_STREAM_ENDPOINT_TRANSPORT \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Endpoint.Transport" | | "im.telepathy1.Call1.Stream.Endpoint.Transport" | |
| | | | |
| #define TP_PROP_CALL_STREAM_ENDPOINT_CONTROLLING \ | | #define TP_PROP_CALL_STREAM_ENDPOINT_CONTROLLING \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Endpoint.Controlling" | | "im.telepathy1.Call1.Stream.Endpoint.Controlling" | |
| | | | |
| #define TP_PROP_CALL_STREAM_ENDPOINT_IS_ICE_LITE \ | | #define TP_PROP_CALL_STREAM_ENDPOINT_IS_ICE_LITE \ | |
|
| "org.freedesktop.Telepathy.Call1.Stream.Endpoint.IsICELite" | | "im.telepathy1.Call1.Stream.Endpoint.IsICELite" | |
| | | | |
End of changes. 400 change blocks. |
| 616 lines changed or deleted | | 451 lines changed or added | |
|
| tp-cli-call-content.h | | tp-cli-call-content.h | |
| | | | |
| skipping to change at line 16 | | skipping to change at line 16 | |
| typedef void (*tp_cli_call_content_signal_callback_streams_added) (TpCallCo
ntent *proxy, | | typedef void (*tp_cli_call_content_signal_callback_streams_added) (TpCallCo
ntent *proxy, | |
| const GPtrArray *arg_Streams, | | const GPtrArray *arg_Streams, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_connect_to_streams_added (TpCa
llContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_connect_to_streams_added (TpCa
llContent *proxy, | |
| tp_cli_call_content_signal_callback_streams_added callback, | | tp_cli_call_content_signal_callback_streams_added callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_connect_to_streams_added (TpCallContent *proxy, | |
| | | tp_cli_call_content_signal_callback_streams_added callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_connect_to_streams_added (proxy, callback, use | |
| | | r_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_connect_to_streams_added(...) _tp_cli_call_cont | |
| | | ent_connect_to_streams_added (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_signal_callback_streams_removed) (TpCall
Content *proxy, | | typedef void (*tp_cli_call_content_signal_callback_streams_removed) (TpCall
Content *proxy, | |
| const GPtrArray *arg_Streams, | | const GPtrArray *arg_Streams, | |
| const GValueArray *arg_Reason, | | const GValueArray *arg_Reason, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_connect_to_streams_removed (Tp
CallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_connect_to_streams_removed (Tp
CallContent *proxy, | |
| tp_cli_call_content_signal_callback_streams_removed callback, | | tp_cli_call_content_signal_callback_streams_removed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_connect_to_streams_removed (TpCallContent *proxy, | |
| | | tp_cli_call_content_signal_callback_streams_removed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_connect_to_streams_removed (proxy, callback, u | |
| | | ser_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_connect_to_streams_removed(...) _tp_cli_call_co | |
| | | ntent_connect_to_streams_removed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_callback_for_remove) (TpCallContent *pro
xy, | | typedef void (*tp_cli_call_content_callback_for_remove) (TpCallContent *pro
xy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_call_content_call_remove (TpCallContent *proxy, | | TpProxyPendingCall *tp_cli_call_content_call_remove (TpCallContent *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_call_content_callback_for_remove callback, | | tp_cli_call_content_callback_for_remove callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_call_content_call_remove (TpCallContent *proxy, | |
| | | gint timeout_ms, | |
| | | tp_cli_call_content_callback_for_remove callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_call_remove (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_call_content_call_remove(...) _tp_cli_call_content_call_remo | |
| | | ve (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_call_content_interface_audio_control_callback_for_rep
ort_input_volume) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_audio_control_callback_for_rep
ort_input_volume) (TpCallContent *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_call_content_interface_audio_control_call_report
_input_volume (TpCallContent *proxy, | | TpProxyPendingCall *tp_cli_call_content_interface_audio_control_call_report
_input_volume (TpCallContent *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gint in_Volume, | | gint in_Volume, | |
| tp_cli_call_content_interface_audio_control_callback_for_report_input_v
olume callback, | | tp_cli_call_content_interface_audio_control_callback_for_report_input_v
olume callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_call_content_interface_audio_control_call_report_input_volume (TpCa | |
| | | llContent *proxy, | |
| | | gint timeout_ms, | |
| | | gint in_Volume, | |
| | | tp_cli_call_content_interface_audio_control_callback_for_report_input_v | |
| | | olume callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_audio_control_call_report_input_volu | |
| | | me (proxy, timeout_ms, | |
| | | in_Volume, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_call_content_interface_audio_control_call_report_input_volum | |
| | | e(...) _tp_cli_call_content_interface_audio_control_call_report_input_volum | |
| | | e (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_call_content_interface_audio_control_callback_for_rep
ort_output_volume) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_audio_control_callback_for_rep
ort_output_volume) (TpCallContent *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_call_content_interface_audio_control_call_report
_output_volume (TpCallContent *proxy, | | TpProxyPendingCall *tp_cli_call_content_interface_audio_control_call_report
_output_volume (TpCallContent *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gint in_Volume, | | gint in_Volume, | |
| tp_cli_call_content_interface_audio_control_callback_for_report_output_
volume callback, | | tp_cli_call_content_interface_audio_control_callback_for_report_output_
volume callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_call_content_interface_audio_control_call_report_output_volume (TpC | |
| | | allContent *proxy, | |
| | | gint timeout_ms, | |
| | | gint in_Volume, | |
| | | tp_cli_call_content_interface_audio_control_callback_for_report_output_ | |
| | | volume callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_audio_control_call_report_output_vol | |
| | | ume (proxy, timeout_ms, | |
| | | in_Volume, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_call_content_interface_audio_control_call_report_output_volu | |
| | | me(...) _tp_cli_call_content_interface_audio_control_call_report_output_vol | |
| | | ume (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_call_content_interface_dtmf_signal_callback_tones_def
erred) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_dtmf_signal_callback_tones_def
erred) (TpCallContent *proxy, | |
| const gchar *arg_Tones, | | const gchar *arg_Tones, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_dtmf_connect_to_tone
s_deferred (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_dtmf_connect_to_tone
s_deferred (TpCallContent *proxy, | |
| tp_cli_call_content_interface_dtmf_signal_callback_tones_deferred callb
ack, | | tp_cli_call_content_interface_dtmf_signal_callback_tones_deferred callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_dtmf_connect_to_tones_deferred (TpCallConten | |
| | | t *proxy, | |
| | | tp_cli_call_content_interface_dtmf_signal_callback_tones_deferred callb | |
| | | ack, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_dtmf_connect_to_tones_deferred (prox | |
| | | y, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_dtmf_connect_to_tones_deferred(...) _ | |
| | | tp_cli_call_content_interface_dtmf_connect_to_tones_deferred (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_dtmf_signal_callback_sending_t
ones) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_dtmf_signal_callback_sending_t
ones) (TpCallContent *proxy, | |
| const gchar *arg_Tones, | | const gchar *arg_Tones, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_dtmf_connect_to_send
ing_tones (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_dtmf_connect_to_send
ing_tones (TpCallContent *proxy, | |
| tp_cli_call_content_interface_dtmf_signal_callback_sending_tones callba
ck, | | tp_cli_call_content_interface_dtmf_signal_callback_sending_tones callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_dtmf_connect_to_sending_tones (TpCallContent | |
| | | *proxy, | |
| | | tp_cli_call_content_interface_dtmf_signal_callback_sending_tones callba | |
| | | ck, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_dtmf_connect_to_sending_tones (proxy | |
| | | , callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_dtmf_connect_to_sending_tones(...) _t | |
| | | p_cli_call_content_interface_dtmf_connect_to_sending_tones (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_dtmf_signal_callback_stopped_t
ones) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_dtmf_signal_callback_stopped_t
ones) (TpCallContent *proxy, | |
| gboolean arg_Cancelled, | | gboolean arg_Cancelled, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_dtmf_connect_to_stop
ped_tones (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_dtmf_connect_to_stop
ped_tones (TpCallContent *proxy, | |
| tp_cli_call_content_interface_dtmf_signal_callback_stopped_tones callba
ck, | | tp_cli_call_content_interface_dtmf_signal_callback_stopped_tones callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_dtmf_connect_to_stopped_tones (TpCallContent | |
| | | *proxy, | |
| | | tp_cli_call_content_interface_dtmf_signal_callback_stopped_tones callba | |
| | | ck, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_dtmf_connect_to_stopped_tones (proxy | |
| | | , callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_dtmf_connect_to_stopped_tones(...) _t | |
| | | p_cli_call_content_interface_dtmf_connect_to_stopped_tones (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_dtmf_callback_for_start_tone)
(TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_dtmf_callback_for_start_tone)
(TpCallContent *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_call_content_interface_dtmf_call_start_tone (TpC
allContent *proxy, | | TpProxyPendingCall *tp_cli_call_content_interface_dtmf_call_start_tone (TpC
allContent *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guchar in_Event, | | guchar in_Event, | |
| tp_cli_call_content_interface_dtmf_callback_for_start_tone callback, | | tp_cli_call_content_interface_dtmf_callback_for_start_tone callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_call_content_interface_dtmf_call_start_tone (TpCallContent *proxy, | |
| | | gint timeout_ms, | |
| | | guchar in_Event, | |
| | | tp_cli_call_content_interface_dtmf_callback_for_start_tone callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_dtmf_call_start_tone (proxy, timeout | |
| | | _ms, | |
| | | in_Event, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_call_content_interface_dtmf_call_start_tone(...) _tp_cli_cal | |
| | | l_content_interface_dtmf_call_start_tone (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_call_content_interface_dtmf_callback_for_stop_tone) (
TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_dtmf_callback_for_stop_tone) (
TpCallContent *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_call_content_interface_dtmf_call_stop_tone (TpCa
llContent *proxy, | | TpProxyPendingCall *tp_cli_call_content_interface_dtmf_call_stop_tone (TpCa
llContent *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_call_content_interface_dtmf_callback_for_stop_tone callback, | | tp_cli_call_content_interface_dtmf_callback_for_stop_tone callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_call_content_interface_dtmf_call_stop_tone (TpCallContent *proxy, | |
| | | gint timeout_ms, | |
| | | tp_cli_call_content_interface_dtmf_callback_for_stop_tone callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_dtmf_call_stop_tone (proxy, timeout_ | |
| | | ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_call_content_interface_dtmf_call_stop_tone(...) _tp_cli_call | |
| | | _content_interface_dtmf_call_stop_tone (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_call_content_interface_dtmf_callback_for_multiple_ton
es) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_dtmf_callback_for_multiple_ton
es) (TpCallContent *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_call_content_interface_dtmf_call_multiple_tones
(TpCallContent *proxy, | | TpProxyPendingCall *tp_cli_call_content_interface_dtmf_call_multiple_tones
(TpCallContent *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Tones, | | const gchar *in_Tones, | |
| tp_cli_call_content_interface_dtmf_callback_for_multiple_tones callback
, | | tp_cli_call_content_interface_dtmf_callback_for_multiple_tones callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_call_content_interface_dtmf_call_multiple_tones (TpCallContent *pro | |
| | | xy, | |
| | | gint timeout_ms, | |
| | | const gchar *in_Tones, | |
| | | tp_cli_call_content_interface_dtmf_callback_for_multiple_tones callback | |
| | | , | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_dtmf_call_multiple_tones (proxy, tim | |
| | | eout_ms, | |
| | | in_Tones, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_call_content_interface_dtmf_call_multiple_tones(...) _tp_cli | |
| | | _call_content_interface_dtmf_call_multiple_tones (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_call_content_interface_media_signal_callback_new_medi
a_description_offer) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_media_signal_callback_new_medi
a_description_offer) (TpCallContent *proxy, | |
| const gchar *arg_Media_Description, | | const gchar *arg_Media_Description, | |
| GHashTable *arg_Properties, | | GHashTable *arg_Properties, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_new
_media_description_offer (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_new
_media_description_offer (TpCallContent *proxy, | |
| tp_cli_call_content_interface_media_signal_callback_new_media_descripti
on_offer callback, | | tp_cli_call_content_interface_media_signal_callback_new_media_descripti
on_offer callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_media_connect_to_new_media_description_offer | |
| | | (TpCallContent *proxy, | |
| | | tp_cli_call_content_interface_media_signal_callback_new_media_descripti | |
| | | on_offer callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_media_connect_to_new_media_descripti | |
| | | on_offer (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_media_connect_to_new_media_descriptio | |
| | | n_offer(...) _tp_cli_call_content_interface_media_connect_to_new_media_desc | |
| | | ription_offer (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_media_signal_callback_media_de
scription_offer_done) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_media_signal_callback_media_de
scription_offer_done) (TpCallContent *proxy, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_med
ia_description_offer_done (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_med
ia_description_offer_done (TpCallContent *proxy, | |
| tp_cli_call_content_interface_media_signal_callback_media_description_o
ffer_done callback, | | tp_cli_call_content_interface_media_signal_callback_media_description_o
ffer_done callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_media_connect_to_media_description_offer_don | |
| | | e (TpCallContent *proxy, | |
| | | tp_cli_call_content_interface_media_signal_callback_media_description_o | |
| | | ffer_done callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_media_connect_to_media_description_o | |
| | | ffer_done (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_media_connect_to_media_description_of | |
| | | fer_done(...) _tp_cli_call_content_interface_media_connect_to_media_descrip | |
| | | tion_offer_done (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_media_signal_callback_local_me
dia_description_changed) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_media_signal_callback_local_me
dia_description_changed) (TpCallContent *proxy, | |
| GHashTable *arg_Updated_Media_Description, | | GHashTable *arg_Updated_Media_Description, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_loc
al_media_description_changed (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_loc
al_media_description_changed (TpCallContent *proxy, | |
| tp_cli_call_content_interface_media_signal_callback_local_media_descrip
tion_changed callback, | | tp_cli_call_content_interface_media_signal_callback_local_media_descrip
tion_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_media_connect_to_local_media_description_cha | |
| | | nged (TpCallContent *proxy, | |
| | | tp_cli_call_content_interface_media_signal_callback_local_media_descrip | |
| | | tion_changed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_media_connect_to_local_media_descrip | |
| | | tion_changed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_media_connect_to_local_media_descript | |
| | | ion_changed(...) _tp_cli_call_content_interface_media_connect_to_local_medi | |
| | | a_description_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_media_signal_callback_remote_m
edia_descriptions_changed) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_media_signal_callback_remote_m
edia_descriptions_changed) (TpCallContent *proxy, | |
| GHashTable *arg_Updated_Media_Descriptions, | | GHashTable *arg_Updated_Media_Descriptions, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_rem
ote_media_descriptions_changed (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_rem
ote_media_descriptions_changed (TpCallContent *proxy, | |
| tp_cli_call_content_interface_media_signal_callback_remote_media_descri
ptions_changed callback, | | tp_cli_call_content_interface_media_signal_callback_remote_media_descri
ptions_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_media_connect_to_remote_media_descriptions_c | |
| | | hanged (TpCallContent *proxy, | |
| | | tp_cli_call_content_interface_media_signal_callback_remote_media_descri | |
| | | ptions_changed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_media_connect_to_remote_media_descri | |
| | | ptions_changed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_media_connect_to_remote_media_descrip | |
| | | tions_changed(...) _tp_cli_call_content_interface_media_connect_to_remote_m | |
| | | edia_descriptions_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_media_signal_callback_media_de
scriptions_removed) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_media_signal_callback_media_de
scriptions_removed) (TpCallContent *proxy, | |
| const GArray *arg_Removed_Media_Descriptions, | | const GArray *arg_Removed_Media_Descriptions, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_med
ia_descriptions_removed (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_med
ia_descriptions_removed (TpCallContent *proxy, | |
| tp_cli_call_content_interface_media_signal_callback_media_descriptions_
removed callback, | | tp_cli_call_content_interface_media_signal_callback_media_descriptions_
removed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_media_connect_to_media_descriptions_removed | |
| | | (TpCallContent *proxy, | |
| | | tp_cli_call_content_interface_media_signal_callback_media_descriptions_ | |
| | | removed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_media_connect_to_media_descriptions_ | |
| | | removed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_media_connect_to_media_descriptions_r | |
| | | emoved(...) _tp_cli_call_content_interface_media_connect_to_media_descripti | |
| | | ons_removed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_media_signal_callback_dtmf_cha
nge_requested) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_media_signal_callback_dtmf_cha
nge_requested) (TpCallContent *proxy, | |
| guchar arg_Event, | | guchar arg_Event, | |
| guint arg_State, | | guint arg_State, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_dtm
f_change_requested (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_media_connect_to_dtm
f_change_requested (TpCallContent *proxy, | |
| tp_cli_call_content_interface_media_signal_callback_dtmf_change_request
ed callback, | | tp_cli_call_content_interface_media_signal_callback_dtmf_change_request
ed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_media_connect_to_dtmf_change_requested (TpCa | |
| | | llContent *proxy, | |
| | | tp_cli_call_content_interface_media_signal_callback_dtmf_change_request | |
| | | ed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_media_connect_to_dtmf_change_request | |
| | | ed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_media_connect_to_dtmf_change_requeste | |
| | | d(...) _tp_cli_call_content_interface_media_connect_to_dtmf_change_requeste | |
| | | d (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_media_callback_for_update_loca
l_media_description) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_media_callback_for_update_loca
l_media_description) (TpCallContent *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_call_content_interface_media_call_update_local_m
edia_description (TpCallContent *proxy, | | TpProxyPendingCall *tp_cli_call_content_interface_media_call_update_local_m
edia_description (TpCallContent *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_MediaDescription, | | GHashTable *in_MediaDescription, | |
| tp_cli_call_content_interface_media_callback_for_update_local_media_des
cription callback, | | tp_cli_call_content_interface_media_callback_for_update_local_media_des
cription callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_call_content_interface_media_call_update_local_media_description (T | |
| | | pCallContent *proxy, | |
| | | gint timeout_ms, | |
| | | GHashTable *in_MediaDescription, | |
| | | tp_cli_call_content_interface_media_callback_for_update_local_media_des | |
| | | cription callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_media_call_update_local_media_descri | |
| | | ption (proxy, timeout_ms, | |
| | | in_MediaDescription, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_call_content_interface_media_call_update_local_media_descrip | |
| | | tion(...) _tp_cli_call_content_interface_media_call_update_local_media_desc | |
| | | ription (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_call_content_interface_media_callback_for_acknowledge
_dtmf_change) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_media_callback_for_acknowledge
_dtmf_change) (TpCallContent *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_call_content_interface_media_call_acknowledge_dt
mf_change (TpCallContent *proxy, | | TpProxyPendingCall *tp_cli_call_content_interface_media_call_acknowledge_dt
mf_change (TpCallContent *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guchar in_Event, | | guchar in_Event, | |
| guint in_State, | | guint in_State, | |
| tp_cli_call_content_interface_media_callback_for_acknowledge_dtmf_chang
e callback, | | tp_cli_call_content_interface_media_callback_for_acknowledge_dtmf_chang
e callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_call_content_interface_media_call_acknowledge_dtmf_change (TpCallCo | |
| | | ntent *proxy, | |
| | | gint timeout_ms, | |
| | | guchar in_Event, | |
| | | guint in_State, | |
| | | tp_cli_call_content_interface_media_callback_for_acknowledge_dtmf_chang | |
| | | e callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_media_call_acknowledge_dtmf_change ( | |
| | | proxy, timeout_ms, | |
| | | in_Event, | |
| | | in_State, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_call_content_interface_media_call_acknowledge_dtmf_change(.. | |
| | | .) _tp_cli_call_content_interface_media_call_acknowledge_dtmf_change (__VA_ | |
| | | ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_call_content_interface_media_callback_for_fail) (TpCa
llContent *proxy, | | typedef void (*tp_cli_call_content_interface_media_callback_for_fail) (TpCa
llContent *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_call_content_interface_media_call_fail (TpCallCo
ntent *proxy, | | TpProxyPendingCall *tp_cli_call_content_interface_media_call_fail (TpCallCo
ntent *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GValueArray *in_Reason, | | const GValueArray *in_Reason, | |
| tp_cli_call_content_interface_media_callback_for_fail callback, | | tp_cli_call_content_interface_media_callback_for_fail callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_call_content_interface_media_call_fail (TpCallContent *proxy, | |
| | | gint timeout_ms, | |
| | | const GValueArray *in_Reason, | |
| | | tp_cli_call_content_interface_media_callback_for_fail callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_media_call_fail (proxy, timeout_ms, | |
| | | in_Reason, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_call_content_interface_media_call_fail(...) _tp_cli_call_con | |
| | | tent_interface_media_call_fail (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_call_content_interface_video_control_signal_callback_
key_frame_requested) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_video_control_signal_callback_
key_frame_requested) (TpCallContent *proxy, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_video_control_connec
t_to_key_frame_requested (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_video_control_connec
t_to_key_frame_requested (TpCallContent *proxy, | |
| tp_cli_call_content_interface_video_control_signal_callback_key_frame_r
equested callback, | | tp_cli_call_content_interface_video_control_signal_callback_key_frame_r
equested callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_video_control_connect_to_key_frame_requested | |
| | | (TpCallContent *proxy, | |
| | | tp_cli_call_content_interface_video_control_signal_callback_key_frame_r | |
| | | equested callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_video_control_connect_to_key_frame_r | |
| | | equested (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_video_control_connect_to_key_frame_re | |
| | | quested(...) _tp_cli_call_content_interface_video_control_connect_to_key_fr | |
| | | ame_requested (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_video_control_signal_callback_
video_resolution_changed) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_video_control_signal_callback_
video_resolution_changed) (TpCallContent *proxy, | |
| const GValueArray *arg_NewResolution, | | const GValueArray *arg_NewResolution, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_video_control_connec
t_to_video_resolution_changed (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_video_control_connec
t_to_video_resolution_changed (TpCallContent *proxy, | |
| tp_cli_call_content_interface_video_control_signal_callback_video_resol
ution_changed callback, | | tp_cli_call_content_interface_video_control_signal_callback_video_resol
ution_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_video_control_connect_to_video_resolution_ch | |
| | | anged (TpCallContent *proxy, | |
| | | tp_cli_call_content_interface_video_control_signal_callback_video_resol | |
| | | ution_changed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_video_control_connect_to_video_resol | |
| | | ution_changed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_video_control_connect_to_video_resolu | |
| | | tion_changed(...) _tp_cli_call_content_interface_video_control_connect_to_v | |
| | | ideo_resolution_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_video_control_signal_callback_
bitrate_changed) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_video_control_signal_callback_
bitrate_changed) (TpCallContent *proxy, | |
| guint arg_NewBitrate, | | guint arg_NewBitrate, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_video_control_connec
t_to_bitrate_changed (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_video_control_connec
t_to_bitrate_changed (TpCallContent *proxy, | |
| tp_cli_call_content_interface_video_control_signal_callback_bitrate_cha
nged callback, | | tp_cli_call_content_interface_video_control_signal_callback_bitrate_cha
nged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_video_control_connect_to_bitrate_changed (Tp | |
| | | CallContent *proxy, | |
| | | tp_cli_call_content_interface_video_control_signal_callback_bitrate_cha | |
| | | nged callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_video_control_connect_to_bitrate_cha | |
| | | nged (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_video_control_connect_to_bitrate_chan | |
| | | ged(...) _tp_cli_call_content_interface_video_control_connect_to_bitrate_ch | |
| | | anged (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_video_control_signal_callback_
framerate_changed) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_video_control_signal_callback_
framerate_changed) (TpCallContent *proxy, | |
| guint arg_NewFramerate, | | guint arg_NewFramerate, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_video_control_connec
t_to_framerate_changed (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_video_control_connec
t_to_framerate_changed (TpCallContent *proxy, | |
| tp_cli_call_content_interface_video_control_signal_callback_framerate_c
hanged callback, | | tp_cli_call_content_interface_video_control_signal_callback_framerate_c
hanged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_video_control_connect_to_framerate_changed ( | |
| | | TpCallContent *proxy, | |
| | | tp_cli_call_content_interface_video_control_signal_callback_framerate_c | |
| | | hanged callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_video_control_connect_to_framerate_c | |
| | | hanged (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_video_control_connect_to_framerate_ch | |
| | | anged(...) _tp_cli_call_content_interface_video_control_connect_to_framerat | |
| | | e_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_call_content_interface_video_control_signal_callback_
mtu_changed) (TpCallContent *proxy, | | typedef void (*tp_cli_call_content_interface_video_control_signal_callback_
mtu_changed) (TpCallContent *proxy, | |
| guint arg_NewMTU, | | guint arg_NewMTU, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_call_content_interface_video_control_connec
t_to_mtu_changed (TpCallContent *proxy, | | TpProxySignalConnection *tp_cli_call_content_interface_video_control_connec
t_to_mtu_changed (TpCallContent *proxy, | |
| tp_cli_call_content_interface_video_control_signal_callback_mtu_changed
callback, | | tp_cli_call_content_interface_video_control_signal_callback_mtu_changed
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_call_content_interface_video_control_connect_to_mtu_changed (TpCall | |
| | | Content *proxy, | |
| | | tp_cli_call_content_interface_video_control_signal_callback_mtu_changed | |
| | | callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_PROXY (proxy), NULL); | |
| | | return tp_cli_call_content_interface_video_control_connect_to_mtu_changed | |
| | | (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_call_content_interface_video_control_connect_to_mtu_changed( | |
| | | ...) _tp_cli_call_content_interface_video_control_connect_to_mtu_changed (_ | |
| | | _VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | void tp_cli_call_content_add_signals (TpProxy *self, | |
| | | guint quark, | |
| | | DBusGProxy *proxy, | |
| | | gpointer unused); | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif /* defined (TP_GEN_TP_CLI_CALL_CONTENT_H_INCLUDED) */ | | #endif /* defined (TP_GEN_TP_CLI_CALL_CONTENT_H_INCLUDED) */ | |
| | | | |
End of changes. 25 change blocks. |
| 0 lines changed or deleted | | 506 lines changed or added | |
|
| tp-cli-channel.h | | tp-cli-channel.h | |
| | | | |
| skipping to change at line 15 | | skipping to change at line 15 | |
| | | | |
| typedef void (*tp_cli_channel_signal_callback_closed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_signal_callback_closed) (TpChannel *proxy, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_connect_to_closed (TpChannel *proxy
, | | TpProxySignalConnection *tp_cli_channel_connect_to_closed (TpChannel *proxy
, | |
| tp_cli_channel_signal_callback_closed callback, | | tp_cli_channel_signal_callback_closed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_connect_to_closed (TpChannel *proxy, | |
| | | tp_cli_channel_signal_callback_closed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_connect_to_closed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_connect_to_closed(...) _tp_cli_channel_connect_to_cl | |
| | | osed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_callback_for_close) (TpChannel *proxy, | | typedef void (*tp_cli_channel_callback_for_close) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_call_close (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_call_close (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_callback_for_close callback, | | tp_cli_channel_callback_for_close callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_run_close (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| gint timeout_ms, | | _tp_cli_channel_call_close (TpChannel *proxy, | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_callback_for_get_channel_type) (TpChannel *pr | | | |
| oxy, | | | |
| const gchar *out_Channel_Type, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_call_get_channel_type (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_callback_for_get_channel_type callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_run_get_channel_type (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| gchar **out_Channel_Type, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_callback_for_get_handle) (TpChannel *proxy, | | | |
| guint out_Target_Handle_Type, | | | |
| guint out_Target_Handle, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_call_get_handle (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_callback_for_get_handle callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_run_get_handle (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint *out_Target_Handle_Type, | | | |
| guint *out_Target_Handle, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_callback_for_get_interfaces) (TpChannel *prox | | | |
| y, | | | |
| const gchar **out_Interfaces, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_call_get_interfaces (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_callback_for_get_interfaces callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_run_get_interfaces (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| gchar ***out_Interfaces, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_call_state_signal_callback_call_sta | | | |
| te_changed) (TpChannel *proxy, | | | |
| guint arg_Contact, | | | |
| guint arg_State, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_interface_call_state_connect_to_cal | | | |
| l_state_changed (TpChannel *proxy, | | | |
| tp_cli_channel_interface_call_state_signal_callback_call_state_changed | | | |
| callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_call_state_callback_for_get_call_st | | | |
| ates) (TpChannel *proxy, | | | |
| GHashTable *out_States, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_call_state_call_get_call_state | | | |
| s (TpChannel *proxy, | | | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| tp_cli_channel_interface_call_state_callback_for_get_call_states callba
ck, | | tp_cli_channel_callback_for_close callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| #ifndef TP_DISABLE_DEPRECATED | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| gboolean tp_cli_channel_interface_call_state_run_get_call_states (TpChannel | | return tp_cli_channel_call_close (proxy, timeout_ms, | |
| *proxy, | | callback, user_data, destroy, weak_object); | |
| gint timeout_ms, | | } | |
| GHashTable **out_States, | | #define tp_cli_channel_call_close(...) _tp_cli_channel_call_close (__VA_ARG | |
| GError **error, | | S__) | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | #endif /* __GTK_DOC_IGNORE__ */ | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_captcha_authentication_callback_for
_get_captchas) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_captcha_authentication_callback_for
_get_captchas) (TpChannel *proxy, | |
| const GPtrArray *out_Captcha_Info, | | const GPtrArray *out_Captcha_Info, | |
| guint out_Number_Required, | | guint out_Number_Required, | |
| const gchar *out_Language, | | const gchar *out_Language, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_captcha_authentication_call_ge
t_captchas (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_captcha_authentication_call_ge
t_captchas (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_captcha_authentication_callback_for_get_captch
as callback, | | tp_cli_channel_interface_captcha_authentication_callback_for_get_captch
as callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_interface_captcha_authentication_call_get_captchas (TpChann | |
| | | el *proxy, | |
| | | gint timeout_ms, | |
| | | tp_cli_channel_interface_captcha_authentication_callback_for_get_captch | |
| | | as callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_captcha_authentication_call_get_captchas | |
| | | (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_captcha_authentication_call_get_captchas(. | |
| | | ..) _tp_cli_channel_interface_captcha_authentication_call_get_captchas (__V | |
| | | A_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_captcha_authentication_callback_for
_get_captcha_data) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_captcha_authentication_callback_for
_get_captcha_data) (TpChannel *proxy, | |
| const GArray *out_Captcha_Data, | | const GArray *out_Captcha_Data, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_captcha_authentication_call_ge
t_captcha_data (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_captcha_authentication_call_ge
t_captcha_data (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| const gchar *in_Mime_Type, | | const gchar *in_Mime_Type, | |
| tp_cli_channel_interface_captcha_authentication_callback_for_get_captch
a_data callback, | | tp_cli_channel_interface_captcha_authentication_callback_for_get_captch
a_data callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_interface_captcha_authentication_call_get_captcha_data (TpC | |
| | | hannel *proxy, | |
| | | gint timeout_ms, | |
| | | guint in_ID, | |
| | | const gchar *in_Mime_Type, | |
| | | tp_cli_channel_interface_captcha_authentication_callback_for_get_captch | |
| | | a_data callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_captcha_authentication_call_get_captcha_d | |
| | | ata (proxy, timeout_ms, | |
| | | in_ID, | |
| | | in_Mime_Type, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_captcha_authentication_call_get_captcha_da | |
| | | ta(...) _tp_cli_channel_interface_captcha_authentication_call_get_captcha_d | |
| | | ata (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_captcha_authentication_callback_for
_answer_captchas) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_captcha_authentication_callback_for
_answer_captchas) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_captcha_authentication_call_an
swer_captchas (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_captcha_authentication_call_an
swer_captchas (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Answers, | | GHashTable *in_Answers, | |
| tp_cli_channel_interface_captcha_authentication_callback_for_answer_cap
tchas callback, | | tp_cli_channel_interface_captcha_authentication_callback_for_answer_cap
tchas callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_interface_captcha_authentication_call_answer_captchas (TpCh | |
| | | annel *proxy, | |
| | | gint timeout_ms, | |
| | | GHashTable *in_Answers, | |
| | | tp_cli_channel_interface_captcha_authentication_callback_for_answer_cap | |
| | | tchas callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_captcha_authentication_call_answer_captch | |
| | | as (proxy, timeout_ms, | |
| | | in_Answers, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_captcha_authentication_call_answer_captcha | |
| | | s(...) _tp_cli_channel_interface_captcha_authentication_call_answer_captcha | |
| | | s (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_captcha_authentication_callback_for
_cancel_captcha) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_captcha_authentication_callback_for
_cancel_captcha) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_captcha_authentication_call_ca
ncel_captcha (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_captcha_authentication_call_ca
ncel_captcha (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Reason, | | guint in_Reason, | |
| const gchar *in_Debug_Message, | | const gchar *in_Debug_Message, | |
| tp_cli_channel_interface_captcha_authentication_callback_for_cancel_cap
tcha callback, | | tp_cli_channel_interface_captcha_authentication_callback_for_cancel_cap
tcha callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_interface_captcha_authentication_call_cancel_captcha (TpCha | |
| | | nnel *proxy, | |
| | | gint timeout_ms, | |
| | | guint in_Reason, | |
| | | const gchar *in_Debug_Message, | |
| | | tp_cli_channel_interface_captcha_authentication_callback_for_cancel_cap | |
| | | tcha callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_captcha_authentication_call_cancel_captch | |
| | | a (proxy, timeout_ms, | |
| | | in_Reason, | |
| | | in_Debug_Message, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_captcha_authentication_call_cancel_captcha | |
| | | (...) _tp_cli_channel_interface_captcha_authentication_call_cancel_captcha | |
| | | (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_chat_state_signal_callback_chat_sta
te_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_chat_state_signal_callback_chat_sta
te_changed) (TpChannel *proxy, | |
| guint arg_Contact, | | guint arg_Contact, | |
| guint arg_State, | | guint arg_State, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_chat_state_connect_to_cha
t_state_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_chat_state_connect_to_cha
t_state_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_chat_state_signal_callback_chat_state_changed
callback, | | tp_cli_channel_interface_chat_state_signal_callback_chat_state_changed
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_chat_state_connect_to_chat_state_changed (TpChann | |
| | | el *proxy, | |
| | | tp_cli_channel_interface_chat_state_signal_callback_chat_state_changed | |
| | | callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_chat_state_connect_to_chat_state_changed | |
| | | (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_chat_state_connect_to_chat_state_changed(. | |
| | | ..) _tp_cli_channel_interface_chat_state_connect_to_chat_state_changed (__V | |
| | | A_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_chat_state_callback_for_set_chat_st
ate) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_chat_state_callback_for_set_chat_st
ate) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_chat_state_call_set_chat_state
(TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_chat_state_call_set_chat_state
(TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_State, | | guint in_State, | |
| tp_cli_channel_interface_chat_state_callback_for_set_chat_state callbac
k, | | tp_cli_channel_interface_chat_state_callback_for_set_chat_state callbac
k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_chat_state_run_set_chat_state (TpChannel | | static inline TpProxyPendingCall * | |
| *proxy, | | _tp_cli_channel_interface_chat_state_call_set_chat_state (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_State, | | guint in_State, | |
|
| GError **error, | | tp_cli_channel_interface_chat_state_callback_for_set_chat_state callbac | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | k, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_chat_state_call_set_chat_state (proxy, ti | |
| | | meout_ms, | |
| | | in_State, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_chat_state_call_set_chat_state(...) _tp_cl | |
| | | i_channel_interface_chat_state_call_set_chat_state (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_conference_signal_callback_channel_
merged) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_conference_signal_callback_channel_
merged) (TpChannel *proxy, | |
| const gchar *arg_Channel, | | const gchar *arg_Channel, | |
| guint arg_Channel_Specific_Handle, | | guint arg_Channel_Specific_Handle, | |
| GHashTable *arg_Properties, | | GHashTable *arg_Properties, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_conference_connect_to_cha
nnel_merged (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_conference_connect_to_cha
nnel_merged (TpChannel *proxy, | |
| tp_cli_channel_interface_conference_signal_callback_channel_merged call
back, | | tp_cli_channel_interface_conference_signal_callback_channel_merged call
back, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_conference_connect_to_channel_merged (TpChannel * | |
| | | proxy, | |
| | | tp_cli_channel_interface_conference_signal_callback_channel_merged call | |
| | | back, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_conference_connect_to_channel_merged (pro | |
| | | xy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_conference_connect_to_channel_merged(...) | |
| | | _tp_cli_channel_interface_conference_connect_to_channel_merged (__VA_ARGS__ | |
| | | ) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_conference_signal_callback_channel_
removed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_conference_signal_callback_channel_
removed) (TpChannel *proxy, | |
| const gchar *arg_Channel, | | const gchar *arg_Channel, | |
| GHashTable *arg_Details, | | GHashTable *arg_Details, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_conference_connect_to_cha
nnel_removed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_conference_connect_to_cha
nnel_removed (TpChannel *proxy, | |
| tp_cli_channel_interface_conference_signal_callback_channel_removed cal
lback, | | tp_cli_channel_interface_conference_signal_callback_channel_removed cal
lback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_conference_connect_to_channel_removed (TpChannel | |
| | | *proxy, | |
| | | tp_cli_channel_interface_conference_signal_callback_channel_removed cal | |
| | | lback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_conference_connect_to_channel_removed (pr | |
| | | oxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_conference_connect_to_channel_removed(...) | |
| | | _tp_cli_channel_interface_conference_connect_to_channel_removed (__VA_ARGS | |
| | | __) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_dtmf_signal_callback_tones_deferred
) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_dtmf_signal_callback_tones_deferred
) (TpChannel *proxy, | |
| const gchar *arg_Tones, | | const gchar *arg_Tones, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_dtmf_connect_to_tones_def
erred (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_dtmf_connect_to_tones_def
erred (TpChannel *proxy, | |
| tp_cli_channel_interface_dtmf_signal_callback_tones_deferred callback, | | tp_cli_channel_interface_dtmf_signal_callback_tones_deferred callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_dtmf_connect_to_tones_deferred (TpChannel *proxy, | |
| | | tp_cli_channel_interface_dtmf_signal_callback_tones_deferred callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_dtmf_connect_to_tones_deferred (proxy, ca | |
| | | llback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_dtmf_connect_to_tones_deferred(...) _tp_cl | |
| | | i_channel_interface_dtmf_connect_to_tones_deferred (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_dtmf_signal_callback_sending_tones)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_dtmf_signal_callback_sending_tones)
(TpChannel *proxy, | |
| const gchar *arg_Tones, | | const gchar *arg_Tones, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_dtmf_connect_to_sending_t
ones (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_dtmf_connect_to_sending_t
ones (TpChannel *proxy, | |
| tp_cli_channel_interface_dtmf_signal_callback_sending_tones callback, | | tp_cli_channel_interface_dtmf_signal_callback_sending_tones callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_dtmf_connect_to_sending_tones (TpChannel *proxy, | |
| | | tp_cli_channel_interface_dtmf_signal_callback_sending_tones callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_dtmf_connect_to_sending_tones (proxy, cal | |
| | | lback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_dtmf_connect_to_sending_tones(...) _tp_cli | |
| | | _channel_interface_dtmf_connect_to_sending_tones (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_dtmf_signal_callback_stopped_tones)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_dtmf_signal_callback_stopped_tones)
(TpChannel *proxy, | |
| gboolean arg_Cancelled, | | gboolean arg_Cancelled, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_dtmf_connect_to_stopped_t
ones (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_dtmf_connect_to_stopped_t
ones (TpChannel *proxy, | |
| tp_cli_channel_interface_dtmf_signal_callback_stopped_tones callback, | | tp_cli_channel_interface_dtmf_signal_callback_stopped_tones callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_dtmf_connect_to_stopped_tones (TpChannel *proxy, | |
| | | tp_cli_channel_interface_dtmf_signal_callback_stopped_tones callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_dtmf_connect_to_stopped_tones (proxy, cal | |
| | | lback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_dtmf_connect_to_stopped_tones(...) _tp_cli | |
| | | _channel_interface_dtmf_connect_to_stopped_tones (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_dtmf_callback_for_start_tone) (TpCh
annel *proxy, | | typedef void (*tp_cli_channel_interface_dtmf_callback_for_start_tone) (TpCh
annel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_dtmf_call_start_tone (TpChanne
l *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_dtmf_call_start_tone (TpChanne
l *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Stream_ID, | | guint in_Stream_ID, | |
| guchar in_Event, | | guchar in_Event, | |
| tp_cli_channel_interface_dtmf_callback_for_start_tone callback, | | tp_cli_channel_interface_dtmf_callback_for_start_tone callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_dtmf_run_start_tone (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_interface_dtmf_call_start_tone (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Stream_ID, | | guint in_Stream_ID, | |
| guchar in_Event, | | guchar in_Event, | |
|
| GError **error, | | tp_cli_channel_interface_dtmf_callback_for_start_tone callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_dtmf_call_start_tone (proxy, timeout_ms, | |
| | | in_Stream_ID, | |
| | | in_Event, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_dtmf_call_start_tone(...) _tp_cli_channel_ | |
| | | interface_dtmf_call_start_tone (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_dtmf_callback_for_stop_tone) (TpCha
nnel *proxy, | | typedef void (*tp_cli_channel_interface_dtmf_callback_for_stop_tone) (TpCha
nnel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_dtmf_call_stop_tone (TpChannel
*proxy, | | TpProxyPendingCall *tp_cli_channel_interface_dtmf_call_stop_tone (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Stream_ID, | | guint in_Stream_ID, | |
| tp_cli_channel_interface_dtmf_callback_for_stop_tone callback, | | tp_cli_channel_interface_dtmf_callback_for_stop_tone callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_dtmf_run_stop_tone (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_interface_dtmf_call_stop_tone (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Stream_ID, | | guint in_Stream_ID, | |
|
| GError **error, | | tp_cli_channel_interface_dtmf_callback_for_stop_tone callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_dtmf_call_stop_tone (proxy, timeout_ms, | |
| | | in_Stream_ID, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_dtmf_call_stop_tone(...) _tp_cli_channel_i | |
| | | nterface_dtmf_call_stop_tone (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_dtmf_callback_for_multiple_tones) (
TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_dtmf_callback_for_multiple_tones) (
TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_dtmf_call_multiple_tones (TpCh
annel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_dtmf_call_multiple_tones (TpCh
annel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Tones, | | const gchar *in_Tones, | |
| tp_cli_channel_interface_dtmf_callback_for_multiple_tones callback, | | tp_cli_channel_interface_dtmf_callback_for_multiple_tones callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_dtmf_run_multiple_tones (TpChannel *proxy | | static inline TpProxyPendingCall * | |
| , | | _tp_cli_channel_interface_dtmf_call_multiple_tones (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Tones, | | const gchar *in_Tones, | |
|
| GError **error, | | tp_cli_channel_interface_dtmf_callback_for_multiple_tones callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_dtmf_call_multiple_tones (proxy, timeout_ | |
| | | ms, | |
| | | in_Tones, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_dtmf_call_multiple_tones(...) _tp_cli_chan | |
| | | nel_interface_dtmf_call_multiple_tones (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_destroyable_callback_for_destroy) (
TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_destroyable_callback_for_destroy) (
TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_destroyable_call_destroy (TpCh
annel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_destroyable_call_destroy (TpCh
annel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_destroyable_callback_for_destroy callback, | | tp_cli_channel_interface_destroyable_callback_for_destroy callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_destroyable_run_destroy (TpChannel *proxy | | static inline TpProxyPendingCall * | |
| , | | _tp_cli_channel_interface_destroyable_call_destroy (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GError **error, | | tp_cli_channel_interface_destroyable_callback_for_destroy callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_signal_callback_handle_owners | | | |
| _changed) (TpChannel *proxy, | | | |
| GHashTable *arg_Added, | | | |
| const GArray *arg_Removed, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_handle_o | | | |
| wners_changed (TpChannel *proxy, | | | |
| tp_cli_channel_interface_group_signal_callback_handle_owners_changed ca | | | |
| llback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object, | | GObject *weak_object) | |
| GError **error); | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_destroyable_call_destroy (proxy, timeout_ | |
| | | ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_destroyable_call_destroy(...) _tp_cli_chan | |
| | | nel_interface_destroyable_call_destroy (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
|
| typedef void (*tp_cli_channel_interface_group_signal_callback_handle_owners
_changed_detailed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_signal_callback_handle_owners
_changed) (TpChannel *proxy, | |
| GHashTable *arg_Added, | | GHashTable *arg_Added, | |
| const GArray *arg_Removed, | | const GArray *arg_Removed, | |
| GHashTable *arg_Identifiers, | | GHashTable *arg_Identifiers, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
|
| TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_handle_o | | TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_handle_o | |
| wners_changed_detailed (TpChannel *proxy, | | wners_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_group_signal_callback_handle_owners_changed_de | | tp_cli_channel_interface_group_signal_callback_handle_owners_changed ca | |
| tailed callback, | | llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_channel_interface_group_signal_callback_self_handle_c | | #ifndef __GTK_DOC_IGNORE__ | |
| hanged) (TpChannel *proxy, | | static inline TpProxySignalConnection * | |
| guint arg_Self_Handle, | | _tp_cli_channel_interface_group_connect_to_handle_owners_changed (TpChannel | |
| gpointer user_data, GObject *weak_object); | | *proxy, | |
| TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_self_han | | tp_cli_channel_interface_group_signal_callback_handle_owners_changed ca | |
| dle_changed (TpChannel *proxy, | | llback, | |
| tp_cli_channel_interface_group_signal_callback_self_handle_changed call | | | |
| back, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
|
| GError **error); | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_group_connect_to_handle_owners_changed (p | |
| | | roxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_group_connect_to_handle_owners_changed(... | |
| | | ) _tp_cli_channel_interface_group_connect_to_handle_owners_changed (__VA_AR | |
| | | GS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_group_signal_callback_self_contact_
changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_signal_callback_self_contact_
changed) (TpChannel *proxy, | |
| guint arg_Self_Handle, | | guint arg_Self_Handle, | |
| const gchar *arg_Self_ID, | | const gchar *arg_Self_ID, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_self_con
tact_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_self_con
tact_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_group_signal_callback_self_contact_changed cal
lback, | | tp_cli_channel_interface_group_signal_callback_self_contact_changed cal
lback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_group_connect_to_self_contact_changed (TpChannel | |
| | | *proxy, | |
| | | tp_cli_channel_interface_group_signal_callback_self_contact_changed cal | |
| | | lback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_group_connect_to_self_contact_changed (pr | |
| | | oxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_group_connect_to_self_contact_changed(...) | |
| | | _tp_cli_channel_interface_group_connect_to_self_contact_changed (__VA_ARGS | |
| | | __) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_group_signal_callback_group_flags_c
hanged) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_signal_callback_group_flags_c
hanged) (TpChannel *proxy, | |
| guint arg_Added, | | guint arg_Added, | |
| guint arg_Removed, | | guint arg_Removed, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_group_fl
ags_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_group_fl
ags_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_group_signal_callback_group_flags_changed call
back, | | tp_cli_channel_interface_group_signal_callback_group_flags_changed call
back, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_group_connect_to_group_flags_changed (TpChannel * | |
| | | proxy, | |
| | | tp_cli_channel_interface_group_signal_callback_group_flags_changed call | |
| | | back, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_group_connect_to_group_flags_changed (pro | |
| | | xy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_group_connect_to_group_flags_changed(...) | |
| | | _tp_cli_channel_interface_group_connect_to_group_flags_changed (__VA_ARGS__ | |
| | | ) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_group_signal_callback_members_chang
ed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_signal_callback_members_chang
ed) (TpChannel *proxy, | |
|
| const gchar *arg_Message, | | | |
| const GArray *arg_Added, | | const GArray *arg_Added, | |
| const GArray *arg_Removed, | | const GArray *arg_Removed, | |
| const GArray *arg_Local_Pending, | | const GArray *arg_Local_Pending, | |
| const GArray *arg_Remote_Pending, | | const GArray *arg_Remote_Pending, | |
|
| guint arg_Actor, | | GHashTable *arg_Details, | |
| guint arg_Reason, | | | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_members_
changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_members_
changed (TpChannel *proxy, | |
| tp_cli_channel_interface_group_signal_callback_members_changed callback
, | | tp_cli_channel_interface_group_signal_callback_members_changed callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_channel_interface_group_signal_callback_members_chang | | #ifndef __GTK_DOC_IGNORE__ | |
| ed_detailed) (TpChannel *proxy, | | static inline TpProxySignalConnection * | |
| const GArray *arg_Added, | | _tp_cli_channel_interface_group_connect_to_members_changed (TpChannel *prox | |
| const GArray *arg_Removed, | | y, | |
| const GArray *arg_Local_Pending, | | tp_cli_channel_interface_group_signal_callback_members_changed callback | |
| const GArray *arg_Remote_Pending, | | , | |
| GHashTable *arg_Details, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_members_ | | | |
| changed_detailed (TpChannel *proxy, | | | |
| tp_cli_channel_interface_group_signal_callback_members_changed_detailed | | | |
| callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
|
| GError **error); | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_group_connect_to_members_changed (proxy, | |
| | | callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_group_connect_to_members_changed(...) _tp_ | |
| | | cli_channel_interface_group_connect_to_members_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_group_callback_for_add_members) (Tp
Channel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_add_members) (Tp
Channel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_add_members (TpChan
nel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_add_members (TpChan
nel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
| tp_cli_channel_interface_group_callback_for_add_members callback, | | tp_cli_channel_interface_group_callback_for_add_members callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_group_run_add_members (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_interface_group_call_add_members (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
|
| GError **error, | | tp_cli_channel_interface_group_callback_for_add_members callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_all_members) | | | |
| (TpChannel *proxy, | | | |
| const GArray *out_Members, | | | |
| const GArray *out_Local_Pending, | | | |
| const GArray *out_Remote_Pending, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_all_members (Tp | | | |
| Channel *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_interface_group_callback_for_get_all_members callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| #ifndef TP_DISABLE_DEPRECATED | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| gboolean tp_cli_channel_interface_group_run_get_all_members (TpChannel *pro | | return tp_cli_channel_interface_group_call_add_members (proxy, timeout_ms | |
| xy, | | , | |
| gint timeout_ms, | | in_Contacts, | |
| GArray **out_Members, | | in_Message, | |
| GArray **out_Local_Pending, | | callback, user_data, destroy, weak_object); | |
| GArray **out_Remote_Pending, | | } | |
| GError **error, | | #define tp_cli_channel_interface_group_call_add_members(...) _tp_cli_channe | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | l_interface_group_call_add_members (__VA_ARGS__) | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
|
| typedef void (*tp_cli_channel_interface_group_callback_for_get_group_flags) | | typedef void (*tp_cli_channel_interface_group_callback_for_remove_members) | |
| (TpChannel *proxy, | | (TpChannel *proxy, | |
| guint out_Group_Flags, | | | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_group_flags (Tp
Channel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_remove_members (TpC
hannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| tp_cli_channel_interface_group_callback_for_get_group_flags callback, | | const GArray *in_Contacts, | |
| | | const gchar *in_Message, | |
| | | guint in_Reason, | |
| | | tp_cli_channel_interface_group_callback_for_remove_members callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_group_run_get_group_flags (TpChannel *pro | | static inline TpProxyPendingCall * | |
| xy, | | _tp_cli_channel_interface_group_call_remove_members (TpChannel *proxy, | |
| gint timeout_ms, | | | |
| guint *out_Group_Flags, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_handle_owner | | | |
| s) (TpChannel *proxy, | | | |
| const GArray *out_Owners, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_handle_owners ( | | | |
| TpChannel *proxy, | | | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| const GArray *in_Handles, | | const GArray *in_Contacts, | |
| tp_cli_channel_interface_group_callback_for_get_handle_owners callback, | | const gchar *in_Message, | |
| | | guint in_Reason, | |
| | | tp_cli_channel_interface_group_callback_for_remove_members callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_group_call_remove_members (proxy, timeout | |
| | | _ms, | |
| | | in_Contacts, | |
| | | in_Message, | |
| | | in_Reason, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_group_call_remove_members(...) _tp_cli_cha | |
| | | nnel_interface_group_call_remove_members (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | typedef void (*tp_cli_channel_interface_hold_signal_callback_hold_state_cha | |
| gboolean tp_cli_channel_interface_group_run_get_handle_owners (TpChannel *p | | nged) (TpChannel *proxy, | |
| roxy, | | guint arg_HoldState, | |
| gint timeout_ms, | | guint arg_Reason, | |
| const GArray *in_Handles, | | gpointer user_data, GObject *weak_object); | |
| GArray **out_Owners, | | TpProxySignalConnection *tp_cli_channel_interface_hold_connect_to_hold_stat | |
| GError **error, | | e_changed (TpChannel *proxy, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | tp_cli_channel_interface_hold_signal_callback_hold_state_changed callba | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | ck, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_channel_interface_group_callback_for_get_local_pendin | | #ifndef __GTK_DOC_IGNORE__ | |
| g_members) (TpChannel *proxy, | | static inline TpProxySignalConnection * | |
| const GArray *out_Handles, | | _tp_cli_channel_interface_hold_connect_to_hold_state_changed (TpChannel *pr | |
| | | oxy, | |
| | | tp_cli_channel_interface_hold_signal_callback_hold_state_changed callba | |
| | | ck, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_hold_connect_to_hold_state_changed (proxy | |
| | | , callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_hold_connect_to_hold_state_changed(...) _t | |
| | | p_cli_channel_interface_hold_connect_to_hold_state_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | typedef void (*tp_cli_channel_interface_hold_callback_for_get_hold_state) ( | |
| | | TpChannel *proxy, | |
| | | guint out_HoldState, | |
| | | guint out_Reason, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_local_pending_m
embers (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_hold_call_get_hold_state (TpCh
annel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| tp_cli_channel_interface_group_callback_for_get_local_pending_members c
allback, | | tp_cli_channel_interface_hold_callback_for_get_hold_state callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_group_run_get_local_pending_members (TpCh | | static inline TpProxyPendingCall * | |
| annel *proxy, | | _tp_cli_channel_interface_hold_call_get_hold_state (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GArray **out_Handles, | | tp_cli_channel_interface_hold_callback_for_get_hold_state callback, | |
| GError **error, | | gpointer user_data, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GDestroyNotify destroy, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_hold_call_get_hold_state (proxy, timeout_ | |
| | | ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_hold_call_get_hold_state(...) _tp_cli_chan | |
| | | nel_interface_hold_call_get_hold_state (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
|
| typedef void (*tp_cli_channel_interface_group_callback_for_get_local_pendin | | typedef void (*tp_cli_channel_interface_hold_callback_for_request_hold) (Tp | |
| g_members_with_info) (TpChannel *proxy, | | Channel *proxy, | |
| const GPtrArray *out_Info, | | | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_local_pending_m
embers_with_info (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_hold_call_request_hold (TpChan
nel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| tp_cli_channel_interface_group_callback_for_get_local_pending_members_w | | gboolean in_Hold, | |
| ith_info callback, | | tp_cli_channel_interface_hold_callback_for_request_hold callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_group_run_get_local_pending_members_with_ | | static inline TpProxyPendingCall * | |
| info (TpChannel *proxy, | | _tp_cli_channel_interface_hold_call_request_hold (TpChannel *proxy, | |
| gint timeout_ms, | | | |
| GPtrArray **out_Info, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_members) (Tp | | | |
| Channel *proxy, | | | |
| const GArray *out_Handles, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_members (TpChan | | | |
| nel *proxy, | | | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| tp_cli_channel_interface_group_callback_for_get_members callback, | | gboolean in_Hold, | |
| | | tp_cli_channel_interface_hold_callback_for_request_hold callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_hold_call_request_hold (proxy, timeout_ms | |
| | | , | |
| | | in_Hold, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_hold_call_request_hold(...) _tp_cli_channe | |
| | | l_interface_hold_call_request_hold (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | typedef void (*tp_cli_channel_interface_password_signal_callback_password_f | |
| gboolean tp_cli_channel_interface_group_run_get_members (TpChannel *proxy, | | lags_changed) (TpChannel *proxy, | |
| gint timeout_ms, | | guint arg_Added, | |
| GArray **out_Handles, | | guint arg_Removed, | |
| GError **error, | | gpointer user_data, GObject *weak_object); | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | TpProxySignalConnection *tp_cli_channel_interface_password_connect_to_passw | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | ord_flags_changed (TpChannel *proxy, | |
| | | tp_cli_channel_interface_password_signal_callback_password_flags_change | |
| | | d callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_channel_interface_group_callback_for_get_remote_pendi | | #ifndef __GTK_DOC_IGNORE__ | |
| ng_members) (TpChannel *proxy, | | static inline TpProxySignalConnection * | |
| const GArray *out_Handles, | | _tp_cli_channel_interface_password_connect_to_password_flags_changed (TpCha | |
| | | nnel *proxy, | |
| | | tp_cli_channel_interface_password_signal_callback_password_flags_change | |
| | | d callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_password_connect_to_password_flags_change | |
| | | d (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_password_connect_to_password_flags_changed | |
| | | (...) _tp_cli_channel_interface_password_connect_to_password_flags_changed | |
| | | (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | typedef void (*tp_cli_channel_interface_password_callback_for_get_password_ | |
| | | flags) (TpChannel *proxy, | |
| | | guint out_Password_Flags, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_remote_pending_
members (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_password_call_get_password_fla
gs (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| tp_cli_channel_interface_group_callback_for_get_remote_pending_members
callback, | | tp_cli_channel_interface_password_callback_for_get_password_flags callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_group_run_get_remote_pending_members (TpC | | static inline TpProxyPendingCall * | |
| hannel *proxy, | | _tp_cli_channel_interface_password_call_get_password_flags (TpChannel *prox | |
| | | y, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GArray **out_Handles, | | tp_cli_channel_interface_password_callback_for_get_password_flags callb | |
| GError **error, | | ack, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_password_call_get_password_flags (proxy, | |
| | | timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_password_call_get_password_flags(...) _tp_ | |
| | | cli_channel_interface_password_call_get_password_flags (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
|
| typedef void (*tp_cli_channel_interface_group_callback_for_get_self_handle) | | typedef void (*tp_cli_channel_interface_password_callback_for_provide_passw | |
| (TpChannel *proxy, | | ord) (TpChannel *proxy, | |
| guint out_Self_Handle, | | gboolean out_Correct, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_self_handle (Tp
Channel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_password_call_provide_password
(TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| tp_cli_channel_interface_group_callback_for_get_self_handle callback, | | const gchar *in_Password, | |
| | | tp_cli_channel_interface_password_callback_for_provide_password callbac | |
| | | k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_group_run_get_self_handle (TpChannel *pro | | static inline TpProxyPendingCall * | |
| xy, | | _tp_cli_channel_interface_password_call_provide_password (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| guint *out_Self_Handle, | | const gchar *in_Password, | |
| GError **error, | | tp_cli_channel_interface_password_callback_for_provide_password callbac | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | k, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_password_call_provide_password (proxy, ti | |
| | | meout_ms, | |
| | | in_Password, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_password_call_provide_password(...) _tp_cl | |
| | | i_channel_interface_password_call_provide_password (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
|
| typedef void (*tp_cli_channel_interface_group_callback_for_remove_members)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_room_config_callback_for_update_con
figuration) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| TpProxyPendingCall *tp_cli_channel_interface_group_call_remove_members (TpC
hannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_room_config_call_update_config
uration (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| const GArray *in_Contacts, | | GHashTable *in_Properties, | |
| const gchar *in_Message, | | tp_cli_channel_interface_room_config_callback_for_update_configuration | |
| tp_cli_channel_interface_group_callback_for_remove_members callback, | | callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_group_run_remove_members (TpChannel *prox | | static inline TpProxyPendingCall * | |
| y, | | _tp_cli_channel_interface_room_config_call_update_configuration (TpChannel | |
| | | *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| const GArray *in_Contacts, | | GHashTable *in_Properties, | |
| const gchar *in_Message, | | tp_cli_channel_interface_room_config_callback_for_update_configuration | |
| GError **error, | | callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| typedef void (*tp_cli_channel_interface_group_callback_for_remove_members_w | | { | |
| ith_reason) (TpChannel *proxy, | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| const GError *error, gpointer user_data, | | return tp_cli_channel_interface_room_config_call_update_configuration (pr | |
| GObject *weak_object); | | oxy, timeout_ms, | |
| | | in_Properties, | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_remove_members_with | | callback, user_data, destroy, weak_object); | |
| _reason (TpChannel *proxy, | | } | |
| gint timeout_ms, | | #define tp_cli_channel_interface_room_config_call_update_configuration(...) | |
| const GArray *in_Contacts, | | _tp_cli_channel_interface_room_config_call_update_configuration (__VA_ARGS | |
| const gchar *in_Message, | | __) | |
| guint in_Reason, | | #endif /* __GTK_DOC_IGNORE__ */ | |
| tp_cli_channel_interface_group_callback_for_remove_members_with_reason | | | |
| callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_interface_group_run_remove_members_with_reason (TpC | | | |
| hannel *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| const gchar *in_Message, | | | |
| guint in_Reason, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_hold_signal_callback_hold_state_cha | | | |
| nged) (TpChannel *proxy, | | | |
| guint arg_HoldState, | | | |
| guint arg_Reason, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_interface_hold_connect_to_hold_stat | | | |
| e_changed (TpChannel *proxy, | | | |
| tp_cli_channel_interface_hold_signal_callback_hold_state_changed callba | | | |
| ck, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_hold_callback_for_get_hold_state) ( | | | |
| TpChannel *proxy, | | | |
| guint out_HoldState, | | | |
| guint out_Reason, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_hold_call_get_hold_state (TpCh | | | |
| annel *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_interface_hold_callback_for_get_hold_state callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_interface_hold_run_get_hold_state (TpChannel *proxy | | | |
| , | | | |
| gint timeout_ms, | | | |
| guint *out_HoldState, | | | |
| guint *out_Reason, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_hold_callback_for_request_hold) (Tp | | | |
| Channel *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_hold_call_request_hold (TpChan | | | |
| nel *proxy, | | | |
| gint timeout_ms, | | | |
| gboolean in_Hold, | | | |
| tp_cli_channel_interface_hold_callback_for_request_hold callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_interface_hold_run_request_hold (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| gboolean in_Hold, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_media_signalling_signal_callback_ne | | | |
| w_session_handler) (TpChannel *proxy, | | | |
| const gchar *arg_Session_Handler, | | | |
| const gchar *arg_Session_Type, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_interface_media_signalling_connect_ | | | |
| to_new_session_handler (TpChannel *proxy, | | | |
| tp_cli_channel_interface_media_signalling_signal_callback_new_session_h | | | |
| andler callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_media_signalling_callback_for_get_s | | | |
| ession_handlers) (TpChannel *proxy, | | | |
| const GPtrArray *out_Session_Handlers, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_media_signalling_call_get_sess | | | |
| ion_handlers (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_interface_media_signalling_callback_for_get_session_hand | | | |
| lers callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_interface_media_signalling_run_get_session_handlers | | | |
| (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| GPtrArray **out_Session_Handlers, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_messages_signal_callback_message_se | | | |
| nt) (TpChannel *proxy, | | | |
| const GPtrArray *arg_Content, | | | |
| guint arg_Flags, | | | |
| const gchar *arg_Message_Token, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_interface_messages_connect_to_messa | | | |
| ge_sent (TpChannel *proxy, | | | |
| tp_cli_channel_interface_messages_signal_callback_message_sent callback | | | |
| , | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_messages_signal_callback_pending_me | | | |
| ssages_removed) (TpChannel *proxy, | | | |
| const GArray *arg_Message_IDs, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_interface_messages_connect_to_pendi | | | |
| ng_messages_removed (TpChannel *proxy, | | | |
| tp_cli_channel_interface_messages_signal_callback_pending_messages_remo | | | |
| ved callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_messages_signal_callback_message_re | | | |
| ceived) (TpChannel *proxy, | | | |
| const GPtrArray *arg_Message, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_interface_messages_connect_to_messa | | | |
| ge_received (TpChannel *proxy, | | | |
| tp_cli_channel_interface_messages_signal_callback_message_received call | | | |
| back, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_messages_callback_for_send_message) | | | |
| (TpChannel *proxy, | | | |
| const gchar *out_Token, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_messages_call_send_message (Tp | | | |
| Channel *proxy, | | | |
| gint timeout_ms, | | | |
| const GPtrArray *in_Message, | | | |
| guint in_Flags, | | | |
| tp_cli_channel_interface_messages_callback_for_send_message callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_interface_messages_run_send_message (TpChannel *pro | | | |
| xy, | | | |
| gint timeout_ms, | | | |
| const GPtrArray *in_Message, | | | |
| guint in_Flags, | | | |
| gchar **out_Token, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_messages_callback_for_get_pending_m | | | |
| essage_content) (TpChannel *proxy, | | | |
| GHashTable *out_Content, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_messages_call_get_pending_mess | | | |
| age_content (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Message_ID, | | | |
| const GArray *in_Parts, | | | |
| tp_cli_channel_interface_messages_callback_for_get_pending_message_cont | | | |
| ent callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_interface_messages_run_get_pending_message_content | | | |
| (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Message_ID, | | | |
| const GArray *in_Parts, | | | |
| GHashTable **out_Content, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_password_signal_callback_password_f | | | |
| lags_changed) (TpChannel *proxy, | | | |
| guint arg_Added, | | | |
| guint arg_Removed, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_interface_password_connect_to_passw | | | |
| ord_flags_changed (TpChannel *proxy, | | | |
| tp_cli_channel_interface_password_signal_callback_password_flags_change | | | |
| d callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_password_callback_for_get_password_ | | | |
| flags) (TpChannel *proxy, | | | |
| guint out_Password_Flags, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_password_call_get_password_fla | | | |
| gs (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_interface_password_callback_for_get_password_flags callb | | | |
| ack, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_interface_password_run_get_password_flags (TpChanne | | | |
| l *proxy, | | | |
| gint timeout_ms, | | | |
| guint *out_Password_Flags, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_password_callback_for_provide_passw | | | |
| ord) (TpChannel *proxy, | | | |
| gboolean out_Correct, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_password_call_provide_password | | | |
| (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Password, | | | |
| tp_cli_channel_interface_password_callback_for_provide_password callbac | | | |
| k, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_interface_password_run_provide_password (TpChannel | | | |
| *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Password, | | | |
| gboolean *out_Correct, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_room_config_callback_for_update_con | | | |
| figuration) (TpChannel *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_room_config_call_update_config | | | |
| uration (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| GHashTable *in_Properties, | | | |
| tp_cli_channel_interface_room_config_callback_for_update_configuration | | | |
| callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| typedef void (*tp_cli_channel_interface_sasl_authentication_signal_callback
_sasl_status_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_sasl_authentication_signal_callback
_sasl_status_changed) (TpChannel *proxy, | |
| guint arg_Status, | | guint arg_Status, | |
| const gchar *arg_Reason, | | const gchar *arg_Reason, | |
| GHashTable *arg_Details, | | GHashTable *arg_Details, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_sasl_authentication_conne
ct_to_sasl_status_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_sasl_authentication_conne
ct_to_sasl_status_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_sasl_authentication_signal_callback_sasl_statu
s_changed callback, | | tp_cli_channel_interface_sasl_authentication_signal_callback_sasl_statu
s_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_sasl_authentication_connect_to_sasl_status_change | |
| | | d (TpChannel *proxy, | |
| | | tp_cli_channel_interface_sasl_authentication_signal_callback_sasl_statu | |
| | | s_changed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_sasl_authentication_connect_to_sasl_statu | |
| | | s_changed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_sasl_authentication_connect_to_sasl_status | |
| | | _changed(...) _tp_cli_channel_interface_sasl_authentication_connect_to_sasl | |
| | | _status_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_sasl_authentication_signal_callback
_new_challenge) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_sasl_authentication_signal_callback
_new_challenge) (TpChannel *proxy, | |
| const GArray *arg_Challenge_Data, | | const GArray *arg_Challenge_Data, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_sasl_authentication_conne
ct_to_new_challenge (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_sasl_authentication_conne
ct_to_new_challenge (TpChannel *proxy, | |
| tp_cli_channel_interface_sasl_authentication_signal_callback_new_challe
nge callback, | | tp_cli_channel_interface_sasl_authentication_signal_callback_new_challe
nge callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_sasl_authentication_connect_to_new_challenge (TpC | |
| | | hannel *proxy, | |
| | | tp_cli_channel_interface_sasl_authentication_signal_callback_new_challe | |
| | | nge callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_sasl_authentication_connect_to_new_challe | |
| | | nge (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_sasl_authentication_connect_to_new_challen | |
| | | ge(...) _tp_cli_channel_interface_sasl_authentication_connect_to_new_challe | |
| | | nge (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_sasl_authentication_callback_for_st
art_mechanism) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_sasl_authentication_callback_for_st
art_mechanism) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_sasl_authentication_call_start
_mechanism (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_sasl_authentication_call_start
_mechanism (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Mechanism, | | const gchar *in_Mechanism, | |
| tp_cli_channel_interface_sasl_authentication_callback_for_start_mechani
sm callback, | | tp_cli_channel_interface_sasl_authentication_callback_for_start_mechani
sm callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_sasl_authentication_run_start_mechanism ( | | static inline TpProxyPendingCall * | |
| TpChannel *proxy, | | _tp_cli_channel_interface_sasl_authentication_call_start_mechanism (TpChann | |
| | | el *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Mechanism, | | const gchar *in_Mechanism, | |
|
| GError **error, | | tp_cli_channel_interface_sasl_authentication_callback_for_start_mechani | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | sm callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_sasl_authentication_call_start_mechanism | |
| | | (proxy, timeout_ms, | |
| | | in_Mechanism, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_sasl_authentication_call_start_mechanism(. | |
| | | ..) _tp_cli_channel_interface_sasl_authentication_call_start_mechanism (__V | |
| | | A_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_sasl_authentication_callback_for_st
art_mechanism_with_data) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_sasl_authentication_callback_for_st
art_mechanism_with_data) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_sasl_authentication_call_start
_mechanism_with_data (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_sasl_authentication_call_start
_mechanism_with_data (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Mechanism, | | const gchar *in_Mechanism, | |
| const GArray *in_Initial_Data, | | const GArray *in_Initial_Data, | |
| tp_cli_channel_interface_sasl_authentication_callback_for_start_mechani
sm_with_data callback, | | tp_cli_channel_interface_sasl_authentication_callback_for_start_mechani
sm_with_data callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_sasl_authentication_run_start_mechanism_w | | static inline TpProxyPendingCall * | |
| ith_data (TpChannel *proxy, | | _tp_cli_channel_interface_sasl_authentication_call_start_mechanism_with_dat | |
| | | a (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Mechanism, | | const gchar *in_Mechanism, | |
| const GArray *in_Initial_Data, | | const GArray *in_Initial_Data, | |
|
| GError **error, | | tp_cli_channel_interface_sasl_authentication_callback_for_start_mechani | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | sm_with_data callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_sasl_authentication_call_start_mechanism_ | |
| | | with_data (proxy, timeout_ms, | |
| | | in_Mechanism, | |
| | | in_Initial_Data, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_sasl_authentication_call_start_mechanism_w | |
| | | ith_data(...) _tp_cli_channel_interface_sasl_authentication_call_start_mech | |
| | | anism_with_data (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_sasl_authentication_callback_for_re
spond) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_sasl_authentication_callback_for_re
spond) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_sasl_authentication_call_respo
nd (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_sasl_authentication_call_respo
nd (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Response_Data, | | const GArray *in_Response_Data, | |
| tp_cli_channel_interface_sasl_authentication_callback_for_respond callb
ack, | | tp_cli_channel_interface_sasl_authentication_callback_for_respond callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_sasl_authentication_run_respond (TpChanne | | static inline TpProxyPendingCall * | |
| l *proxy, | | _tp_cli_channel_interface_sasl_authentication_call_respond (TpChannel *prox | |
| | | y, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Response_Data, | | const GArray *in_Response_Data, | |
|
| GError **error, | | tp_cli_channel_interface_sasl_authentication_callback_for_respond callb | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | ack, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_sasl_authentication_call_respond (proxy, | |
| | | timeout_ms, | |
| | | in_Response_Data, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_sasl_authentication_call_respond(...) _tp_ | |
| | | cli_channel_interface_sasl_authentication_call_respond (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_sasl_authentication_callback_for_ac
cept_sasl) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_sasl_authentication_callback_for_ac
cept_sasl) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_sasl_authentication_call_accep
t_sasl (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_sasl_authentication_call_accep
t_sasl (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_sasl_authentication_callback_for_accept_sasl c
allback, | | tp_cli_channel_interface_sasl_authentication_callback_for_accept_sasl c
allback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_sasl_authentication_run_accept_sasl (TpCh | | static inline TpProxyPendingCall * | |
| annel *proxy, | | _tp_cli_channel_interface_sasl_authentication_call_accept_sasl (TpChannel * | |
| | | proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GError **error, | | tp_cli_channel_interface_sasl_authentication_callback_for_accept_sasl c | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | allback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_sasl_authentication_call_accept_sasl (pro | |
| | | xy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_sasl_authentication_call_accept_sasl(...) | |
| | | _tp_cli_channel_interface_sasl_authentication_call_accept_sasl (__VA_ARGS__ | |
| | | ) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_sasl_authentication_callback_for_ab
ort_sasl) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_sasl_authentication_callback_for_ab
ort_sasl) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_sasl_authentication_call_abort
_sasl (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_sasl_authentication_call_abort
_sasl (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Reason, | | guint in_Reason, | |
| const gchar *in_Debug_Message, | | const gchar *in_Debug_Message, | |
| tp_cli_channel_interface_sasl_authentication_callback_for_abort_sasl ca
llback, | | tp_cli_channel_interface_sasl_authentication_callback_for_abort_sasl ca
llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_sasl_authentication_run_abort_sasl (TpCha | | static inline TpProxyPendingCall * | |
| nnel *proxy, | | _tp_cli_channel_interface_sasl_authentication_call_abort_sasl (TpChannel *p | |
| | | roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Reason, | | guint in_Reason, | |
| const gchar *in_Debug_Message, | | const gchar *in_Debug_Message, | |
|
| GError **error, | | tp_cli_channel_interface_sasl_authentication_callback_for_abort_sasl ca | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | llback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_sasl_authentication_call_abort_sasl (prox | |
| | | y, timeout_ms, | |
| | | in_Reason, | |
| | | in_Debug_Message, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_sasl_authentication_call_abort_sasl(...) _ | |
| | | tp_cli_channel_interface_sasl_authentication_call_abort_sasl (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_sms_signal_callback_sms_channel_cha
nged) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_sms_signal_callback_sms_channel_cha
nged) (TpChannel *proxy, | |
| gboolean arg_SMSChannel, | | gboolean arg_SMSChannel, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_sms_connect_to_sms_channe
l_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_sms_connect_to_sms_channe
l_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_sms_signal_callback_sms_channel_changed callba
ck, | | tp_cli_channel_interface_sms_signal_callback_sms_channel_changed callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_sms_connect_to_sms_channel_changed (TpChannel *pr | |
| | | oxy, | |
| | | tp_cli_channel_interface_sms_signal_callback_sms_channel_changed callba | |
| | | ck, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_sms_connect_to_sms_channel_changed (proxy | |
| | | , callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_sms_connect_to_sms_channel_changed(...) _t | |
| | | p_cli_channel_interface_sms_connect_to_sms_channel_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_sms_callback_for_get_sms_length) (T
pChannel *proxy, | | typedef void (*tp_cli_channel_interface_sms_callback_for_get_sms_length) (T
pChannel *proxy, | |
| guint out_Chunks_Required, | | guint out_Chunks_Required, | |
| gint out_Remaining_Characters, | | gint out_Remaining_Characters, | |
| gint out_Estimated_Cost, | | gint out_Estimated_Cost, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_sms_call_get_sms_length (TpCha
nnel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_sms_call_get_sms_length (TpCha
nnel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_Message, | | const GPtrArray *in_Message, | |
| tp_cli_channel_interface_sms_callback_for_get_sms_length callback, | | tp_cli_channel_interface_sms_callback_for_get_sms_length callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_interface_sms_run_get_sms_length (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_interface_sms_call_get_sms_length (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_Message, | | const GPtrArray *in_Message, | |
|
| guint *out_Chunks_Required, | | tp_cli_channel_interface_sms_callback_for_get_sms_length callback, | |
| gint *out_Remaining_Characters, | | gpointer user_data, | |
| gint *out_Estimated_Cost, | | GDestroyNotify destroy, | |
| GError **error, | | GObject *weak_object) | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | { | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_sms_call_get_sms_length (proxy, timeout_m | |
| | | s, | |
| | | in_Message, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_sms_call_get_sms_length(...) _tp_cli_chann | |
| | | el_interface_sms_call_get_sms_length (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_service_point_signal_callback_servi
ce_point_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_service_point_signal_callback_servi
ce_point_changed) (TpChannel *proxy, | |
| const GValueArray *arg_Service_Point, | | const GValueArray *arg_Service_Point, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_service_point_connect_to_
service_point_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_service_point_connect_to_
service_point_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_service_point_signal_callback_service_point_ch
anged callback, | | tp_cli_channel_interface_service_point_signal_callback_service_point_ch
anged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_service_point_connect_to_service_point_changed (T | |
| | | pChannel *proxy, | |
| | | tp_cli_channel_interface_service_point_signal_callback_service_point_ch | |
| | | anged callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_service_point_connect_to_service_point_ch | |
| | | anged (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_service_point_connect_to_service_point_cha | |
| | | nged(...) _tp_cli_channel_interface_service_point_connect_to_service_point_ | |
| | | changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_interface_subject_callback_for_set_subject) (
TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_subject_callback_for_set_subject) (
TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_subject_call_set_subject (TpCh
annel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_subject_call_set_subject (TpCh
annel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Subject, | | const gchar *in_Subject, | |
| tp_cli_channel_interface_subject_callback_for_set_subject callback, | | tp_cli_channel_interface_subject_callback_for_set_subject callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_interface_subject_call_set_subject (TpChannel *proxy, | |
| | | gint timeout_ms, | |
| | | const gchar *in_Subject, | |
| | | tp_cli_channel_interface_subject_callback_for_set_subject callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_subject_call_set_subject (proxy, timeout_ | |
| | | ms, | |
| | | in_Subject, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_interface_subject_call_set_subject(...) _tp_cli_chan | |
| | | nel_interface_subject_call_set_subject (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_tube_signal_callback_tube_channel_s
tate_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_tube_signal_callback_tube_channel_s
tate_changed) (TpChannel *proxy, | |
| guint arg_State, | | guint arg_State, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_tube_connect_to_tube_chan
nel_state_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_tube_connect_to_tube_chan
nel_state_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_tube_signal_callback_tube_channel_state_change
d callback, | | tp_cli_channel_interface_tube_signal_callback_tube_channel_state_change
d callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_interface_tube_connect_to_tube_channel_state_changed (TpCha | |
| | | nnel *proxy, | |
| | | tp_cli_channel_interface_tube_signal_callback_tube_channel_state_change | |
| | | d callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_interface_tube_connect_to_tube_channel_state_change | |
| | | d (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_interface_tube_connect_to_tube_channel_state_changed | |
| | | (...) _tp_cli_channel_interface_tube_connect_to_tube_channel_state_changed | |
| | | (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_call_signal_callback_content_added) (TpC
hannel *proxy, | | typedef void (*tp_cli_channel_type_call_signal_callback_content_added) (TpC
hannel *proxy, | |
| const gchar *arg_Content, | | const gchar *arg_Content, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_call_connect_to_content_added
(TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_call_connect_to_content_added
(TpChannel *proxy, | |
| tp_cli_channel_type_call_signal_callback_content_added callback, | | tp_cli_channel_type_call_signal_callback_content_added callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_call_connect_to_content_added (TpChannel *proxy, | |
| | | tp_cli_channel_type_call_signal_callback_content_added callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_call_connect_to_content_added (proxy, callback | |
| | | , user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_call_connect_to_content_added(...) _tp_cli_chan | |
| | | nel_type_call_connect_to_content_added (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_call_signal_callback_content_removed) (T
pChannel *proxy, | | typedef void (*tp_cli_channel_type_call_signal_callback_content_removed) (T
pChannel *proxy, | |
| const gchar *arg_Content, | | const gchar *arg_Content, | |
| const GValueArray *arg_Reason, | | const GValueArray *arg_Reason, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_call_connect_to_content_remove
d (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_call_connect_to_content_remove
d (TpChannel *proxy, | |
| tp_cli_channel_type_call_signal_callback_content_removed callback, | | tp_cli_channel_type_call_signal_callback_content_removed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_call_connect_to_content_removed (TpChannel *proxy, | |
| | | tp_cli_channel_type_call_signal_callback_content_removed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_call_connect_to_content_removed (proxy, callba | |
| | | ck, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_call_connect_to_content_removed(...) _tp_cli_ch | |
| | | annel_type_call_connect_to_content_removed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_call_signal_callback_call_state_changed)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_type_call_signal_callback_call_state_changed)
(TpChannel *proxy, | |
| guint arg_Call_State, | | guint arg_Call_State, | |
| guint arg_Call_Flags, | | guint arg_Call_Flags, | |
| const GValueArray *arg_Call_State_Reason, | | const GValueArray *arg_Call_State_Reason, | |
| GHashTable *arg_Call_State_Details, | | GHashTable *arg_Call_State_Details, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_call_connect_to_call_state_cha
nged (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_call_connect_to_call_state_cha
nged (TpChannel *proxy, | |
| tp_cli_channel_type_call_signal_callback_call_state_changed callback, | | tp_cli_channel_type_call_signal_callback_call_state_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_call_connect_to_call_state_changed (TpChannel *proxy, | |
| | | tp_cli_channel_type_call_signal_callback_call_state_changed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_call_connect_to_call_state_changed (proxy, cal | |
| | | lback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_call_connect_to_call_state_changed(...) _tp_cli | |
| | | _channel_type_call_connect_to_call_state_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_call_signal_callback_call_members_change
d) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_call_signal_callback_call_members_change
d) (TpChannel *proxy, | |
| GHashTable *arg_Flags_Changed, | | GHashTable *arg_Flags_Changed, | |
| GHashTable *arg_Identifiers, | | GHashTable *arg_Identifiers, | |
| const GArray *arg_Removed, | | const GArray *arg_Removed, | |
| const GValueArray *arg_Reason, | | const GValueArray *arg_Reason, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_call_connect_to_call_members_c
hanged (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_call_connect_to_call_members_c
hanged (TpChannel *proxy, | |
| tp_cli_channel_type_call_signal_callback_call_members_changed callback, | | tp_cli_channel_type_call_signal_callback_call_members_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_call_connect_to_call_members_changed (TpChannel *proxy | |
| | | , | |
| | | tp_cli_channel_type_call_signal_callback_call_members_changed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_call_connect_to_call_members_changed (proxy, c | |
| | | allback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_call_connect_to_call_members_changed(...) _tp_c | |
| | | li_channel_type_call_connect_to_call_members_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_call_callback_for_set_ringing) (TpChanne
l *proxy, | | typedef void (*tp_cli_channel_type_call_callback_for_set_ringing) (TpChanne
l *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_call_call_set_ringing (TpChannel *p
roxy, | | TpProxyPendingCall *tp_cli_channel_type_call_call_set_ringing (TpChannel *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_call_callback_for_set_ringing callback, | | tp_cli_channel_type_call_callback_for_set_ringing callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_call_call_set_ringing (TpChannel *proxy, | |
| | | gint timeout_ms, | |
| | | tp_cli_channel_type_call_callback_for_set_ringing callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_call_call_set_ringing (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_call_call_set_ringing(...) _tp_cli_channel_type | |
| | | _call_call_set_ringing (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_call_callback_for_set_queued) (TpChannel
*proxy, | | typedef void (*tp_cli_channel_type_call_callback_for_set_queued) (TpChannel
*proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_call_call_set_queued (TpChannel *pr
oxy, | | TpProxyPendingCall *tp_cli_channel_type_call_call_set_queued (TpChannel *pr
oxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_call_callback_for_set_queued callback, | | tp_cli_channel_type_call_callback_for_set_queued callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_call_call_set_queued (TpChannel *proxy, | |
| | | gint timeout_ms, | |
| | | tp_cli_channel_type_call_callback_for_set_queued callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_call_call_set_queued (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_call_call_set_queued(...) _tp_cli_channel_type_ | |
| | | call_call_set_queued (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_call_callback_for_accept) (TpChannel *pr
oxy, | | typedef void (*tp_cli_channel_type_call_callback_for_accept) (TpChannel *pr
oxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_call_call_accept (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_call_call_accept (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_call_callback_for_accept callback, | | tp_cli_channel_type_call_callback_for_accept callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_call_call_accept (TpChannel *proxy, | |
| | | gint timeout_ms, | |
| | | tp_cli_channel_type_call_callback_for_accept callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_call_call_accept (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_call_call_accept(...) _tp_cli_channel_type_call | |
| | | _call_accept (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_call_callback_for_hangup) (TpChannel *pr
oxy, | | typedef void (*tp_cli_channel_type_call_callback_for_hangup) (TpChannel *pr
oxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_call_call_hangup (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_call_call_hangup (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Reason, | | guint in_Reason, | |
| const gchar *in_Detailed_Hangup_Reason, | | const gchar *in_Detailed_Hangup_Reason, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
| tp_cli_channel_type_call_callback_for_hangup callback, | | tp_cli_channel_type_call_callback_for_hangup callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| typedef void (*tp_cli_channel_type_call_callback_for_add_content) (TpChanne | | #ifndef __GTK_DOC_IGNORE__ | |
| l *proxy, | | static inline TpProxyPendingCall * | |
| const gchar *out_Content, | | _tp_cli_channel_type_call_call_hangup (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_call_call_add_content (TpChannel *p | | | |
| roxy, | | | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| const gchar *in_Content_Name, | | guint in_Reason, | |
| | | const gchar *in_Detailed_Hangup_Reason, | |
| | | const gchar *in_Message, | |
| | | tp_cli_channel_type_call_callback_for_hangup callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_call_call_hangup (proxy, timeout_ms, | |
| | | in_Reason, | |
| | | in_Detailed_Hangup_Reason, | |
| | | in_Message, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_call_call_hangup(...) _tp_cli_channel_type_call | |
| | | _call_hangup (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| | | typedef void (*tp_cli_channel_type_call_callback_for_add_content) (TpChanne | |
| | | l *proxy, | |
| | | const gchar *out_Content, | |
| | | const GError *error, gpointer user_data, | |
| | | GObject *weak_object); | |
| | | | |
| | | TpProxyPendingCall *tp_cli_channel_type_call_call_add_content (TpChannel *p | |
| | | roxy, | |
| | | gint timeout_ms, | |
| | | const gchar *in_Content_Name, | |
| guint in_Content_Type, | | guint in_Content_Type, | |
| guint in_InitialDirection, | | guint in_InitialDirection, | |
| tp_cli_channel_type_call_callback_for_add_content callback, | | tp_cli_channel_type_call_callback_for_add_content callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_call_call_add_content (TpChannel *proxy, | |
| | | gint timeout_ms, | |
| | | const gchar *in_Content_Name, | |
| | | guint in_Content_Type, | |
| | | guint in_InitialDirection, | |
| | | tp_cli_channel_type_call_callback_for_add_content callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_call_call_add_content (proxy, timeout_ms, | |
| | | in_Content_Name, | |
| | | in_Content_Type, | |
| | | in_InitialDirection, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_call_call_add_content(...) _tp_cli_channel_type | |
| | | _call_call_add_content (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_contact_search_signal_callback_search_st
ate_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_contact_search_signal_callback_search_st
ate_changed) (TpChannel *proxy, | |
| guint arg_State, | | guint arg_State, | |
| const gchar *arg_Error, | | const gchar *arg_Error, | |
| GHashTable *arg_Details, | | GHashTable *arg_Details, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_contact_search_connect_to_sear
ch_state_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_contact_search_connect_to_sear
ch_state_changed (TpChannel *proxy, | |
| tp_cli_channel_type_contact_search_signal_callback_search_state_changed
callback, | | tp_cli_channel_type_contact_search_signal_callback_search_state_changed
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_contact_search_connect_to_search_state_changed (TpChan | |
| | | nel *proxy, | |
| | | tp_cli_channel_type_contact_search_signal_callback_search_state_changed | |
| | | callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_contact_search_connect_to_search_state_changed | |
| | | (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_contact_search_connect_to_search_state_changed( | |
| | | ...) _tp_cli_channel_type_contact_search_connect_to_search_state_changed (_ | |
| | | _VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_contact_search_signal_callback_search_re
sult_received) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_contact_search_signal_callback_search_re
sult_received) (TpChannel *proxy, | |
| GHashTable *arg_Result, | | GHashTable *arg_Result, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_contact_search_connect_to_sear
ch_result_received (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_contact_search_connect_to_sear
ch_result_received (TpChannel *proxy, | |
| tp_cli_channel_type_contact_search_signal_callback_search_result_receiv
ed callback, | | tp_cli_channel_type_contact_search_signal_callback_search_result_receiv
ed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_contact_search_connect_to_search_result_received (TpCh | |
| | | annel *proxy, | |
| | | tp_cli_channel_type_contact_search_signal_callback_search_result_receiv | |
| | | ed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_contact_search_connect_to_search_result_receiv | |
| | | ed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_contact_search_connect_to_search_result_receive | |
| | | d(...) _tp_cli_channel_type_contact_search_connect_to_search_result_receive | |
| | | d (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_contact_search_callback_for_search) (TpC
hannel *proxy, | | typedef void (*tp_cli_channel_type_contact_search_callback_for_search) (TpC
hannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_contact_search_call_search (TpChann
el *proxy, | | TpProxyPendingCall *tp_cli_channel_type_contact_search_call_search (TpChann
el *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Terms, | | GHashTable *in_Terms, | |
| tp_cli_channel_type_contact_search_callback_for_search callback, | | tp_cli_channel_type_contact_search_callback_for_search callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_contact_search_run_search (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_contact_search_call_search (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Terms, | | GHashTable *in_Terms, | |
|
| GError **error, | | tp_cli_channel_type_contact_search_callback_for_search callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_contact_search_call_search (proxy, timeout_ms, | |
| | | in_Terms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_contact_search_call_search(...) _tp_cli_channel | |
| | | _type_contact_search_call_search (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_contact_search_callback_for_more) (TpCha
nnel *proxy, | | typedef void (*tp_cli_channel_type_contact_search_callback_for_more) (TpCha
nnel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_contact_search_call_more (TpChannel
*proxy, | | TpProxyPendingCall *tp_cli_channel_type_contact_search_call_more (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_contact_search_callback_for_more callback, | | tp_cli_channel_type_contact_search_callback_for_more callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_contact_search_run_more (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_contact_search_call_more (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GError **error, | | tp_cli_channel_type_contact_search_callback_for_more callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_contact_search_call_more (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_contact_search_call_more(...) _tp_cli_channel_t | |
| | | ype_contact_search_call_more (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_contact_search_callback_for_stop) (TpCha
nnel *proxy, | | typedef void (*tp_cli_channel_type_contact_search_callback_for_stop) (TpCha
nnel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_contact_search_call_stop (TpChannel
*proxy, | | TpProxyPendingCall *tp_cli_channel_type_contact_search_call_stop (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_contact_search_callback_for_stop callback, | | tp_cli_channel_type_contact_search_callback_for_stop callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_contact_search_run_stop (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_contact_search_call_stop (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GError **error, | | tp_cli_channel_type_contact_search_callback_for_stop callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_contact_search_call_stop (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_contact_search_call_stop(...) _tp_cli_channel_t | |
| | | ype_contact_search_call_stop (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_dbus_tube_signal_callback_dbus_names_cha
nged) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_dbus_tube_signal_callback_dbus_names_cha
nged) (TpChannel *proxy, | |
| GHashTable *arg_Added, | | GHashTable *arg_Added, | |
| const GArray *arg_Removed, | | const GArray *arg_Removed, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_dbus_tube_connect_to_dbus_name
s_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_dbus_tube_connect_to_dbus_name
s_changed (TpChannel *proxy, | |
| tp_cli_channel_type_dbus_tube_signal_callback_dbus_names_changed callba
ck, | | tp_cli_channel_type_dbus_tube_signal_callback_dbus_names_changed callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_dbus_tube_connect_to_dbus_names_changed (TpChannel *pr | |
| | | oxy, | |
| | | tp_cli_channel_type_dbus_tube_signal_callback_dbus_names_changed callba | |
| | | ck, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_dbus_tube_connect_to_dbus_names_changed (proxy | |
| | | , callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_dbus_tube_connect_to_dbus_names_changed(...) _t | |
| | | p_cli_channel_type_dbus_tube_connect_to_dbus_names_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_dbus_tube_callback_for_offer) (TpChannel
*proxy, | | typedef void (*tp_cli_channel_type_dbus_tube_callback_for_offer) (TpChannel
*proxy, | |
| const gchar *out_address, | | const gchar *out_address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_dbus_tube_call_offer (TpChannel *pr
oxy, | | TpProxyPendingCall *tp_cli_channel_type_dbus_tube_call_offer (TpChannel *pr
oxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_parameters, | | GHashTable *in_parameters, | |
| guint in_access_control, | | guint in_access_control, | |
| tp_cli_channel_type_dbus_tube_callback_for_offer callback, | | tp_cli_channel_type_dbus_tube_callback_for_offer callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_dbus_tube_run_offer (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_dbus_tube_call_offer (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_parameters, | | GHashTable *in_parameters, | |
| guint in_access_control, | | guint in_access_control, | |
|
| gchar **out_address, | | tp_cli_channel_type_dbus_tube_callback_for_offer callback, | |
| GError **error, | | gpointer user_data, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GDestroyNotify destroy, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_dbus_tube_call_offer (proxy, timeout_ms, | |
| | | in_parameters, | |
| | | in_access_control, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_dbus_tube_call_offer(...) _tp_cli_channel_type_ | |
| | | dbus_tube_call_offer (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_dbus_tube_callback_for_accept) (TpChanne
l *proxy, | | typedef void (*tp_cli_channel_type_dbus_tube_callback_for_accept) (TpChanne
l *proxy, | |
| const gchar *out_address, | | const gchar *out_address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_dbus_tube_call_accept (TpChannel *p
roxy, | | TpProxyPendingCall *tp_cli_channel_type_dbus_tube_call_accept (TpChannel *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_access_control, | | guint in_access_control, | |
| tp_cli_channel_type_dbus_tube_callback_for_accept callback, | | tp_cli_channel_type_dbus_tube_callback_for_accept callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_dbus_tube_run_accept (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_dbus_tube_call_accept (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_access_control, | | guint in_access_control, | |
|
| gchar **out_address, | | tp_cli_channel_type_dbus_tube_callback_for_accept callback, | |
| GError **error, | | gpointer user_data, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GDestroyNotify destroy, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_dbus_tube_call_accept (proxy, timeout_ms, | |
| | | in_access_control, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_dbus_tube_call_accept(...) _tp_cli_channel_type | |
| | | _dbus_tube_call_accept (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_file_transfer_signal_callback_file_trans
fer_state_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_file_transfer_signal_callback_file_trans
fer_state_changed) (TpChannel *proxy, | |
| guint arg_State, | | guint arg_State, | |
| guint arg_Reason, | | guint arg_Reason, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_file_transfer_connect_to_file_
transfer_state_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_file_transfer_connect_to_file_
transfer_state_changed (TpChannel *proxy, | |
| tp_cli_channel_type_file_transfer_signal_callback_file_transfer_state_c
hanged callback, | | tp_cli_channel_type_file_transfer_signal_callback_file_transfer_state_c
hanged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_file_transfer_connect_to_file_transfer_state_changed ( | |
| | | TpChannel *proxy, | |
| | | tp_cli_channel_type_file_transfer_signal_callback_file_transfer_state_c | |
| | | hanged callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_file_transfer_connect_to_file_transfer_state_c | |
| | | hanged (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_file_transfer_connect_to_file_transfer_state_ch | |
| | | anged(...) _tp_cli_channel_type_file_transfer_connect_to_file_transfer_stat | |
| | | e_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_file_transfer_signal_callback_transferre
d_bytes_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_file_transfer_signal_callback_transferre
d_bytes_changed) (TpChannel *proxy, | |
| guint64 arg_Count, | | guint64 arg_Count, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_file_transfer_connect_to_trans
ferred_bytes_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_file_transfer_connect_to_trans
ferred_bytes_changed (TpChannel *proxy, | |
| tp_cli_channel_type_file_transfer_signal_callback_transferred_bytes_cha
nged callback, | | tp_cli_channel_type_file_transfer_signal_callback_transferred_bytes_cha
nged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_file_transfer_connect_to_transferred_bytes_changed (Tp | |
| | | Channel *proxy, | |
| | | tp_cli_channel_type_file_transfer_signal_callback_transferred_bytes_cha | |
| | | nged callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_file_transfer_connect_to_transferred_bytes_cha | |
| | | nged (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_file_transfer_connect_to_transferred_bytes_chan | |
| | | ged(...) _tp_cli_channel_type_file_transfer_connect_to_transferred_bytes_ch | |
| | | anged (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_file_transfer_signal_callback_initial_of
fset_defined) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_file_transfer_signal_callback_initial_of
fset_defined) (TpChannel *proxy, | |
| guint64 arg_InitialOffset, | | guint64 arg_InitialOffset, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_file_transfer_connect_to_initi
al_offset_defined (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_file_transfer_connect_to_initi
al_offset_defined (TpChannel *proxy, | |
| tp_cli_channel_type_file_transfer_signal_callback_initial_offset_define
d callback, | | tp_cli_channel_type_file_transfer_signal_callback_initial_offset_define
d callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_file_transfer_connect_to_initial_offset_defined (TpCha | |
| | | nnel *proxy, | |
| | | tp_cli_channel_type_file_transfer_signal_callback_initial_offset_define | |
| | | d callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_file_transfer_connect_to_initial_offset_define | |
| | | d (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_file_transfer_connect_to_initial_offset_defined | |
| | | (...) _tp_cli_channel_type_file_transfer_connect_to_initial_offset_defined | |
| | | (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_file_transfer_signal_callback_uri_define
d) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_file_transfer_signal_callback_uri_define
d) (TpChannel *proxy, | |
| const gchar *arg_URI, | | const gchar *arg_URI, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_file_transfer_connect_to_uri_d
efined (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_file_transfer_connect_to_uri_d
efined (TpChannel *proxy, | |
| tp_cli_channel_type_file_transfer_signal_callback_uri_defined callback, | | tp_cli_channel_type_file_transfer_signal_callback_uri_defined callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_file_transfer_connect_to_uri_defined (TpChannel *proxy | |
| | | , | |
| | | tp_cli_channel_type_file_transfer_signal_callback_uri_defined callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_file_transfer_connect_to_uri_defined (proxy, c | |
| | | allback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_file_transfer_connect_to_uri_defined(...) _tp_c | |
| | | li_channel_type_file_transfer_connect_to_uri_defined (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_file_transfer_callback_for_accept_file)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_type_file_transfer_callback_for_accept_file)
(TpChannel *proxy, | |
| const GValue *out_Address, | | const GValue *out_Address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_file_transfer_call_accept_file (TpC
hannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_file_transfer_call_accept_file (TpC
hannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| guint64 in_Offset, | | guint64 in_Offset, | |
| tp_cli_channel_type_file_transfer_callback_for_accept_file callback, | | tp_cli_channel_type_file_transfer_callback_for_accept_file callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_file_transfer_run_accept_file (TpChannel *prox | | static inline TpProxyPendingCall * | |
| y, | | _tp_cli_channel_type_file_transfer_call_accept_file (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| guint64 in_Offset, | | guint64 in_Offset, | |
|
| GValue **out_Address, | | tp_cli_channel_type_file_transfer_callback_for_accept_file callback, | |
| GError **error, | | gpointer user_data, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GDestroyNotify destroy, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_file_transfer_call_accept_file (proxy, timeout | |
| | | _ms, | |
| | | in_Address_Type, | |
| | | in_Access_Control, | |
| | | in_Access_Control_Param, | |
| | | in_Offset, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_file_transfer_call_accept_file(...) _tp_cli_cha | |
| | | nnel_type_file_transfer_call_accept_file (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_file_transfer_callback_for_provide_file)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_type_file_transfer_callback_for_provide_file)
(TpChannel *proxy, | |
| const GValue *out_Address, | | const GValue *out_Address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_file_transfer_call_provide_file (Tp
Channel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_file_transfer_call_provide_file (Tp
Channel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| tp_cli_channel_type_file_transfer_callback_for_provide_file callback, | | tp_cli_channel_type_file_transfer_callback_for_provide_file callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_file_transfer_run_provide_file (TpChannel *pro | | static inline TpProxyPendingCall * | |
| xy, | | _tp_cli_channel_type_file_transfer_call_provide_file (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
|
| GValue **out_Address, | | tp_cli_channel_type_file_transfer_callback_for_provide_file callback, | |
| GError **error, | | gpointer user_data, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GDestroyNotify destroy, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_file_transfer_call_provide_file (proxy, timeou | |
| | | t_ms, | |
| | | in_Address_Type, | |
| | | in_Access_Control, | |
| | | in_Access_Control_Param, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_file_transfer_call_provide_file(...) _tp_cli_ch | |
| | | annel_type_file_transfer_call_provide_file (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_room_list_signal_callback_got_rooms) (Tp
Channel *proxy, | | typedef void (*tp_cli_channel_type_room_list_signal_callback_got_rooms) (Tp
Channel *proxy, | |
| const GPtrArray *arg_Rooms, | | const GPtrArray *arg_Rooms, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_room_list_connect_to_got_rooms
(TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_room_list_connect_to_got_rooms
(TpChannel *proxy, | |
| tp_cli_channel_type_room_list_signal_callback_got_rooms callback, | | tp_cli_channel_type_room_list_signal_callback_got_rooms callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_room_list_connect_to_got_rooms (TpChannel *proxy, | |
| | | tp_cli_channel_type_room_list_signal_callback_got_rooms callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_room_list_connect_to_got_rooms (proxy, callbac | |
| | | k, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_room_list_connect_to_got_rooms(...) _tp_cli_cha | |
| | | nnel_type_room_list_connect_to_got_rooms (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_room_list_signal_callback_listing_rooms)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_type_room_list_signal_callback_listing_rooms)
(TpChannel *proxy, | |
| gboolean arg_Listing, | | gboolean arg_Listing, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_room_list_connect_to_listing_r
ooms (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_room_list_connect_to_listing_r
ooms (TpChannel *proxy, | |
| tp_cli_channel_type_room_list_signal_callback_listing_rooms callback, | | tp_cli_channel_type_room_list_signal_callback_listing_rooms callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_room_list_connect_to_listing_rooms (TpChannel *proxy, | |
| | | tp_cli_channel_type_room_list_signal_callback_listing_rooms callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_room_list_connect_to_listing_rooms (proxy, cal | |
| | | lback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_room_list_connect_to_listing_rooms(...) _tp_cli | |
| | | _channel_type_room_list_connect_to_listing_rooms (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_room_list_callback_for_get_listing_rooms
) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_room_list_callback_for_get_listing_rooms
) (TpChannel *proxy, | |
| gboolean out_In_Progress, | | gboolean out_In_Progress, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_room_list_call_get_listing_rooms (T
pChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_room_list_call_get_listing_rooms (T
pChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_room_list_callback_for_get_listing_rooms callback, | | tp_cli_channel_type_room_list_callback_for_get_listing_rooms callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_room_list_run_get_listing_rooms (TpChannel *pr | | static inline TpProxyPendingCall * | |
| oxy, | | _tp_cli_channel_type_room_list_call_get_listing_rooms (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| gboolean *out_In_Progress, | | tp_cli_channel_type_room_list_callback_for_get_listing_rooms callback, | |
| GError **error, | | gpointer user_data, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GDestroyNotify destroy, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_room_list_call_get_listing_rooms (proxy, timeo | |
| | | ut_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_room_list_call_get_listing_rooms(...) _tp_cli_c | |
| | | hannel_type_room_list_call_get_listing_rooms (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_room_list_callback_for_list_rooms) (TpCh
annel *proxy, | | typedef void (*tp_cli_channel_type_room_list_callback_for_list_rooms) (TpCh
annel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_room_list_call_list_rooms (TpChanne
l *proxy, | | TpProxyPendingCall *tp_cli_channel_type_room_list_call_list_rooms (TpChanne
l *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_room_list_callback_for_list_rooms callback, | | tp_cli_channel_type_room_list_callback_for_list_rooms callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_room_list_run_list_rooms (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_room_list_call_list_rooms (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GError **error, | | tp_cli_channel_type_room_list_callback_for_list_rooms callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_room_list_call_list_rooms (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_room_list_call_list_rooms(...) _tp_cli_channel_ | |
| | | type_room_list_call_list_rooms (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_room_list_callback_for_stop_listing) (Tp
Channel *proxy, | | typedef void (*tp_cli_channel_type_room_list_callback_for_stop_listing) (Tp
Channel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_room_list_call_stop_listing (TpChan
nel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_room_list_call_stop_listing (TpChan
nel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_room_list_callback_for_stop_listing callback, | | tp_cli_channel_type_room_list_callback_for_stop_listing callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_room_list_run_stop_listing (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_room_list_call_stop_listing (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GError **error, | | tp_cli_channel_type_room_list_callback_for_stop_listing callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_room_list_call_stop_listing (proxy, timeout_ms | |
| | | , | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_room_list_call_stop_listing(...) _tp_cli_channe | |
| | | l_type_room_list_call_stop_listing (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_stream_tube_signal_callback_new_remote_c
onnection) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_stream_tube_signal_callback_new_remote_c
onnection) (TpChannel *proxy, | |
| guint arg_Handle, | | guint arg_Handle, | |
|
| | | const gchar *arg_Identifier, | |
| const GValue *arg_Connection_Param, | | const GValue *arg_Connection_Param, | |
| guint arg_Connection_ID, | | guint arg_Connection_ID, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_stream_tube_connect_to_new_rem
ote_connection (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_stream_tube_connect_to_new_rem
ote_connection (TpChannel *proxy, | |
| tp_cli_channel_type_stream_tube_signal_callback_new_remote_connection c
allback, | | tp_cli_channel_type_stream_tube_signal_callback_new_remote_connection c
allback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_stream_tube_connect_to_new_remote_connection (TpChanne | |
| | | l *proxy, | |
| | | tp_cli_channel_type_stream_tube_signal_callback_new_remote_connection c | |
| | | allback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_stream_tube_connect_to_new_remote_connection ( | |
| | | proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_stream_tube_connect_to_new_remote_connection(.. | |
| | | .) _tp_cli_channel_type_stream_tube_connect_to_new_remote_connection (__VA_ | |
| | | ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_stream_tube_signal_callback_new_local_co
nnection) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_stream_tube_signal_callback_new_local_co
nnection) (TpChannel *proxy, | |
| guint arg_Connection_ID, | | guint arg_Connection_ID, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_stream_tube_connect_to_new_loc
al_connection (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_stream_tube_connect_to_new_loc
al_connection (TpChannel *proxy, | |
| tp_cli_channel_type_stream_tube_signal_callback_new_local_connection ca
llback, | | tp_cli_channel_type_stream_tube_signal_callback_new_local_connection ca
llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_stream_tube_connect_to_new_local_connection (TpChannel | |
| | | *proxy, | |
| | | tp_cli_channel_type_stream_tube_signal_callback_new_local_connection ca | |
| | | llback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_stream_tube_connect_to_new_local_connection (p | |
| | | roxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_stream_tube_connect_to_new_local_connection(... | |
| | | ) _tp_cli_channel_type_stream_tube_connect_to_new_local_connection (__VA_AR | |
| | | GS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_stream_tube_signal_callback_connection_c
losed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_stream_tube_signal_callback_connection_c
losed) (TpChannel *proxy, | |
| guint arg_Connection_ID, | | guint arg_Connection_ID, | |
| const gchar *arg_Error, | | const gchar *arg_Error, | |
| const gchar *arg_Message, | | const gchar *arg_Message, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_stream_tube_connect_to_connect
ion_closed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_stream_tube_connect_to_connect
ion_closed (TpChannel *proxy, | |
| tp_cli_channel_type_stream_tube_signal_callback_connection_closed callb
ack, | | tp_cli_channel_type_stream_tube_signal_callback_connection_closed callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_channel_type_stream_tube_connect_to_connection_closed (TpChannel *p | |
| | | roxy, | |
| | | tp_cli_channel_type_stream_tube_signal_callback_connection_closed callb | |
| | | ack, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_stream_tube_connect_to_connection_closed (prox | |
| | | y, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_stream_tube_connect_to_connection_closed(...) _ | |
| | | tp_cli_channel_type_stream_tube_connect_to_connection_closed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_stream_tube_callback_for_offer) (TpChann
el *proxy, | | typedef void (*tp_cli_channel_type_stream_tube_callback_for_offer) (TpChann
el *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_stream_tube_call_offer (TpChannel *
proxy, | | TpProxyPendingCall *tp_cli_channel_type_stream_tube_call_offer (TpChannel *
proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_address_type, | | guint in_address_type, | |
| const GValue *in_address, | | const GValue *in_address, | |
| guint in_access_control, | | guint in_access_control, | |
| GHashTable *in_parameters, | | GHashTable *in_parameters, | |
| tp_cli_channel_type_stream_tube_callback_for_offer callback, | | tp_cli_channel_type_stream_tube_callback_for_offer callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_stream_tube_run_offer (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_stream_tube_call_offer (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_address_type, | | guint in_address_type, | |
| const GValue *in_address, | | const GValue *in_address, | |
| guint in_access_control, | | guint in_access_control, | |
| GHashTable *in_parameters, | | GHashTable *in_parameters, | |
|
| GError **error, | | tp_cli_channel_type_stream_tube_callback_for_offer callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_stream_tube_call_offer (proxy, timeout_ms, | |
| | | in_address_type, | |
| | | in_address, | |
| | | in_access_control, | |
| | | in_parameters, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_stream_tube_call_offer(...) _tp_cli_channel_typ | |
| | | e_stream_tube_call_offer (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_channel_type_stream_tube_callback_for_accept) (TpChan
nel *proxy, | | typedef void (*tp_cli_channel_type_stream_tube_callback_for_accept) (TpChan
nel *proxy, | |
| const GValue *out_address, | | const GValue *out_address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_stream_tube_call_accept (TpChannel
*proxy, | | TpProxyPendingCall *tp_cli_channel_type_stream_tube_call_accept (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_address_type, | | guint in_address_type, | |
| guint in_access_control, | | guint in_access_control, | |
| const GValue *in_access_control_param, | | const GValue *in_access_control_param, | |
| tp_cli_channel_type_stream_tube_callback_for_accept callback, | | tp_cli_channel_type_stream_tube_callback_for_accept callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_stream_tube_run_accept (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_stream_tube_call_accept (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_address_type, | | guint in_address_type, | |
| guint in_access_control, | | guint in_access_control, | |
| const GValue *in_access_control_param, | | const GValue *in_access_control_param, | |
|
| GValue **out_address, | | tp_cli_channel_type_stream_tube_callback_for_accept callback, | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_streamed_media_signal_callback_stream_ad | | | |
| ded) (TpChannel *proxy, | | | |
| guint arg_Stream_ID, | | | |
| guint arg_Contact_Handle, | | | |
| guint arg_Stream_Type, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_streamed_media_connect_to_stre | | | |
| am_added (TpChannel *proxy, | | | |
| tp_cli_channel_type_streamed_media_signal_callback_stream_added callbac | | | |
| k, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_type_streamed_media_signal_callback_stream_di | | | |
| rection_changed) (TpChannel *proxy, | | | |
| guint arg_Stream_ID, | | | |
| guint arg_Stream_Direction, | | | |
| guint arg_Pending_Flags, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_streamed_media_connect_to_stre | | | |
| am_direction_changed (TpChannel *proxy, | | | |
| tp_cli_channel_type_streamed_media_signal_callback_stream_direction_cha | | | |
| nged callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_type_streamed_media_signal_callback_stream_er | | | |
| ror) (TpChannel *proxy, | | | |
| guint arg_Stream_ID, | | | |
| guint arg_Error_Code, | | | |
| const gchar *arg_Message, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_streamed_media_connect_to_stre | | | |
| am_error (TpChannel *proxy, | | | |
| tp_cli_channel_type_streamed_media_signal_callback_stream_error callbac | | | |
| k, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object, | | GObject *weak_object) | |
| GError **error); | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_stream_tube_call_accept (proxy, timeout_ms, | |
| | | in_address_type, | |
| | | in_access_control, | |
| | | in_access_control_param, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_channel_type_stream_tube_call_accept(...) _tp_cli_channel_ty | |
| | | pe_stream_tube_call_accept (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
|
| typedef void (*tp_cli_channel_type_streamed_media_signal_callback_stream_re | | typedef void (*tp_cli_channel_type_text_signal_callback_message_sent) (TpCh | |
| moved) (TpChannel *proxy, | | annel *proxy, | |
| guint arg_Stream_ID, | | const GPtrArray *arg_Content, | |
| | | guint arg_Flags, | |
| | | const gchar *arg_Message_Token, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
|
| TpProxySignalConnection *tp_cli_channel_type_streamed_media_connect_to_stre | | TpProxySignalConnection *tp_cli_channel_type_text_connect_to_message_sent ( | |
| am_removed (TpChannel *proxy, | | TpChannel *proxy, | |
| tp_cli_channel_type_streamed_media_signal_callback_stream_removed callb | | tp_cli_channel_type_text_signal_callback_message_sent callback, | |
| ack, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_channel_type_streamed_media_signal_callback_stream_st | | #ifndef __GTK_DOC_IGNORE__ | |
| ate_changed) (TpChannel *proxy, | | static inline TpProxySignalConnection * | |
| guint arg_Stream_ID, | | _tp_cli_channel_type_text_connect_to_message_sent (TpChannel *proxy, | |
| guint arg_Stream_State, | | tp_cli_channel_type_text_signal_callback_message_sent callback, | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_streamed_media_connect_to_stre | | | |
| am_state_changed (TpChannel *proxy, | | | |
| tp_cli_channel_type_streamed_media_signal_callback_stream_state_changed | | | |
| callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
|
| GError **error); | | GError **error) | |
| | | { | |
| typedef void (*tp_cli_channel_type_streamed_media_callback_for_list_streams | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| ) (TpChannel *proxy, | | return tp_cli_channel_type_text_connect_to_message_sent (proxy, callback, | |
| const GPtrArray *out_Streams, | | user_data, | |
| const GError *error, gpointer user_data, | | destroy, weak_object, error); | |
| GObject *weak_object); | | } | |
| | | #define tp_cli_channel_type_text_connect_to_message_sent(...) _tp_cli_chann | |
| TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_list_streams (T | | el_type_text_connect_to_message_sent (__VA_ARGS__) | |
| pChannel *proxy, | | #endif /* __GTK_DOC_IGNORE__ */ | |
| gint timeout_ms, | | typedef void (*tp_cli_channel_type_text_signal_callback_pending_messages_re | |
| tp_cli_channel_type_streamed_media_callback_for_list_streams callback, | | moved) (TpChannel *proxy, | |
| gpointer user_data, | | const GArray *arg_Message_IDs, | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_streamed_media_run_list_streams (TpChannel *pr | | | |
| oxy, | | | |
| gint timeout_ms, | | | |
| GPtrArray **out_Streams, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_streamed_media_callback_for_remove_strea | | | |
| ms) (TpChannel *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_remove_streams | | | |
| (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Streams, | | | |
| tp_cli_channel_type_streamed_media_callback_for_remove_streams callback | | | |
| , | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_streamed_media_run_remove_streams (TpChannel * | | | |
| proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Streams, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_streamed_media_callback_for_request_stre | | | |
| am_direction) (TpChannel *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_request_stream_ | | | |
| direction (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Stream_ID, | | | |
| guint in_Stream_Direction, | | | |
| tp_cli_channel_type_streamed_media_callback_for_request_stream_directio | | | |
| n callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_streamed_media_run_request_stream_direction (T | | | |
| pChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Stream_ID, | | | |
| guint in_Stream_Direction, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_streamed_media_callback_for_request_stre | | | |
| ams) (TpChannel *proxy, | | | |
| const GPtrArray *out_Streams, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_request_streams | | | |
| (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Contact_Handle, | | | |
| const GArray *in_Types, | | | |
| tp_cli_channel_type_streamed_media_callback_for_request_streams callbac | | | |
| k, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_streamed_media_run_request_streams (TpChannel | | | |
| *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Contact_Handle, | | | |
| const GArray *in_Types, | | | |
| GPtrArray **out_Streams, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_text_signal_callback_lost_message) (TpCh | | | |
| annel *proxy, | | | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
|
| TpProxySignalConnection *tp_cli_channel_type_text_connect_to_lost_message ( | | TpProxySignalConnection *tp_cli_channel_type_text_connect_to_pending_messag | |
| TpChannel *proxy, | | es_removed (TpChannel *proxy, | |
| tp_cli_channel_type_text_signal_callback_lost_message callback, | | tp_cli_channel_type_text_signal_callback_pending_messages_removed callb | |
| | | ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_channel_type_text_signal_callback_received) (TpChanne | | #ifndef __GTK_DOC_IGNORE__ | |
| l *proxy, | | static inline TpProxySignalConnection * | |
| guint arg_ID, | | _tp_cli_channel_type_text_connect_to_pending_messages_removed (TpChannel *p | |
| guint arg_Timestamp, | | roxy, | |
| guint arg_Sender, | | tp_cli_channel_type_text_signal_callback_pending_messages_removed callb | |
| guint arg_Type, | | ack, | |
| guint arg_Flags, | | | |
| const gchar *arg_Text, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_text_connect_to_received (TpCh | | | |
| annel *proxy, | | | |
| tp_cli_channel_type_text_signal_callback_received callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
|
| GError **error); | | GError **error) | |
| | | { | |
| typedef void (*tp_cli_channel_type_text_signal_callback_send_error) (TpChan | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| nel *proxy, | | return tp_cli_channel_type_text_connect_to_pending_messages_removed (prox | |
| guint arg_Error, | | y, callback, user_data, | |
| guint arg_Timestamp, | | destroy, weak_object, error); | |
| guint arg_Type, | | } | |
| const gchar *arg_Text, | | #define tp_cli_channel_type_text_connect_to_pending_messages_removed(...) _ | |
| | | tp_cli_channel_type_text_connect_to_pending_messages_removed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | typedef void (*tp_cli_channel_type_text_signal_callback_message_received) ( | |
| | | TpChannel *proxy, | |
| | | const GPtrArray *arg_Message, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
|
| TpProxySignalConnection *tp_cli_channel_type_text_connect_to_send_error (Tp | | TpProxySignalConnection *tp_cli_channel_type_text_connect_to_message_receiv | |
| Channel *proxy, | | ed (TpChannel *proxy, | |
| tp_cli_channel_type_text_signal_callback_send_error callback, | | tp_cli_channel_type_text_signal_callback_message_received callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_channel_type_text_signal_callback_sent) (TpChannel *p | | #ifndef __GTK_DOC_IGNORE__ | |
| roxy, | | static inline TpProxySignalConnection * | |
| guint arg_Timestamp, | | _tp_cli_channel_type_text_connect_to_message_received (TpChannel *proxy, | |
| guint arg_Type, | | tp_cli_channel_type_text_signal_callback_message_received callback, | |
| const gchar *arg_Text, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_text_connect_to_sent (TpChanne | | | |
| l *proxy, | | | |
| tp_cli_channel_type_text_signal_callback_sent callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
|
| GError **error); | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| | | return tp_cli_channel_type_text_connect_to_message_received (proxy, callb | |
| | | ack, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_channel_type_text_connect_to_message_received(...) _tp_cli_c | |
| | | hannel_type_text_connect_to_message_received (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_channel_type_text_callback_for_acknowledge_pending_me
ssages) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_text_callback_for_acknowledge_pending_me
ssages) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_text_call_acknowledge_pending_messa
ges (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_text_call_acknowledge_pending_messa
ges (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_IDs, | | const GArray *in_IDs, | |
| tp_cli_channel_type_text_callback_for_acknowledge_pending_messages call
back, | | tp_cli_channel_type_text_callback_for_acknowledge_pending_messages call
back, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_text_run_acknowledge_pending_messages (TpChann | | static inline TpProxyPendingCall * | |
| el *proxy, | | _tp_cli_channel_type_text_call_acknowledge_pending_messages (TpChannel *pro | |
| | | xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_IDs, | | const GArray *in_IDs, | |
|
| GError **error, | | tp_cli_channel_type_text_callback_for_acknowledge_pending_messages call | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | back, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_text_callback_for_get_message_types) (Tp | | | |
| Channel *proxy, | | | |
| const GArray *out_Available_Types, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_text_call_get_message_types (TpChan | | | |
| nel *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_type_text_callback_for_get_message_types callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_text_run_get_message_types (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| GArray **out_Available_Types, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_text_callback_for_list_pending_messages) | | | |
| (TpChannel *proxy, | | | |
| const GPtrArray *out_Pending_Messages, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_text_call_list_pending_messages (Tp | | | |
| Channel *proxy, | | | |
| gint timeout_ms, | | | |
| gboolean in_Clear, | | | |
| tp_cli_channel_type_text_callback_for_list_pending_messages callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_text_run_list_pending_messages (TpChannel *pro | | | |
| xy, | | | |
| gint timeout_ms, | | | |
| gboolean in_Clear, | | | |
| GPtrArray **out_Pending_Messages, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_text_callback_for_send) (TpChannel *prox | | | |
| y, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_text_call_send (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Type, | | | |
| const gchar *in_Text, | | | |
| tp_cli_channel_type_text_callback_for_send callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_text_run_send (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Type, | | | |
| const gchar *in_Text, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_signal_callback_new_tube) (TpChann | | | |
| el *proxy, | | | |
| guint arg_ID, | | | |
| guint arg_Initiator, | | | |
| guint arg_Type, | | | |
| const gchar *arg_Service, | | | |
| GHashTable *arg_Parameters, | | | |
| guint arg_State, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_tubes_connect_to_new_tube (TpC | | | |
| hannel *proxy, | | | |
| tp_cli_channel_type_tubes_signal_callback_new_tube callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_signal_callback_tube_state_changed | | | |
| ) (TpChannel *proxy, | | | |
| guint arg_ID, | | | |
| guint arg_State, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_tubes_connect_to_tube_state_ch | | | |
| anged (TpChannel *proxy, | | | |
| tp_cli_channel_type_tubes_signal_callback_tube_state_changed callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_signal_callback_tube_closed) (TpCh | | | |
| annel *proxy, | | | |
| guint arg_ID, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_tubes_connect_to_tube_closed ( | | | |
| TpChannel *proxy, | | | |
| tp_cli_channel_type_tubes_signal_callback_tube_closed callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_signal_callback_d_bus_names_change | | | |
| d) (TpChannel *proxy, | | | |
| guint arg_ID, | | | |
| const GPtrArray *arg_Added, | | | |
| const GArray *arg_Removed, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_tubes_connect_to_d_bus_names_c | | | |
| hanged (TpChannel *proxy, | | | |
| tp_cli_channel_type_tubes_signal_callback_d_bus_names_changed callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_signal_callback_stream_tube_new_co | | | |
| nnection) (TpChannel *proxy, | | | |
| guint arg_ID, | | | |
| guint arg_Handle, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_channel_type_tubes_connect_to_stream_tube_n | | | |
| ew_connection (TpChannel *proxy, | | | |
| tp_cli_channel_type_tubes_signal_callback_stream_tube_new_connection ca | | | |
| llback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_get_available_stream_ | | | |
| tube_types) (TpChannel *proxy, | | | |
| GHashTable *out_Available_Stream_Tube_Types, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_available_stream_tub | | | |
| e_types (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_type_tubes_callback_for_get_available_stream_tube_types | | | |
| callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_tubes_run_get_available_stream_tube_types (TpC | | | |
| hannel *proxy, | | | |
| gint timeout_ms, | | | |
| GHashTable **out_Available_Stream_Tube_Types, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_get_available_tube_ty | | | |
| pes) (TpChannel *proxy, | | | |
| const GArray *out_Available_Tube_Types, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_available_tube_types | | | |
| (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_type_tubes_callback_for_get_available_tube_types callbac | | | |
| k, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_tubes_run_get_available_tube_types (TpChannel | | | |
| *proxy, | | | |
| gint timeout_ms, | | | |
| GArray **out_Available_Tube_Types, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_list_tubes) (TpChanne | | | |
| l *proxy, | | | |
| const GPtrArray *out_Tubes, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_list_tubes (TpChannel *p | | | |
| roxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_channel_type_tubes_callback_for_list_tubes callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_tubes_run_list_tubes (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| GPtrArray **out_Tubes, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_offer_d_bus_tube) (Tp | | | |
| Channel *proxy, | | | |
| guint out_Tube_ID, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_offer_d_bus_tube (TpChan | | | |
| nel *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Service, | | | |
| GHashTable *in_Parameters, | | | |
| tp_cli_channel_type_tubes_callback_for_offer_d_bus_tube callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_tubes_run_offer_d_bus_tube (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Service, | | | |
| GHashTable *in_Parameters, | | | |
| guint *out_Tube_ID, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_offer_stream_tube) (T | | | |
| pChannel *proxy, | | | |
| guint out_Tube_ID, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_offer_stream_tube (TpCha | | | |
| nnel *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Service, | | | |
| GHashTable *in_Parameters, | | | |
| guint in_Address_Type, | | | |
| const GValue *in_Address, | | | |
| guint in_Access_Control, | | | |
| const GValue *in_Access_Control_Param, | | | |
| tp_cli_channel_type_tubes_callback_for_offer_stream_tube callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_tubes_run_offer_stream_tube (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Service, | | | |
| GHashTable *in_Parameters, | | | |
| guint in_Address_Type, | | | |
| const GValue *in_Address, | | | |
| guint in_Access_Control, | | | |
| const GValue *in_Access_Control_Param, | | | |
| guint *out_Tube_ID, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_accept_d_bus_tube) (T | | | |
| pChannel *proxy, | | | |
| const gchar *out_Address, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_accept_d_bus_tube (TpCha | | | |
| nnel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_ID, | | | |
| tp_cli_channel_type_tubes_callback_for_accept_d_bus_tube callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_tubes_run_accept_d_bus_tube (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_ID, | | | |
| gchar **out_Address, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_accept_stream_tube) ( | | | |
| TpChannel *proxy, | | | |
| const GValue *out_Address, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_accept_stream_tube (TpCh | | | |
| annel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_ID, | | | |
| guint in_Address_Type, | | | |
| guint in_Access_Control, | | | |
| const GValue *in_Access_Control_Param, | | | |
| tp_cli_channel_type_tubes_callback_for_accept_stream_tube callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_tubes_run_accept_stream_tube (TpChannel *proxy | | | |
| , | | | |
| gint timeout_ms, | | | |
| guint in_ID, | | | |
| guint in_Address_Type, | | | |
| guint in_Access_Control, | | | |
| const GValue *in_Access_Control_Param, | | | |
| GValue **out_Address, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_close_tube) (TpChanne | | | |
| l *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_close_tube (TpChannel *p | | | |
| roxy, | | | |
| gint timeout_ms, | | | |
| guint in_ID, | | | |
| tp_cli_channel_type_tubes_callback_for_close_tube callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_channel_type_tubes_run_close_tube (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_ID, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_get_d_bus_tube_addres | | | |
| s) (TpChannel *proxy, | | | |
| const gchar *out_Address, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_d_bus_tube_address ( | | | |
| TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_ID, | | | |
| tp_cli_channel_type_tubes_callback_for_get_d_bus_tube_address callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| #ifndef TP_DISABLE_DEPRECATED | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| gboolean tp_cli_channel_type_tubes_run_get_d_bus_tube_address (TpChannel *p | | return tp_cli_channel_type_text_call_acknowledge_pending_messages (proxy, | |
| roxy, | | timeout_ms, | |
| gint timeout_ms, | | in_IDs, | |
| guint in_ID, | | callback, user_data, destroy, weak_object); | |
| gchar **out_Address, | | } | |
| GError **error, | | #define tp_cli_channel_type_text_call_acknowledge_pending_messages(...) _tp | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | _cli_channel_type_text_call_acknowledge_pending_messages (__VA_ARGS__) | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
|
| typedef void (*tp_cli_channel_type_tubes_callback_for_get_d_bus_names) (TpC | | typedef void (*tp_cli_channel_type_text_callback_for_send_message) (TpChann | |
| hannel *proxy, | | el *proxy, | |
| const GPtrArray *out_DBus_Names, | | const gchar *out_Token, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_d_bus_names (TpChann
el *proxy, | | TpProxyPendingCall *tp_cli_channel_type_text_call_send_message (TpChannel *
proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| guint in_ID, | | const GPtrArray *in_Message, | |
| tp_cli_channel_type_tubes_callback_for_get_d_bus_names callback, | | guint in_Flags, | |
| | | tp_cli_channel_type_text_callback_for_send_message callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_channel_type_tubes_run_get_d_bus_names (TpChannel *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_channel_type_text_call_send_message (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| guint in_ID, | | const GPtrArray *in_Message, | |
| GPtrArray **out_DBus_Names, | | guint in_Flags, | |
| GError **error, | | tp_cli_channel_type_text_callback_for_send_message callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_get_stream_tube_socke | | | |
| t_address) (TpChannel *proxy, | | | |
| guint out_Address_Type, | | | |
| const GValue *out_Address, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_stream_tube_socket_a | | | |
| ddress (TpChannel *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_ID, | | | |
| tp_cli_channel_type_tubes_callback_for_get_stream_tube_socket_address c | | | |
| allback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| #ifndef TP_DISABLE_DEPRECATED | | g_return_val_if_fail (TP_IS_CHANNEL (proxy), NULL); | |
| gboolean tp_cli_channel_type_tubes_run_get_stream_tube_socket_address (TpCh | | return tp_cli_channel_type_text_call_send_message (proxy, timeout_ms, | |
| annel *proxy, | | in_Message, | |
| gint timeout_ms, | | in_Flags, | |
| guint in_ID, | | callback, user_data, destroy, weak_object); | |
| guint *out_Address_Type, | | } | |
| GValue **out_Address, | | #define tp_cli_channel_type_text_call_send_message(...) _tp_cli_channel_typ | |
| GError **error, | | e_text_call_send_message (__VA_ARGS__) | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | #endif /* __GTK_DOC_IGNORE__ */ | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | void tp_cli_channel_add_signals (TpProxy *self, | |
| | | guint quark, | |
| | | DBusGProxy *proxy, | |
| | | gpointer unused); | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif /* defined (TP_GEN_TP_CLI_CHANNEL_H_INCLUDED) */ | | #endif /* defined (TP_GEN_TP_CLI_CHANNEL_H_INCLUDED) */ | |
| | | | |
End of changes. 157 change blocks. |
| 1355 lines changed or deleted | | 1573 lines changed or added | |
|
| tp-cli-connection.h | | tp-cli-connection.h | |
| #ifndef TP_GEN_TP_CLI_CONNECTION_H_INCLUDED | | #ifndef TP_GEN_TP_CLI_CONNECTION_H_INCLUDED | |
| #define TP_GEN_TP_CLI_CONNECTION_H_INCLUDED | | #define TP_GEN_TP_CLI_CONNECTION_H_INCLUDED | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
|
| typedef void (*tp_cli_connection_signal_callback_self_handle_changed) (TpCo | | | |
| nnection *proxy, | | | |
| guint arg_Self_Handle, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_connection_connect_to_self_handle_changed ( | | | |
| TpConnection *proxy, | | | |
| tp_cli_connection_signal_callback_self_handle_changed callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_connection_signal_callback_self_contact_changed) (TpC
onnection *proxy, | | typedef void (*tp_cli_connection_signal_callback_self_contact_changed) (TpC
onnection *proxy, | |
| guint arg_Self_Handle, | | guint arg_Self_Handle, | |
| const gchar *arg_Self_ID, | | const gchar *arg_Self_ID, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_connect_to_self_contact_changed
(TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_connect_to_self_contact_changed
(TpConnection *proxy, | |
| tp_cli_connection_signal_callback_self_contact_changed callback, | | tp_cli_connection_signal_callback_self_contact_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_connection_signal_callback_new_channel) (TpConnection | | #ifndef __GTK_DOC_IGNORE__ | |
| *proxy, | | static inline TpProxySignalConnection * | |
| const gchar *arg_Object_Path, | | _tp_cli_connection_connect_to_self_contact_changed (TpConnection *proxy, | |
| const gchar *arg_Channel_Type, | | tp_cli_connection_signal_callback_self_contact_changed callback, | |
| guint arg_Handle_Type, | | | |
| guint arg_Handle, | | | |
| gboolean arg_Suppress_Handler, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_connection_connect_to_new_channel (TpConnec | | | |
| tion *proxy, | | | |
| tp_cli_connection_signal_callback_new_channel callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
|
| GError **error); | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_connect_to_self_contact_changed (proxy, callback | |
| | | , user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_connect_to_self_contact_changed(...) _tp_cli_conn | |
| | | ection_connect_to_self_contact_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_signal_callback_connection_error) (TpConne
ction *proxy, | | typedef void (*tp_cli_connection_signal_callback_connection_error) (TpConne
ction *proxy, | |
| const gchar *arg_Error, | | const gchar *arg_Error, | |
| GHashTable *arg_Details, | | GHashTable *arg_Details, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_connect_to_connection_error (TpC
onnection *proxy, | | TpProxySignalConnection *tp_cli_connection_connect_to_connection_error (TpC
onnection *proxy, | |
| tp_cli_connection_signal_callback_connection_error callback, | | tp_cli_connection_signal_callback_connection_error callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_connect_to_connection_error (TpConnection *proxy, | |
| | | tp_cli_connection_signal_callback_connection_error callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_connect_to_connection_error (proxy, callback, us | |
| | | er_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_connect_to_connection_error(...) _tp_cli_connecti | |
| | | on_connect_to_connection_error (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_signal_callback_status_changed) (TpConnect
ion *proxy, | | typedef void (*tp_cli_connection_signal_callback_status_changed) (TpConnect
ion *proxy, | |
| guint arg_Status, | | guint arg_Status, | |
| guint arg_Reason, | | guint arg_Reason, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_connect_to_status_changed (TpCon
nection *proxy, | | TpProxySignalConnection *tp_cli_connection_connect_to_status_changed (TpCon
nection *proxy, | |
| tp_cli_connection_signal_callback_status_changed callback, | | tp_cli_connection_signal_callback_status_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_connect_to_status_changed (TpConnection *proxy, | |
| | | tp_cli_connection_signal_callback_status_changed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_connect_to_status_changed (proxy, callback, user | |
| | | _data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_connect_to_status_changed(...) _tp_cli_connection | |
| | | _connect_to_status_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_callback_for_connect) (TpConnection *proxy
, | | typedef void (*tp_cli_connection_callback_for_connect) (TpConnection *proxy
, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_connect (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_call_connect (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_callback_for_connect callback, | | tp_cli_connection_callback_for_connect callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_run_connect (TpConnection *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_connection_call_connect (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GError **error, | | tp_cli_connection_callback_for_connect callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_call_connect (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_call_connect(...) _tp_cli_connection_call_connect | |
| | | (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_disconnect) (TpConnection *pr
oxy, | | typedef void (*tp_cli_connection_callback_for_disconnect) (TpConnection *pr
oxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_disconnect (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_call_disconnect (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_callback_for_disconnect callback, | | tp_cli_connection_callback_for_disconnect callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_run_disconnect (TpConnection *proxy, | | static inline TpProxyPendingCall * | |
| gint timeout_ms, | | _tp_cli_connection_call_disconnect (TpConnection *proxy, | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_get_interfaces) (TpConnection | | | |
| *proxy, | | | |
| const gchar **out_Interfaces, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_get_interfaces (TpConnection *pr | | | |
| oxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_connection_callback_for_get_interfaces callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_run_get_interfaces (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| gchar ***out_Interfaces, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_get_protocol) (TpConnection * | | | |
| proxy, | | | |
| const gchar *out_Protocol, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_get_protocol (TpConnection *prox | | | |
| y, | | | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| tp_cli_connection_callback_for_get_protocol callback, | | tp_cli_connection_callback_for_disconnect callback, | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_run_get_protocol (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| gchar **out_Protocol, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_get_self_handle) (TpConnectio | | | |
| n *proxy, | | | |
| guint out_Self_Handle, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_get_self_handle (TpConnection *p | | | |
| roxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_connection_callback_for_get_self_handle callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_run_get_self_handle (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| guint *out_Self_Handle, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_get_status) (TpConnection *pr | | | |
| oxy, | | | |
| guint out_Status, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_get_status (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_connection_callback_for_get_status callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_run_get_status (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| guint *out_Status, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_hold_handles) (TpConnection * | | | |
| proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_hold_handles (TpConnection *prox | | | |
| y, | | | |
| gint timeout_ms, | | | |
| guint in_Handle_Type, | | | |
| const GArray *in_Handles, | | | |
| tp_cli_connection_callback_for_hold_handles callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_run_hold_handles (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Handle_Type, | | | |
| const GArray *in_Handles, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_inspect_handles) (TpConnectio | | | |
| n *proxy, | | | |
| const gchar **out_Identifiers, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_inspect_handles (TpConnection *p | | | |
| roxy, | | | |
| gint timeout_ms, | | | |
| guint in_Handle_Type, | | | |
| const GArray *in_Handles, | | | |
| tp_cli_connection_callback_for_inspect_handles callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_run_inspect_handles (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Handle_Type, | | | |
| const GArray *in_Handles, | | | |
| gchar ***out_Identifiers, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_list_channels) (TpConnection | | | |
| *proxy, | | | |
| const GPtrArray *out_Channel_Info, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_list_channels (TpConnection *pro | | | |
| xy, | | | |
| gint timeout_ms, | | | |
| tp_cli_connection_callback_for_list_channels callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_run_list_channels (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| GPtrArray **out_Channel_Info, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_release_handles) (TpConnectio | | | |
| n *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_release_handles (TpConnection *p | | | |
| roxy, | | | |
| gint timeout_ms, | | | |
| guint in_Handle_Type, | | | |
| const GArray *in_Handles, | | | |
| tp_cli_connection_callback_for_release_handles callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_run_release_handles (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Handle_Type, | | | |
| const GArray *in_Handles, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_request_channel) (TpConnectio | | | |
| n *proxy, | | | |
| const gchar *out_Object_Path, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_request_channel (TpConnection *p | | | |
| roxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Type, | | | |
| guint in_Handle_Type, | | | |
| guint in_Handle, | | | |
| gboolean in_Suppress_Handler, | | | |
| tp_cli_connection_callback_for_request_channel callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_run_request_channel (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Type, | | | |
| guint in_Handle_Type, | | | |
| guint in_Handle, | | | |
| gboolean in_Suppress_Handler, | | | |
| gchar **out_Object_Path, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_request_handles) (TpConnectio | | | |
| n *proxy, | | | |
| const GArray *out_Handles, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_request_handles (TpConnection *p | | | |
| roxy, | | | |
| gint timeout_ms, | | | |
| guint in_Handle_Type, | | | |
| const gchar **in_Identifiers, | | | |
| tp_cli_connection_callback_for_request_handles callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| #ifndef TP_DISABLE_DEPRECATED | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| gboolean tp_cli_connection_run_request_handles (TpConnection *proxy, | | return tp_cli_connection_call_disconnect (proxy, timeout_ms, | |
| gint timeout_ms, | | callback, user_data, destroy, weak_object); | |
| guint in_Handle_Type, | | } | |
| const gchar **in_Identifiers, | | #define tp_cli_connection_call_disconnect(...) _tp_cli_connection_call_disc | |
| GArray **out_Handles, | | onnect (__VA_ARGS__) | |
| GError **error, | | #endif /* __GTK_DOC_IGNORE__ */ | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_add_client_interest) (TpConne
ction *proxy, | | typedef void (*tp_cli_connection_callback_for_add_client_interest) (TpConne
ction *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_add_client_interest (TpConnectio
n *proxy, | | TpProxyPendingCall *tp_cli_connection_call_add_client_interest (TpConnectio
n *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar **in_Tokens, | | const gchar **in_Tokens, | |
| tp_cli_connection_callback_for_add_client_interest callback, | | tp_cli_connection_callback_for_add_client_interest callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_run_add_client_interest (TpConnection *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_connection_call_add_client_interest (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar **in_Tokens, | | const gchar **in_Tokens, | |
|
| GError **error, | | tp_cli_connection_callback_for_add_client_interest callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_call_add_client_interest (proxy, timeout_ms, | |
| | | in_Tokens, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_call_add_client_interest(...) _tp_cli_connection_ | |
| | | call_add_client_interest (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_remove_client_interest) (TpCo
nnection *proxy, | | typedef void (*tp_cli_connection_callback_for_remove_client_interest) (TpCo
nnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_remove_client_interest (TpConnec
tion *proxy, | | TpProxyPendingCall *tp_cli_connection_call_remove_client_interest (TpConnec
tion *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar **in_Tokens, | | const gchar **in_Tokens, | |
| tp_cli_connection_callback_for_remove_client_interest callback, | | tp_cli_connection_callback_for_remove_client_interest callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_run_remove_client_interest (TpConnection *proxy, | | static inline TpProxyPendingCall * | |
| | | _tp_cli_connection_call_remove_client_interest (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar **in_Tokens, | | const gchar **in_Tokens, | |
|
| GError **error, | | tp_cli_connection_callback_for_remove_client_interest callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_call_remove_client_interest (proxy, timeout_ms, | |
| | | in_Tokens, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_call_remove_client_interest(...) _tp_cli_connecti | |
| | | on_call_remove_client_interest (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_addressing_callback_for_get_cont
acts_by_vcard_field) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_addressing_callback_for_get_cont
acts_by_vcard_field) (TpConnection *proxy, | |
| GHashTable *out_Requested, | | GHashTable *out_Requested, | |
| GHashTable *out_Attributes, | | GHashTable *out_Attributes, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_addressing_call_get_contact
s_by_vcard_field (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_addressing_call_get_contact
s_by_vcard_field (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Field, | | const gchar *in_Field, | |
| const gchar **in_Addresses, | | const gchar **in_Addresses, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
| tp_cli_connection_interface_addressing_callback_for_get_contacts_by_vca
rd_field callback, | | tp_cli_connection_interface_addressing_callback_for_get_contacts_by_vca
rd_field callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_connection_interface_addressing_call_get_contacts_by_vcard_field (T | |
| | | pConnection *proxy, | |
| | | gint timeout_ms, | |
| | | const gchar *in_Field, | |
| | | const gchar **in_Addresses, | |
| | | const gchar **in_Interfaces, | |
| | | tp_cli_connection_interface_addressing_callback_for_get_contacts_by_vca | |
| | | rd_field callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_addressing_call_get_contacts_by_vcard_ | |
| | | field (proxy, timeout_ms, | |
| | | in_Field, | |
| | | in_Addresses, | |
| | | in_Interfaces, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_addressing_call_get_contacts_by_vcard_f | |
| | | ield(...) _tp_cli_connection_interface_addressing_call_get_contacts_by_vcar | |
| | | d_field (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_addressing_callback_for_get_cont
acts_by_uri) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_addressing_callback_for_get_cont
acts_by_uri) (TpConnection *proxy, | |
| GHashTable *out_Requested, | | GHashTable *out_Requested, | |
| GHashTable *out_Attributes, | | GHashTable *out_Attributes, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_addressing_call_get_contact
s_by_uri (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_addressing_call_get_contact
s_by_uri (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar **in_URIs, | | const gchar **in_URIs, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
| tp_cli_connection_interface_addressing_callback_for_get_contacts_by_uri
callback, | | tp_cli_connection_interface_addressing_callback_for_get_contacts_by_uri
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_connection_interface_addressing_call_get_contacts_by_uri (TpConnect | |
| | | ion *proxy, | |
| | | gint timeout_ms, | |
| | | const gchar **in_URIs, | |
| | | const gchar **in_Interfaces, | |
| | | tp_cli_connection_interface_addressing_callback_for_get_contacts_by_uri | |
| | | callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_addressing_call_get_contacts_by_uri (p | |
| | | roxy, timeout_ms, | |
| | | in_URIs, | |
| | | in_Interfaces, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_addressing_call_get_contacts_by_uri(... | |
| | | ) _tp_cli_connection_interface_addressing_call_get_contacts_by_uri (__VA_AR | |
| | | GS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_aliasing_signal_callback_aliases
_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_aliasing_signal_callback_aliases
_changed) (TpConnection *proxy, | |
|
| const GPtrArray *arg_Aliases, | | GHashTable *arg_Aliases, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_aliasing_connect_to_al
iases_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_aliasing_connect_to_al
iases_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_aliasing_signal_callback_aliases_changed ca
llback, | | tp_cli_connection_interface_aliasing_signal_callback_aliases_changed ca
llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_connection_interface_aliasing_callback_for_get_alias_ | | #ifndef __GTK_DOC_IGNORE__ | |
| flags) (TpConnection *proxy, | | static inline TpProxySignalConnection * | |
| guint out_Alias_Flags, | | _tp_cli_connection_interface_aliasing_connect_to_aliases_changed (TpConnect | |
| const GError *error, gpointer user_data, | | ion *proxy, | |
| GObject *weak_object); | | tp_cli_connection_interface_aliasing_signal_callback_aliases_changed ca | |
| | | llback, | |
| TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_get_alias_fla | | | |
| gs (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_connection_interface_aliasing_callback_for_get_alias_flags callb | | | |
| ack, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object, | |
| | | GError **error) | |
| #ifndef TP_DISABLE_DEPRECATED | | { | |
| gboolean tp_cli_connection_interface_aliasing_run_get_alias_flags (TpConnec | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| tion *proxy, | | return tp_cli_connection_interface_aliasing_connect_to_aliases_changed (p | |
| gint timeout_ms, | | roxy, callback, user_data, | |
| guint *out_Alias_Flags, | | destroy, weak_object, error); | |
| GError **error, | | } | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | #define tp_cli_connection_interface_aliasing_connect_to_aliases_changed(... | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | ) _tp_cli_connection_interface_aliasing_connect_to_aliases_changed (__VA_AR | |
| | | GS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_aliasing_callback_for_request_al
iases) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_aliasing_callback_for_request_al
iases) (TpConnection *proxy, | |
| const gchar **out_Aliases, | | const gchar **out_Aliases, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_request_alias
es (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_request_alias
es (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_aliasing_callback_for_request_aliases callb
ack, | | tp_cli_connection_interface_aliasing_callback_for_request_aliases callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_aliasing_run_request_aliases (TpConnec | | static inline TpProxyPendingCall * | |
| tion *proxy, | | _tp_cli_connection_interface_aliasing_call_request_aliases (TpConnection *p | |
| gint timeout_ms, | | roxy, | |
| const GArray *in_Contacts, | | | |
| gchar ***out_Aliases, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_aliasing_callback_for_get_aliase | | | |
| s) (TpConnection *proxy, | | | |
| GHashTable *out_Aliases, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_get_aliases ( | | | |
| TpConnection *proxy, | | | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
|
| tp_cli_connection_interface_aliasing_callback_for_get_aliases callback, | | tp_cli_connection_interface_aliasing_callback_for_request_aliases callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| #ifndef TP_DISABLE_DEPRECATED | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| gboolean tp_cli_connection_interface_aliasing_run_get_aliases (TpConnection | | return tp_cli_connection_interface_aliasing_call_request_aliases (proxy, | |
| *proxy, | | timeout_ms, | |
| gint timeout_ms, | | in_Contacts, | |
| const GArray *in_Contacts, | | callback, user_data, destroy, weak_object); | |
| GHashTable **out_Aliases, | | } | |
| GError **error, | | #define tp_cli_connection_interface_aliasing_call_request_aliases(...) _tp_ | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | cli_connection_interface_aliasing_call_request_aliases (__VA_ARGS__) | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_aliasing_callback_for_set_aliase
s) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_aliasing_callback_for_set_aliase
s) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_set_aliases (
TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_set_aliases (
TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Aliases, | | GHashTable *in_Aliases, | |
| tp_cli_connection_interface_aliasing_callback_for_set_aliases callback, | | tp_cli_connection_interface_aliasing_callback_for_set_aliases callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_aliasing_run_set_aliases (TpConnection | | static inline TpProxyPendingCall * | |
| *proxy, | | _tp_cli_connection_interface_aliasing_call_set_aliases (TpConnection *proxy | |
| | | , | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Aliases, | | GHashTable *in_Aliases, | |
|
| GError **error, | | tp_cli_connection_interface_aliasing_callback_for_set_aliases callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_aliasing_call_set_aliases (proxy, time | |
| | | out_ms, | |
| | | in_Aliases, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_aliasing_call_set_aliases(...) _tp_cli_ | |
| | | connection_interface_aliasing_call_set_aliases (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_anonymity_signal_callback_anonym
ity_modes_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_anonymity_signal_callback_anonym
ity_modes_changed) (TpConnection *proxy, | |
| guint arg_Modes, | | guint arg_Modes, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_anonymity_connect_to_a
nonymity_modes_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_anonymity_connect_to_a
nonymity_modes_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_anonymity_signal_callback_anonymity_modes_c
hanged callback, | | tp_cli_connection_interface_anonymity_signal_callback_anonymity_modes_c
hanged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_anonymity_connect_to_anonymity_modes_changed ( | |
| | | TpConnection *proxy, | |
| | | tp_cli_connection_interface_anonymity_signal_callback_anonymity_modes_c | |
| | | hanged callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_anonymity_connect_to_anonymity_modes_c | |
| | | hanged (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_anonymity_connect_to_anonymity_modes_ch | |
| | | anged(...) _tp_cli_connection_interface_anonymity_connect_to_anonymity_mode | |
| | | s_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_avatars_signal_callback_avatar_u
pdated) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_signal_callback_avatar_u
pdated) (TpConnection *proxy, | |
| guint arg_Contact, | | guint arg_Contact, | |
| const gchar *arg_New_Avatar_Token, | | const gchar *arg_New_Avatar_Token, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_avatars_connect_to_ava
tar_updated (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_avatars_connect_to_ava
tar_updated (TpConnection *proxy, | |
| tp_cli_connection_interface_avatars_signal_callback_avatar_updated call
back, | | tp_cli_connection_interface_avatars_signal_callback_avatar_updated call
back, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_avatars_connect_to_avatar_updated (TpConnectio | |
| | | n *proxy, | |
| | | tp_cli_connection_interface_avatars_signal_callback_avatar_updated call | |
| | | back, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_avatars_connect_to_avatar_updated (pro | |
| | | xy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_avatars_connect_to_avatar_updated(...) | |
| | | _tp_cli_connection_interface_avatars_connect_to_avatar_updated (__VA_ARGS__ | |
| | | ) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_avatars_signal_callback_avatar_r
etrieved) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_signal_callback_avatar_r
etrieved) (TpConnection *proxy, | |
| guint arg_Contact, | | guint arg_Contact, | |
| const gchar *arg_Token, | | const gchar *arg_Token, | |
| const GArray *arg_Avatar, | | const GArray *arg_Avatar, | |
| const gchar *arg_Type, | | const gchar *arg_Type, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_avatars_connect_to_ava
tar_retrieved (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_avatars_connect_to_ava
tar_retrieved (TpConnection *proxy, | |
| tp_cli_connection_interface_avatars_signal_callback_avatar_retrieved ca
llback, | | tp_cli_connection_interface_avatars_signal_callback_avatar_retrieved ca
llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_connection_interface_avatars_callback_for_get_avatar_ | | #ifndef __GTK_DOC_IGNORE__ | |
| requirements) (TpConnection *proxy, | | static inline TpProxySignalConnection * | |
| const gchar **out_MIME_Types, | | _tp_cli_connection_interface_avatars_connect_to_avatar_retrieved (TpConnect | |
| guint out_Min_Width, | | ion *proxy, | |
| guint out_Min_Height, | | tp_cli_connection_interface_avatars_signal_callback_avatar_retrieved ca | |
| guint out_Max_Width, | | llback, | |
| guint out_Max_Height, | | | |
| guint out_Max_Bytes, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_get_avatar_req | | | |
| uirements (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_connection_interface_avatars_callback_for_get_avatar_requirement | | | |
| s callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_avatars_run_get_avatar_requirements (T | | | |
| pConnection *proxy, | | | |
| gint timeout_ms, | | | |
| gchar ***out_MIME_Types, | | | |
| guint *out_Min_Width, | | | |
| guint *out_Min_Height, | | | |
| guint *out_Max_Width, | | | |
| guint *out_Max_Height, | | | |
| guint *out_Max_Bytes, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_get_avatar_ | | | |
| tokens) (TpConnection *proxy, | | | |
| const gchar **out_Tokens, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_get_avatar_tok | | | |
| ens (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| tp_cli_connection_interface_avatars_callback_for_get_avatar_tokens call | | | |
| back, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object, | |
| | | GError **error) | |
| #ifndef TP_DISABLE_DEPRECATED | | { | |
| gboolean tp_cli_connection_interface_avatars_run_get_avatar_tokens (TpConne | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| ction *proxy, | | return tp_cli_connection_interface_avatars_connect_to_avatar_retrieved (p | |
| gint timeout_ms, | | roxy, callback, user_data, | |
| const GArray *in_Contacts, | | destroy, weak_object, error); | |
| gchar ***out_Tokens, | | } | |
| GError **error, | | #define tp_cli_connection_interface_avatars_connect_to_avatar_retrieved(... | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | ) _tp_cli_connection_interface_avatars_connect_to_avatar_retrieved (__VA_AR | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_get_known_a
vatar_tokens) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_callback_for_get_known_a
vatar_tokens) (TpConnection *proxy, | |
| GHashTable *out_Tokens, | | GHashTable *out_Tokens, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_get_known_avat
ar_tokens (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_get_known_avat
ar_tokens (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_avatars_callback_for_get_known_avatar_token
s callback, | | tp_cli_connection_interface_avatars_callback_for_get_known_avatar_token
s callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_avatars_run_get_known_avatar_tokens (T | | static inline TpProxyPendingCall * | |
| pConnection *proxy, | | _tp_cli_connection_interface_avatars_call_get_known_avatar_tokens (TpConnec | |
| | | tion *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
|
| GHashTable **out_Tokens, | | tp_cli_connection_interface_avatars_callback_for_get_known_avatar_token | |
| GError **error, | | s callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_request_ava | | | |
| tar) (TpConnection *proxy, | | | |
| const GArray *out_Data, | | | |
| const gchar *out_MIME_Type, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_request_avatar | | | |
| (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Contact, | | | |
| tp_cli_connection_interface_avatars_callback_for_request_avatar callbac | | | |
| k, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| #ifndef TP_DISABLE_DEPRECATED | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| gboolean tp_cli_connection_interface_avatars_run_request_avatar (TpConnecti | | return tp_cli_connection_interface_avatars_call_get_known_avatar_tokens ( | |
| on *proxy, | | proxy, timeout_ms, | |
| gint timeout_ms, | | in_Contacts, | |
| guint in_Contact, | | callback, user_data, destroy, weak_object); | |
| GArray **out_Data, | | } | |
| gchar **out_MIME_Type, | | #define tp_cli_connection_interface_avatars_call_get_known_avatar_tokens(.. | |
| GError **error, | | .) _tp_cli_connection_interface_avatars_call_get_known_avatar_tokens (__VA_ | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | ARGS__) | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_request_ava
tars) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_callback_for_request_ava
tars) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_request_avatar
s (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_request_avatar
s (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_avatars_callback_for_request_avatars callba
ck, | | tp_cli_connection_interface_avatars_callback_for_request_avatars callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_avatars_run_request_avatars (TpConnect | | static inline TpProxyPendingCall * | |
| ion *proxy, | | _tp_cli_connection_interface_avatars_call_request_avatars (TpConnection *pr | |
| | | oxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
|
| GError **error, | | tp_cli_connection_interface_avatars_callback_for_request_avatars callba | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | ck, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_avatars_call_request_avatars (proxy, t | |
| | | imeout_ms, | |
| | | in_Contacts, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_avatars_call_request_avatars(...) _tp_c | |
| | | li_connection_interface_avatars_call_request_avatars (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_set_avatar)
(TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_callback_for_set_avatar)
(TpConnection *proxy, | |
| const gchar *out_Token, | | const gchar *out_Token, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_set_avatar (Tp
Connection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_set_avatar (Tp
Connection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Avatar, | | const GArray *in_Avatar, | |
| const gchar *in_MIME_Type, | | const gchar *in_MIME_Type, | |
| tp_cli_connection_interface_avatars_callback_for_set_avatar callback, | | tp_cli_connection_interface_avatars_callback_for_set_avatar callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_avatars_run_set_avatar (TpConnection * | | static inline TpProxyPendingCall * | |
| proxy, | | _tp_cli_connection_interface_avatars_call_set_avatar (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Avatar, | | const GArray *in_Avatar, | |
| const gchar *in_MIME_Type, | | const gchar *in_MIME_Type, | |
|
| gchar **out_Token, | | tp_cli_connection_interface_avatars_callback_for_set_avatar callback, | |
| GError **error, | | gpointer user_data, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GDestroyNotify destroy, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_avatars_call_set_avatar (proxy, timeou | |
| | | t_ms, | |
| | | in_Avatar, | |
| | | in_MIME_Type, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_avatars_call_set_avatar(...) _tp_cli_co | |
| | | nnection_interface_avatars_call_set_avatar (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_clear_avata
r) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_callback_for_clear_avata
r) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_clear_avatar (
TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_clear_avatar (
TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_interface_avatars_callback_for_clear_avatar callback, | | tp_cli_connection_interface_avatars_callback_for_clear_avatar callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_avatars_run_clear_avatar (TpConnection | | static inline TpProxyPendingCall * | |
| *proxy, | | _tp_cli_connection_interface_avatars_call_clear_avatar (TpConnection *proxy | |
| | | , | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GError **error, | | tp_cli_connection_interface_avatars_callback_for_clear_avatar callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_avatars_call_clear_avatar (proxy, time | |
| | | out_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_avatars_call_clear_avatar(...) _tp_cli_ | |
| | | connection_interface_avatars_call_clear_avatar (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_balance_signal_callback_balance_
changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_balance_signal_callback_balance_
changed) (TpConnection *proxy, | |
| const GValueArray *arg_Balance, | | const GValueArray *arg_Balance, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_balance_connect_to_bal
ance_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_balance_connect_to_bal
ance_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_balance_signal_callback_balance_changed cal
lback, | | tp_cli_connection_interface_balance_signal_callback_balance_changed cal
lback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_connection_interface_capabilities_signal_callback_cap | | #ifndef __GTK_DOC_IGNORE__ | |
| abilities_changed) (TpConnection *proxy, | | static inline TpProxySignalConnection * | |
| const GPtrArray *arg_Caps, | | _tp_cli_connection_interface_balance_connect_to_balance_changed (TpConnecti | |
| gpointer user_data, GObject *weak_object); | | on *proxy, | |
| TpProxySignalConnection *tp_cli_connection_interface_capabilities_connect_t | | tp_cli_connection_interface_balance_signal_callback_balance_changed cal | |
| o_capabilities_changed (TpConnection *proxy, | | lback, | |
| tp_cli_connection_interface_capabilities_signal_callback_capabilities_c | | | |
| hanged callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
|
| GError **error); | | GError **error) | |
| | | { | |
| typedef void (*tp_cli_connection_interface_capabilities_callback_for_advert | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| ise_capabilities) (TpConnection *proxy, | | return tp_cli_connection_interface_balance_connect_to_balance_changed (pr | |
| const GPtrArray *out_Self_Capabilities, | | oxy, callback, user_data, | |
| const GError *error, gpointer user_data, | | destroy, weak_object, error); | |
| GObject *weak_object); | | } | |
| | | #define tp_cli_connection_interface_balance_connect_to_balance_changed(...) | |
| TpProxyPendingCall *tp_cli_connection_interface_capabilities_call_advertise | | _tp_cli_connection_interface_balance_connect_to_balance_changed (__VA_ARGS | |
| _capabilities (TpConnection *proxy, | | __) | |
| gint timeout_ms, | | #endif /* __GTK_DOC_IGNORE__ */ | |
| const GPtrArray *in_Add, | | | |
| const gchar **in_Remove, | | | |
| tp_cli_connection_interface_capabilities_callback_for_advertise_capabil | | | |
| ities callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_capabilities_run_advertise_capabilitie | | | |
| s (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GPtrArray *in_Add, | | | |
| const gchar **in_Remove, | | | |
| GPtrArray **out_Self_Capabilities, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_capabilities_callback_for_get_ca | | | |
| pabilities) (TpConnection *proxy, | | | |
| const GPtrArray *out_Contact_Capabilities, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_capabilities_call_get_capab | | | |
| ilities (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Handles, | | | |
| tp_cli_connection_interface_capabilities_callback_for_get_capabilities | | | |
| callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_capabilities_run_get_capabilities (TpC | | | |
| onnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Handles, | | | |
| GPtrArray **out_Contact_Capabilities, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_cellular_signal_callback_imsi_ch
anged) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_cellular_signal_callback_imsi_ch
anged) (TpConnection *proxy, | |
| const gchar *arg_IMSI, | | const gchar *arg_IMSI, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_cellular_connect_to_im
si_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_cellular_connect_to_im
si_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_cellular_signal_callback_imsi_changed callb
ack, | | tp_cli_connection_interface_cellular_signal_callback_imsi_changed callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_cellular_connect_to_imsi_changed (TpConnection | |
| | | *proxy, | |
| | | tp_cli_connection_interface_cellular_signal_callback_imsi_changed callb | |
| | | ack, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_cellular_connect_to_imsi_changed (prox | |
| | | y, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_cellular_connect_to_imsi_changed(...) _ | |
| | | tp_cli_connection_interface_cellular_connect_to_imsi_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_client_types_signal_callback_cli
ent_types_updated) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_client_types_signal_callback_cli
ent_types_updated) (TpConnection *proxy, | |
| guint arg_Contact, | | guint arg_Contact, | |
| const gchar **arg_Client_Types, | | const gchar **arg_Client_Types, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_client_types_connect_t
o_client_types_updated (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_client_types_connect_t
o_client_types_updated (TpConnection *proxy, | |
| tp_cli_connection_interface_client_types_signal_callback_client_types_u
pdated callback, | | tp_cli_connection_interface_client_types_signal_callback_client_types_u
pdated callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_connection_interface_client_types_callback_for_get_cl | | #ifndef __GTK_DOC_IGNORE__ | |
| ient_types) (TpConnection *proxy, | | static inline TpProxySignalConnection * | |
| GHashTable *out_Client_Types, | | _tp_cli_connection_interface_client_types_connect_to_client_types_updated ( | |
| const GError *error, gpointer user_data, | | TpConnection *proxy, | |
| GObject *weak_object); | | tp_cli_connection_interface_client_types_signal_callback_client_types_u | |
| | | pdated callback, | |
| TpProxyPendingCall *tp_cli_connection_interface_client_types_call_get_clien | | | |
| t_types (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| tp_cli_connection_interface_client_types_callback_for_get_client_types | | | |
| callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object, | |
| | | GError **error) | |
| #ifndef TP_DISABLE_DEPRECATED | | { | |
| gboolean tp_cli_connection_interface_client_types_run_get_client_types (TpC | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| onnection *proxy, | | return tp_cli_connection_interface_client_types_connect_to_client_types_u | |
| gint timeout_ms, | | pdated (proxy, callback, user_data, | |
| const GArray *in_Contacts, | | destroy, weak_object, error); | |
| GHashTable **out_Client_Types, | | } | |
| GError **error, | | #define tp_cli_connection_interface_client_types_connect_to_client_types_up | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | dated(...) _tp_cli_connection_interface_client_types_connect_to_client_type | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | s_updated (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_client_types_callback_for_reques
t_client_types) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_client_types_callback_for_reques
t_client_types) (TpConnection *proxy, | |
| const gchar **out_Client_Types, | | const gchar **out_Client_Types, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_client_types_call_request_c
lient_types (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_client_types_call_request_c
lient_types (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
| tp_cli_connection_interface_client_types_callback_for_request_client_ty
pes callback, | | tp_cli_connection_interface_client_types_callback_for_request_client_ty
pes callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_client_types_run_request_client_types | | static inline TpProxyPendingCall * | |
| (TpConnection *proxy, | | _tp_cli_connection_interface_client_types_call_request_client_types (TpConn | |
| | | ection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
|
| gchar ***out_Client_Types, | | tp_cli_connection_interface_client_types_callback_for_request_client_ty | |
| GError **error, | | pes callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_client_types_call_request_client_types | |
| | | (proxy, timeout_ms, | |
| | | in_Contact, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_client_types_call_request_client_types( | |
| | | ...) _tp_cli_connection_interface_client_types_call_request_client_types (_ | |
| | | _VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_blocking_signal_callback
_blocked_contacts_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_blocking_signal_callback
_blocked_contacts_changed) (TpConnection *proxy, | |
| GHashTable *arg_Blocked_Contacts, | | GHashTable *arg_Blocked_Contacts, | |
| GHashTable *arg_Unblocked_Contacts, | | GHashTable *arg_Unblocked_Contacts, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_blocking_conne
ct_to_blocked_contacts_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_contact_blocking_conne
ct_to_blocked_contacts_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_contact_blocking_signal_callback_blocked_co
ntacts_changed callback, | | tp_cli_connection_interface_contact_blocking_signal_callback_blocked_co
ntacts_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_contact_blocking_connect_to_blocked_contacts_c | |
| | | hanged (TpConnection *proxy, | |
| | | tp_cli_connection_interface_contact_blocking_signal_callback_blocked_co | |
| | | ntacts_changed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_blocking_connect_to_blocked_co | |
| | | ntacts_changed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_blocking_connect_to_blocked_con | |
| | | tacts_changed(...) _tp_cli_connection_interface_contact_blocking_connect_to | |
| | | _blocked_contacts_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_contact_blocking_callback_for_bl
ock_contacts) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_blocking_callback_for_bl
ock_contacts) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_blocking_call_block
_contacts (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_blocking_call_block
_contacts (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| gboolean in_Report_Abusive, | | gboolean in_Report_Abusive, | |
| tp_cli_connection_interface_contact_blocking_callback_for_block_contact
s callback, | | tp_cli_connection_interface_contact_blocking_callback_for_block_contact
s callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_blocking_run_block_contacts (T | | static inline TpProxyPendingCall * | |
| pConnection *proxy, | | _tp_cli_connection_interface_contact_blocking_call_block_contacts (TpConnec | |
| | | tion *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| gboolean in_Report_Abusive, | | gboolean in_Report_Abusive, | |
|
| GError **error, | | tp_cli_connection_interface_contact_blocking_callback_for_block_contact | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | s callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_blocking_call_block_contacts ( | |
| | | proxy, timeout_ms, | |
| | | in_Contacts, | |
| | | in_Report_Abusive, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_blocking_call_block_contacts(.. | |
| | | .) _tp_cli_connection_interface_contact_blocking_call_block_contacts (__VA_ | |
| | | ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_blocking_callback_for_un
block_contacts) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_blocking_callback_for_un
block_contacts) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_blocking_call_unblo
ck_contacts (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_blocking_call_unblo
ck_contacts (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_contact_blocking_callback_for_unblock_conta
cts callback, | | tp_cli_connection_interface_contact_blocking_callback_for_unblock_conta
cts callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_blocking_run_unblock_contacts | | static inline TpProxyPendingCall * | |
| (TpConnection *proxy, | | _tp_cli_connection_interface_contact_blocking_call_unblock_contacts (TpConn | |
| | | ection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
|
| GError **error, | | tp_cli_connection_interface_contact_blocking_callback_for_unblock_conta | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | cts callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_blocking_call_unblock_contacts | |
| | | (proxy, timeout_ms, | |
| | | in_Contacts, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_blocking_call_unblock_contacts( | |
| | | ...) _tp_cli_connection_interface_contact_blocking_call_unblock_contacts (_ | |
| | | _VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_blocking_callback_for_re
quest_blocked_contacts) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_blocking_callback_for_re
quest_blocked_contacts) (TpConnection *proxy, | |
| GHashTable *out_Contacts, | | GHashTable *out_Contacts, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_blocking_call_reque
st_blocked_contacts (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_blocking_call_reque
st_blocked_contacts (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_interface_contact_blocking_callback_for_request_block
ed_contacts callback, | | tp_cli_connection_interface_contact_blocking_callback_for_request_block
ed_contacts callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_blocking_run_request_blocked_c | | static inline TpProxyPendingCall * | |
| ontacts (TpConnection *proxy, | | _tp_cli_connection_interface_contact_blocking_call_request_blocked_contacts | |
| | | (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GHashTable **out_Contacts, | | tp_cli_connection_interface_contact_blocking_callback_for_request_block | |
| GError **error, | | ed_contacts callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_blocking_call_request_blocked_ | |
| | | contacts (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_blocking_call_request_blocked_c | |
| | | ontacts(...) _tp_cli_connection_interface_contact_blocking_call_request_blo | |
| | | cked_contacts (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_capabilities_signal_call
back_contact_capabilities_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_capabilities_signal_call
back_contact_capabilities_changed) (TpConnection *proxy, | |
| GHashTable *arg_caps, | | GHashTable *arg_caps, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_capabilities_c
onnect_to_contact_capabilities_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_contact_capabilities_c
onnect_to_contact_capabilities_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_contact_capabilities_signal_callback_contac
t_capabilities_changed callback, | | tp_cli_connection_interface_contact_capabilities_signal_callback_contac
t_capabilities_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_contact_capabilities_connect_to_contact_capabi | |
| | | lities_changed (TpConnection *proxy, | |
| | | tp_cli_connection_interface_contact_capabilities_signal_callback_contac | |
| | | t_capabilities_changed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_capabilities_connect_to_contac | |
| | | t_capabilities_changed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_capabilities_connect_to_contact | |
| | | _capabilities_changed(...) _tp_cli_connection_interface_contact_capabilitie | |
| | | s_connect_to_contact_capabilities_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_contact_capabilities_callback_fo
r_update_capabilities) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_capabilities_callback_fo
r_update_capabilities) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_capabilities_call_u
pdate_capabilities (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_capabilities_call_u
pdate_capabilities (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_Handler_Capabilities, | | const GPtrArray *in_Handler_Capabilities, | |
| tp_cli_connection_interface_contact_capabilities_callback_for_update_ca
pabilities callback, | | tp_cli_connection_interface_contact_capabilities_callback_for_update_ca
pabilities callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_capabilities_run_update_capabi | | static inline TpProxyPendingCall * | |
| lities (TpConnection *proxy, | | _tp_cli_connection_interface_contact_capabilities_call_update_capabilities | |
| | | (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_Handler_Capabilities, | | const GPtrArray *in_Handler_Capabilities, | |
|
| GError **error, | | tp_cli_connection_interface_contact_capabilities_callback_for_update_ca | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | pabilities callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_capabilities_callback_fo | | | |
| r_get_contact_capabilities) (TpConnection *proxy, | | | |
| GHashTable *out_Contact_Capabilities, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_capabilities_call_g | | | |
| et_contact_capabilities (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Handles, | | | |
| tp_cli_connection_interface_contact_capabilities_callback_for_get_conta | | | |
| ct_capabilities callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| #ifndef TP_DISABLE_DEPRECATED | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| gboolean tp_cli_connection_interface_contact_capabilities_run_get_contact_c | | return tp_cli_connection_interface_contact_capabilities_call_update_capab | |
| apabilities (TpConnection *proxy, | | ilities (proxy, timeout_ms, | |
| gint timeout_ms, | | in_Handler_Capabilities, | |
| const GArray *in_Handles, | | callback, user_data, destroy, weak_object); | |
| GHashTable **out_Contact_Capabilities, | | } | |
| GError **error, | | #define tp_cli_connection_interface_contact_capabilities_call_update_capabi | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | lities(...) _tp_cli_connection_interface_contact_capabilities_call_update_c | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | apabilities (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_groups_signal_callback_g
roups_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_groups_signal_callback_g
roups_changed) (TpConnection *proxy, | |
| const GArray *arg_Contact, | | const GArray *arg_Contact, | |
| const gchar **arg_Added, | | const gchar **arg_Added, | |
| const gchar **arg_Removed, | | const gchar **arg_Removed, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_groups_connect
_to_groups_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_contact_groups_connect
_to_groups_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_contact_groups_signal_callback_groups_chang
ed callback, | | tp_cli_connection_interface_contact_groups_signal_callback_groups_chang
ed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_contact_groups_connect_to_groups_changed (TpCo | |
| | | nnection *proxy, | |
| | | tp_cli_connection_interface_contact_groups_signal_callback_groups_chang | |
| | | ed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_groups_connect_to_groups_chang | |
| | | ed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_groups_connect_to_groups_change | |
| | | d(...) _tp_cli_connection_interface_contact_groups_connect_to_groups_change | |
| | | d (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_contact_groups_signal_callback_g
roups_created) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_groups_signal_callback_g
roups_created) (TpConnection *proxy, | |
| const gchar **arg_Names, | | const gchar **arg_Names, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_groups_connect
_to_groups_created (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_contact_groups_connect
_to_groups_created (TpConnection *proxy, | |
| tp_cli_connection_interface_contact_groups_signal_callback_groups_creat
ed callback, | | tp_cli_connection_interface_contact_groups_signal_callback_groups_creat
ed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_contact_groups_connect_to_groups_created (TpCo | |
| | | nnection *proxy, | |
| | | tp_cli_connection_interface_contact_groups_signal_callback_groups_creat | |
| | | ed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_groups_connect_to_groups_creat | |
| | | ed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_groups_connect_to_groups_create | |
| | | d(...) _tp_cli_connection_interface_contact_groups_connect_to_groups_create | |
| | | d (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_contact_groups_signal_callback_g
roup_renamed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_groups_signal_callback_g
roup_renamed) (TpConnection *proxy, | |
| const gchar *arg_Old_Name, | | const gchar *arg_Old_Name, | |
| const gchar *arg_New_Name, | | const gchar *arg_New_Name, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_groups_connect
_to_group_renamed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_contact_groups_connect
_to_group_renamed (TpConnection *proxy, | |
| tp_cli_connection_interface_contact_groups_signal_callback_group_rename
d callback, | | tp_cli_connection_interface_contact_groups_signal_callback_group_rename
d callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_contact_groups_connect_to_group_renamed (TpCon | |
| | | nection *proxy, | |
| | | tp_cli_connection_interface_contact_groups_signal_callback_group_rename | |
| | | d callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_groups_connect_to_group_rename | |
| | | d (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_groups_connect_to_group_renamed | |
| | | (...) _tp_cli_connection_interface_contact_groups_connect_to_group_renamed | |
| | | (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_contact_groups_signal_callback_g
roups_removed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_groups_signal_callback_g
roups_removed) (TpConnection *proxy, | |
| const gchar **arg_Names, | | const gchar **arg_Names, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_groups_connect
_to_groups_removed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_contact_groups_connect
_to_groups_removed (TpConnection *proxy, | |
| tp_cli_connection_interface_contact_groups_signal_callback_groups_remov
ed callback, | | tp_cli_connection_interface_contact_groups_signal_callback_groups_remov
ed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_contact_groups_connect_to_groups_removed (TpCo | |
| | | nnection *proxy, | |
| | | tp_cli_connection_interface_contact_groups_signal_callback_groups_remov | |
| | | ed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_groups_connect_to_groups_remov | |
| | | ed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_groups_connect_to_groups_remove | |
| | | d(...) _tp_cli_connection_interface_contact_groups_connect_to_groups_remove | |
| | | d (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_contact_groups_callback_for_set_
contact_groups) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_groups_callback_for_set_
contact_groups) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_set_con
tact_groups (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_set_con
tact_groups (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
| const gchar **in_Groups, | | const gchar **in_Groups, | |
| tp_cli_connection_interface_contact_groups_callback_for_set_contact_gro
ups callback, | | tp_cli_connection_interface_contact_groups_callback_for_set_contact_gro
ups callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_groups_run_set_contact_groups | | static inline TpProxyPendingCall * | |
| (TpConnection *proxy, | | _tp_cli_connection_interface_contact_groups_call_set_contact_groups (TpConn | |
| | | ection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
| const gchar **in_Groups, | | const gchar **in_Groups, | |
|
| GError **error, | | tp_cli_connection_interface_contact_groups_callback_for_set_contact_gro | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | ups callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_groups_call_set_contact_groups | |
| | | (proxy, timeout_ms, | |
| | | in_Contact, | |
| | | in_Groups, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_groups_call_set_contact_groups( | |
| | | ...) _tp_cli_connection_interface_contact_groups_call_set_contact_groups (_ | |
| | | _VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_groups_callback_for_set_
group_members) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_groups_callback_for_set_
group_members) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_set_gro
up_members (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_set_gro
up_members (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Group, | | const gchar *in_Group, | |
| const GArray *in_Members, | | const GArray *in_Members, | |
| tp_cli_connection_interface_contact_groups_callback_for_set_group_membe
rs callback, | | tp_cli_connection_interface_contact_groups_callback_for_set_group_membe
rs callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_groups_run_set_group_members ( | | static inline TpProxyPendingCall * | |
| TpConnection *proxy, | | _tp_cli_connection_interface_contact_groups_call_set_group_members (TpConne | |
| | | ction *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Group, | | const gchar *in_Group, | |
| const GArray *in_Members, | | const GArray *in_Members, | |
|
| GError **error, | | tp_cli_connection_interface_contact_groups_callback_for_set_group_membe | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | rs callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_groups_call_set_group_members | |
| | | (proxy, timeout_ms, | |
| | | in_Group, | |
| | | in_Members, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_groups_call_set_group_members(. | |
| | | ..) _tp_cli_connection_interface_contact_groups_call_set_group_members (__V | |
| | | A_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_groups_callback_for_add_
to_group) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_groups_callback_for_add_
to_group) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_add_to_
group (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_add_to_
group (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Group, | | const gchar *in_Group, | |
| const GArray *in_Members, | | const GArray *in_Members, | |
| tp_cli_connection_interface_contact_groups_callback_for_add_to_group ca
llback, | | tp_cli_connection_interface_contact_groups_callback_for_add_to_group ca
llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_groups_run_add_to_group (TpCon | | static inline TpProxyPendingCall * | |
| nection *proxy, | | _tp_cli_connection_interface_contact_groups_call_add_to_group (TpConnection | |
| | | *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Group, | | const gchar *in_Group, | |
| const GArray *in_Members, | | const GArray *in_Members, | |
|
| GError **error, | | tp_cli_connection_interface_contact_groups_callback_for_add_to_group ca | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | llback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_groups_call_add_to_group (prox | |
| | | y, timeout_ms, | |
| | | in_Group, | |
| | | in_Members, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_groups_call_add_to_group(...) _ | |
| | | tp_cli_connection_interface_contact_groups_call_add_to_group (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_groups_callback_for_remo
ve_from_group) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_groups_callback_for_remo
ve_from_group) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_remove_
from_group (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_remove_
from_group (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Group, | | const gchar *in_Group, | |
| const GArray *in_Members, | | const GArray *in_Members, | |
| tp_cli_connection_interface_contact_groups_callback_for_remove_from_gro
up callback, | | tp_cli_connection_interface_contact_groups_callback_for_remove_from_gro
up callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_groups_run_remove_from_group ( | | static inline TpProxyPendingCall * | |
| TpConnection *proxy, | | _tp_cli_connection_interface_contact_groups_call_remove_from_group (TpConne | |
| | | ction *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Group, | | const gchar *in_Group, | |
| const GArray *in_Members, | | const GArray *in_Members, | |
|
| GError **error, | | tp_cli_connection_interface_contact_groups_callback_for_remove_from_gro | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | up callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_groups_call_remove_from_group | |
| | | (proxy, timeout_ms, | |
| | | in_Group, | |
| | | in_Members, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_groups_call_remove_from_group(. | |
| | | ..) _tp_cli_connection_interface_contact_groups_call_remove_from_group (__V | |
| | | A_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_groups_callback_for_remo
ve_group) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_groups_callback_for_remo
ve_group) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_remove_
group (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_remove_
group (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Group, | | const gchar *in_Group, | |
| tp_cli_connection_interface_contact_groups_callback_for_remove_group ca
llback, | | tp_cli_connection_interface_contact_groups_callback_for_remove_group ca
llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_groups_run_remove_group (TpCon | | static inline TpProxyPendingCall * | |
| nection *proxy, | | _tp_cli_connection_interface_contact_groups_call_remove_group (TpConnection | |
| | | *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Group, | | const gchar *in_Group, | |
|
| GError **error, | | tp_cli_connection_interface_contact_groups_callback_for_remove_group ca | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | llback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_groups_call_remove_group (prox | |
| | | y, timeout_ms, | |
| | | in_Group, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_groups_call_remove_group(...) _ | |
| | | tp_cli_connection_interface_contact_groups_call_remove_group (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_groups_callback_for_rena
me_group) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_groups_callback_for_rena
me_group) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_rename_
group (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_groups_call_rename_
group (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Old_Name, | | const gchar *in_Old_Name, | |
| const gchar *in_New_Name, | | const gchar *in_New_Name, | |
| tp_cli_connection_interface_contact_groups_callback_for_rename_group ca
llback, | | tp_cli_connection_interface_contact_groups_callback_for_rename_group ca
llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_groups_run_rename_group (TpCon | | static inline TpProxyPendingCall * | |
| nection *proxy, | | _tp_cli_connection_interface_contact_groups_call_rename_group (TpConnection | |
| | | *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Old_Name, | | const gchar *in_Old_Name, | |
| const gchar *in_New_Name, | | const gchar *in_New_Name, | |
|
| GError **error, | | tp_cli_connection_interface_contact_groups_callback_for_rename_group ca | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | llback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_groups_call_rename_group (prox | |
| | | y, timeout_ms, | |
| | | in_Old_Name, | |
| | | in_New_Name, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_groups_call_rename_group(...) _ | |
| | | tp_cli_connection_interface_contact_groups_call_rename_group (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_info_signal_callback_con
tact_info_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_info_signal_callback_con
tact_info_changed) (TpConnection *proxy, | |
| guint arg_Contact, | | guint arg_Contact, | |
| const GPtrArray *arg_ContactInfo, | | const GPtrArray *arg_ContactInfo, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_info_connect_t
o_contact_info_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_contact_info_connect_t
o_contact_info_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_contact_info_signal_callback_contact_info_c
hanged callback, | | tp_cli_connection_interface_contact_info_signal_callback_contact_info_c
hanged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_connection_interface_contact_info_callback_for_get_co | | #ifndef __GTK_DOC_IGNORE__ | |
| ntact_info) (TpConnection *proxy, | | static inline TpProxySignalConnection * | |
| GHashTable *out_ContactInfo, | | _tp_cli_connection_interface_contact_info_connect_to_contact_info_changed ( | |
| const GError *error, gpointer user_data, | | TpConnection *proxy, | |
| GObject *weak_object); | | tp_cli_connection_interface_contact_info_signal_callback_contact_info_c | |
| | | hanged callback, | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_info_call_get_conta | | | |
| ct_info (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| tp_cli_connection_interface_contact_info_callback_for_get_contact_info | | | |
| callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object, | |
| | | GError **error) | |
| #ifndef TP_DISABLE_DEPRECATED | | { | |
| gboolean tp_cli_connection_interface_contact_info_run_get_contact_info (TpC | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| onnection *proxy, | | return tp_cli_connection_interface_contact_info_connect_to_contact_info_c | |
| gint timeout_ms, | | hanged (proxy, callback, user_data, | |
| const GArray *in_Contacts, | | destroy, weak_object, error); | |
| GHashTable **out_ContactInfo, | | } | |
| GError **error, | | #define tp_cli_connection_interface_contact_info_connect_to_contact_info_ch | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | anged(...) _tp_cli_connection_interface_contact_info_connect_to_contact_inf | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | o_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_contact_info_callback_for_refres
h_contact_info) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_info_callback_for_refres
h_contact_info) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_info_call_refresh_c
ontact_info (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_info_call_refresh_c
ontact_info (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_contact_info_callback_for_refresh_contact_i
nfo callback, | | tp_cli_connection_interface_contact_info_callback_for_refresh_contact_i
nfo callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_info_run_refresh_contact_info | | static inline TpProxyPendingCall * | |
| (TpConnection *proxy, | | _tp_cli_connection_interface_contact_info_call_refresh_contact_info (TpConn | |
| | | ection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
|
| GError **error, | | tp_cli_connection_interface_contact_info_callback_for_refresh_contact_i | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | nfo callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_info_call_refresh_contact_info | |
| | | (proxy, timeout_ms, | |
| | | in_Contacts, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_info_call_refresh_contact_info( | |
| | | ...) _tp_cli_connection_interface_contact_info_call_refresh_contact_info (_ | |
| | | _VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_info_callback_for_reques
t_contact_info) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_info_callback_for_reques
t_contact_info) (TpConnection *proxy, | |
| const GPtrArray *out_Contact_Info, | | const GPtrArray *out_Contact_Info, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_info_call_request_c
ontact_info (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_info_call_request_c
ontact_info (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
| tp_cli_connection_interface_contact_info_callback_for_request_contact_i
nfo callback, | | tp_cli_connection_interface_contact_info_callback_for_request_contact_i
nfo callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_info_run_request_contact_info | | static inline TpProxyPendingCall * | |
| (TpConnection *proxy, | | _tp_cli_connection_interface_contact_info_call_request_contact_info (TpConn | |
| | | ection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
|
| GPtrArray **out_Contact_Info, | | tp_cli_connection_interface_contact_info_callback_for_request_contact_i | |
| GError **error, | | nfo callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_info_call_request_contact_info | |
| | | (proxy, timeout_ms, | |
| | | in_Contact, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_info_call_request_contact_info( | |
| | | ...) _tp_cli_connection_interface_contact_info_call_request_contact_info (_ | |
| | | _VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_info_callback_for_set_co
ntact_info) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_info_callback_for_set_co
ntact_info) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_info_call_set_conta
ct_info (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_info_call_set_conta
ct_info (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_ContactInfo, | | const GPtrArray *in_ContactInfo, | |
| tp_cli_connection_interface_contact_info_callback_for_set_contact_info
callback, | | tp_cli_connection_interface_contact_info_callback_for_set_contact_info
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_info_run_set_contact_info (TpC | | static inline TpProxyPendingCall * | |
| onnection *proxy, | | _tp_cli_connection_interface_contact_info_call_set_contact_info (TpConnecti | |
| | | on *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_ContactInfo, | | const GPtrArray *in_ContactInfo, | |
|
| GError **error, | | tp_cli_connection_interface_contact_info_callback_for_set_contact_info | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_info_call_set_contact_info (pr | |
| | | oxy, timeout_ms, | |
| | | in_ContactInfo, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_info_call_set_contact_info(...) | |
| | | _tp_cli_connection_interface_contact_info_call_set_contact_info (__VA_ARGS | |
| | | __) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_list_signal_callback_con
tact_list_state_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_list_signal_callback_con
tact_list_state_changed) (TpConnection *proxy, | |
| guint arg_Contact_List_State, | | guint arg_Contact_List_State, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_list_connect_t
o_contact_list_state_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_contact_list_connect_t
o_contact_list_state_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_contact_list_signal_callback_contact_list_s
tate_changed callback, | | tp_cli_connection_interface_contact_list_signal_callback_contact_list_s
tate_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_connection_interface_contact_list_signal_callback_con | | #ifndef __GTK_DOC_IGNORE__ | |
| tacts_changed_with_id) (TpConnection *proxy, | | static inline TpProxySignalConnection * | |
| GHashTable *arg_Changes, | | _tp_cli_connection_interface_contact_list_connect_to_contact_list_state_cha | |
| GHashTable *arg_Identifiers, | | nged (TpConnection *proxy, | |
| GHashTable *arg_Removals, | | tp_cli_connection_interface_contact_list_signal_callback_contact_list_s | |
| gpointer user_data, GObject *weak_object); | | tate_changed callback, | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_list_connect_t | | | |
| o_contacts_changed_with_id (TpConnection *proxy, | | | |
| tp_cli_connection_interface_contact_list_signal_callback_contacts_chang | | | |
| ed_with_id callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
|
| GError **error); | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_list_connect_to_contact_list_s | |
| | | tate_changed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_list_connect_to_contact_list_st | |
| | | ate_changed(...) _tp_cli_connection_interface_contact_list_connect_to_conta | |
| | | ct_list_state_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_contact_list_signal_callback_con
tacts_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_list_signal_callback_con
tacts_changed) (TpConnection *proxy, | |
| GHashTable *arg_Changes, | | GHashTable *arg_Changes, | |
|
| const GArray *arg_Removals, | | GHashTable *arg_Identifiers, | |
| | | GHashTable *arg_Removals, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_list_connect_t
o_contacts_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_contact_list_connect_t
o_contacts_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_contact_list_signal_callback_contacts_chang
ed callback, | | tp_cli_connection_interface_contact_list_signal_callback_contacts_chang
ed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_contact_list_connect_to_contacts_changed (TpCo | |
| | | nnection *proxy, | |
| | | tp_cli_connection_interface_contact_list_signal_callback_contacts_chang | |
| | | ed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_list_connect_to_contacts_chang | |
| | | ed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_list_connect_to_contacts_change | |
| | | d(...) _tp_cli_connection_interface_contact_list_connect_to_contacts_change | |
| | | d (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_contact_list_callback_for_get_co
ntact_list_attributes) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_list_callback_for_get_co
ntact_list_attributes) (TpConnection *proxy, | |
| GHashTable *out_Attributes, | | GHashTable *out_Attributes, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_get_conta
ct_list_attributes (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_get_conta
ct_list_attributes (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
|
| gboolean in_Hold, | | | |
| tp_cli_connection_interface_contact_list_callback_for_get_contact_list_
attributes callback, | | tp_cli_connection_interface_contact_list_callback_for_get_contact_list_
attributes callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_list_run_get_contact_list_attr | | static inline TpProxyPendingCall * | |
| ibutes (TpConnection *proxy, | | _tp_cli_connection_interface_contact_list_call_get_contact_list_attributes | |
| | | (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
|
| gboolean in_Hold, | | tp_cli_connection_interface_contact_list_callback_for_get_contact_list_ | |
| GHashTable **out_Attributes, | | attributes callback, | |
| GError **error, | | gpointer user_data, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GDestroyNotify destroy, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_list_call_get_contact_list_att | |
| | | ributes (proxy, timeout_ms, | |
| | | in_Interfaces, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_list_call_get_contact_list_attr | |
| | | ibutes(...) _tp_cli_connection_interface_contact_list_call_get_contact_list | |
| | | _attributes (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_list_callback_for_reques
t_subscription) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_list_callback_for_reques
t_subscription) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_request_s
ubscription (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_request_s
ubscription (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
| tp_cli_connection_interface_contact_list_callback_for_request_subscript
ion callback, | | tp_cli_connection_interface_contact_list_callback_for_request_subscript
ion callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_list_run_request_subscription | | static inline TpProxyPendingCall * | |
| (TpConnection *proxy, | | _tp_cli_connection_interface_contact_list_call_request_subscription (TpConn | |
| | | ection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
|
| GError **error, | | tp_cli_connection_interface_contact_list_callback_for_request_subscript | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | ion callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_list_call_request_subscription | |
| | | (proxy, timeout_ms, | |
| | | in_Contacts, | |
| | | in_Message, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_list_call_request_subscription( | |
| | | ...) _tp_cli_connection_interface_contact_list_call_request_subscription (_ | |
| | | _VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_list_callback_for_author
ize_publication) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_list_callback_for_author
ize_publication) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_authorize
_publication (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_authorize
_publication (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_contact_list_callback_for_authorize_publica
tion callback, | | tp_cli_connection_interface_contact_list_callback_for_authorize_publica
tion callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_list_run_authorize_publication | | static inline TpProxyPendingCall * | |
| (TpConnection *proxy, | | _tp_cli_connection_interface_contact_list_call_authorize_publication (TpCon | |
| | | nection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
|
| GError **error, | | tp_cli_connection_interface_contact_list_callback_for_authorize_publica | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | tion callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_list_call_authorize_publicatio | |
| | | n (proxy, timeout_ms, | |
| | | in_Contacts, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_list_call_authorize_publication | |
| | | (...) _tp_cli_connection_interface_contact_list_call_authorize_publication | |
| | | (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_list_callback_for_remove
_contacts) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_list_callback_for_remove
_contacts) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_remove_co
ntacts (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_remove_co
ntacts (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_contact_list_callback_for_remove_contacts c
allback, | | tp_cli_connection_interface_contact_list_callback_for_remove_contacts c
allback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_list_run_remove_contacts (TpCo | | static inline TpProxyPendingCall * | |
| nnection *proxy, | | _tp_cli_connection_interface_contact_list_call_remove_contacts (TpConnectio | |
| | | n *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
|
| GError **error, | | tp_cli_connection_interface_contact_list_callback_for_remove_contacts c | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | allback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_list_call_remove_contacts (pro | |
| | | xy, timeout_ms, | |
| | | in_Contacts, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_list_call_remove_contacts(...) | |
| | | _tp_cli_connection_interface_contact_list_call_remove_contacts (__VA_ARGS__ | |
| | | ) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_list_callback_for_unsubs
cribe) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_list_callback_for_unsubs
cribe) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_unsubscri
be (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_unsubscri
be (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_contact_list_callback_for_unsubscribe callb
ack, | | tp_cli_connection_interface_contact_list_callback_for_unsubscribe callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_list_run_unsubscribe (TpConnec | | static inline TpProxyPendingCall * | |
| tion *proxy, | | _tp_cli_connection_interface_contact_list_call_unsubscribe (TpConnection *p | |
| | | roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
|
| GError **error, | | tp_cli_connection_interface_contact_list_callback_for_unsubscribe callb | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | ack, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_list_call_unsubscribe (proxy, | |
| | | timeout_ms, | |
| | | in_Contacts, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_list_call_unsubscribe(...) _tp_ | |
| | | cli_connection_interface_contact_list_call_unsubscribe (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_list_callback_for_unpubl
ish) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_list_callback_for_unpubl
ish) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_unpublish
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_unpublish
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_contact_list_callback_for_unpublish callbac
k, | | tp_cli_connection_interface_contact_list_callback_for_unpublish callbac
k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contact_list_run_unpublish (TpConnecti | | static inline TpProxyPendingCall * | |
| on *proxy, | | _tp_cli_connection_interface_contact_list_call_unpublish (TpConnection *pro | |
| | | xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
|
| GError **error, | | tp_cli_connection_interface_contact_list_callback_for_unpublish callbac | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | k, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_list_call_unpublish (proxy, ti | |
| | | meout_ms, | |
| | | in_Contacts, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_list_call_unpublish(...) _tp_cl | |
| | | i_connection_interface_contact_list_call_unpublish (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_list_callback_for_downlo
ad) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_list_callback_for_downlo
ad) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_download
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_list_call_download
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_interface_contact_list_callback_for_download callback
, | | tp_cli_connection_interface_contact_list_callback_for_download callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_connection_interface_contact_list_call_download (TpConnection *prox | |
| | | y, | |
| | | gint timeout_ms, | |
| | | tp_cli_connection_interface_contact_list_callback_for_download callback | |
| | | , | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contact_list_call_download (proxy, tim | |
| | | eout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contact_list_call_download(...) _tp_cli | |
| | | _connection_interface_contact_list_call_download (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contacts_callback_for_get_contac
t_attributes) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contacts_callback_for_get_contac
t_attributes) (TpConnection *proxy, | |
| GHashTable *out_Attributes, | | GHashTable *out_Attributes, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contacts_call_get_contact_a
ttributes (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contacts_call_get_contact_a
ttributes (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
|
| gboolean in_Hold, | | | |
| tp_cli_connection_interface_contacts_callback_for_get_contact_attribute
s callback, | | tp_cli_connection_interface_contacts_callback_for_get_contact_attribute
s callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_contacts_run_get_contact_attributes (T | | static inline TpProxyPendingCall * | |
| pConnection *proxy, | | _tp_cli_connection_interface_contacts_call_get_contact_attributes (TpConnec | |
| | | tion *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
|
| gboolean in_Hold, | | tp_cli_connection_interface_contacts_callback_for_get_contact_attribute | |
| GHashTable **out_Attributes, | | s callback, | |
| GError **error, | | gpointer user_data, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GDestroyNotify destroy, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contacts_call_get_contact_attributes ( | |
| | | proxy, timeout_ms, | |
| | | in_Handles, | |
| | | in_Interfaces, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contacts_call_get_contact_attributes(.. | |
| | | .) _tp_cli_connection_interface_contacts_call_get_contact_attributes (__VA_ | |
| | | ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contacts_callback_for_get_contac
t_by_id) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contacts_callback_for_get_contac
t_by_id) (TpConnection *proxy, | |
| guint out_Handle, | | guint out_Handle, | |
| GHashTable *out_Attributes, | | GHashTable *out_Attributes, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contacts_call_get_contact_b
y_id (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contacts_call_get_contact_b
y_id (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Identifier, | | const gchar *in_Identifier, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
| tp_cli_connection_interface_contacts_callback_for_get_contact_by_id cal
lback, | | tp_cli_connection_interface_contacts_callback_for_get_contact_by_id cal
lback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxyPendingCall * | |
| | | _tp_cli_connection_interface_contacts_call_get_contact_by_id (TpConnection | |
| | | *proxy, | |
| | | gint timeout_ms, | |
| | | const gchar *in_Identifier, | |
| | | const gchar **in_Interfaces, | |
| | | tp_cli_connection_interface_contacts_callback_for_get_contact_by_id cal | |
| | | lback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_contacts_call_get_contact_by_id (proxy | |
| | | , timeout_ms, | |
| | | in_Identifier, | |
| | | in_Interfaces, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_contacts_call_get_contact_by_id(...) _t | |
| | | p_cli_connection_interface_contacts_call_get_contact_by_id (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_location_signal_callback_locatio
n_updated) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_location_signal_callback_locatio
n_updated) (TpConnection *proxy, | |
| guint arg_Contact, | | guint arg_Contact, | |
| GHashTable *arg_Location, | | GHashTable *arg_Location, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_location_connect_to_lo
cation_updated (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_location_connect_to_lo
cation_updated (TpConnection *proxy, | |
| tp_cli_connection_interface_location_signal_callback_location_updated c
allback, | | tp_cli_connection_interface_location_signal_callback_location_updated c
allback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_connection_interface_location_callback_for_get_locati | | #ifndef __GTK_DOC_IGNORE__ | |
| ons) (TpConnection *proxy, | | static inline TpProxySignalConnection * | |
| GHashTable *out_Locations, | | _tp_cli_connection_interface_location_connect_to_location_updated (TpConnec | |
| const GError *error, gpointer user_data, | | tion *proxy, | |
| GObject *weak_object); | | tp_cli_connection_interface_location_signal_callback_location_updated c | |
| | | allback, | |
| TpProxyPendingCall *tp_cli_connection_interface_location_call_get_locations | | | |
| (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| tp_cli_connection_interface_location_callback_for_get_locations callbac | | | |
| k, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object, | |
| | | GError **error) | |
| #ifndef TP_DISABLE_DEPRECATED | | { | |
| gboolean tp_cli_connection_interface_location_run_get_locations (TpConnecti | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| on *proxy, | | return tp_cli_connection_interface_location_connect_to_location_updated ( | |
| gint timeout_ms, | | proxy, callback, user_data, | |
| const GArray *in_Contacts, | | destroy, weak_object, error); | |
| GHashTable **out_Locations, | | } | |
| GError **error, | | #define tp_cli_connection_interface_location_connect_to_location_updated(.. | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | .) _tp_cli_connection_interface_location_connect_to_location_updated (__VA_ | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_location_callback_for_request_lo
cation) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_location_callback_for_request_lo
cation) (TpConnection *proxy, | |
| GHashTable *out_Location, | | GHashTable *out_Location, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_location_call_request_locat
ion (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_location_call_request_locat
ion (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
| tp_cli_connection_interface_location_callback_for_request_location call
back, | | tp_cli_connection_interface_location_callback_for_request_location call
back, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_location_run_request_location (TpConne | | static inline TpProxyPendingCall * | |
| ction *proxy, | | _tp_cli_connection_interface_location_call_request_location (TpConnection * | |
| | | proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
|
| GHashTable **out_Location, | | tp_cli_connection_interface_location_callback_for_request_location call | |
| GError **error, | | back, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_location_call_request_location (proxy, | |
| | | timeout_ms, | |
| | | in_Contact, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_location_call_request_location(...) _tp | |
| | | _cli_connection_interface_location_call_request_location (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_location_callback_for_set_locati
on) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_location_callback_for_set_locati
on) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_location_call_set_location
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_location_call_set_location
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Location, | | GHashTable *in_Location, | |
| tp_cli_connection_interface_location_callback_for_set_location callback
, | | tp_cli_connection_interface_location_callback_for_set_location callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_location_run_set_location (TpConnectio | | static inline TpProxyPendingCall * | |
| n *proxy, | | _tp_cli_connection_interface_location_call_set_location (TpConnection *prox | |
| | | y, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Location, | | GHashTable *in_Location, | |
|
| GError **error, | | tp_cli_connection_interface_location_callback_for_set_location callback | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | , | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_location_call_set_location (proxy, tim | |
| | | eout_ms, | |
| | | in_Location, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_location_call_set_location(...) _tp_cli | |
| | | _connection_interface_location_call_set_location (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_mail_notification_signal_callbac
k_mails_received) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_mail_notification_signal_callbac
k_mails_received) (TpConnection *proxy, | |
| const GPtrArray *arg_Mails, | | const GPtrArray *arg_Mails, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_mail_notification_conn
ect_to_mails_received (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_mail_notification_conn
ect_to_mails_received (TpConnection *proxy, | |
| tp_cli_connection_interface_mail_notification_signal_callback_mails_rec
eived callback, | | tp_cli_connection_interface_mail_notification_signal_callback_mails_rec
eived callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_mail_notification_connect_to_mails_received (T | |
| | | pConnection *proxy, | |
| | | tp_cli_connection_interface_mail_notification_signal_callback_mails_rec | |
| | | eived callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_mail_notification_connect_to_mails_rec | |
| | | eived (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_mail_notification_connect_to_mails_rece | |
| | | ived(...) _tp_cli_connection_interface_mail_notification_connect_to_mails_r | |
| | | eceived (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_mail_notification_signal_callbac
k_unread_mails_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_mail_notification_signal_callbac
k_unread_mails_changed) (TpConnection *proxy, | |
| guint arg_Count, | | guint arg_Count, | |
| const GPtrArray *arg_Mails_Added, | | const GPtrArray *arg_Mails_Added, | |
| const gchar **arg_Mails_Removed, | | const gchar **arg_Mails_Removed, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_mail_notification_conn
ect_to_unread_mails_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_mail_notification_conn
ect_to_unread_mails_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_mail_notification_signal_callback_unread_ma
ils_changed callback, | | tp_cli_connection_interface_mail_notification_signal_callback_unread_ma
ils_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_mail_notification_connect_to_unread_mails_chan | |
| | | ged (TpConnection *proxy, | |
| | | tp_cli_connection_interface_mail_notification_signal_callback_unread_ma | |
| | | ils_changed callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_mail_notification_connect_to_unread_ma | |
| | | ils_changed (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_mail_notification_connect_to_unread_mai | |
| | | ls_changed(...) _tp_cli_connection_interface_mail_notification_connect_to_u | |
| | | nread_mails_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_mail_notification_callback_for_r
equest_inbox_url) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_mail_notification_callback_for_r
equest_inbox_url) (TpConnection *proxy, | |
| const GValueArray *out_URL, | | const GValueArray *out_URL, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_mail_notification_call_requ
est_inbox_url (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_mail_notification_call_requ
est_inbox_url (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_interface_mail_notification_callback_for_request_inbo
x_url callback, | | tp_cli_connection_interface_mail_notification_callback_for_request_inbo
x_url callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_mail_notification_run_request_inbox_ur | | static inline TpProxyPendingCall * | |
| l (TpConnection *proxy, | | _tp_cli_connection_interface_mail_notification_call_request_inbox_url (TpCo | |
| | | nnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
|
| GValueArray **out_URL, | | tp_cli_connection_interface_mail_notification_callback_for_request_inbo | |
| GError **error, | | x_url callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_mail_notification_call_request_inbox_u | |
| | | rl (proxy, timeout_ms, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_mail_notification_call_request_inbox_ur | |
| | | l(...) _tp_cli_connection_interface_mail_notification_call_request_inbox_ur | |
| | | l (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_mail_notification_callback_for_r
equest_mail_url) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_mail_notification_callback_for_r
equest_mail_url) (TpConnection *proxy, | |
| const GValueArray *out_URL, | | const GValueArray *out_URL, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_mail_notification_call_requ
est_mail_url (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_mail_notification_call_requ
est_mail_url (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_ID, | | const gchar *in_ID, | |
| const GValue *in_URL_Data, | | const GValue *in_URL_Data, | |
| tp_cli_connection_interface_mail_notification_callback_for_request_mail
_url callback, | | tp_cli_connection_interface_mail_notification_callback_for_request_mail
_url callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_mail_notification_run_request_mail_url | | static inline TpProxyPendingCall * | |
| (TpConnection *proxy, | | _tp_cli_connection_interface_mail_notification_call_request_mail_url (TpCon | |
| | | nection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_ID, | | const gchar *in_ID, | |
| const GValue *in_URL_Data, | | const GValue *in_URL_Data, | |
|
| GValueArray **out_URL, | | tp_cli_connection_interface_mail_notification_callback_for_request_mail | |
| GError **error, | | _url callback, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | gpointer user_data, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_mail_notification_call_request_mail_ur | |
| | | l (proxy, timeout_ms, | |
| | | in_ID, | |
| | | in_URL_Data, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_mail_notification_call_request_mail_url | |
| | | (...) _tp_cli_connection_interface_mail_notification_call_request_mail_url | |
| | | (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_power_saving_signal_callback_pow
er_saving_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_power_saving_signal_callback_pow
er_saving_changed) (TpConnection *proxy, | |
| gboolean arg_Active, | | gboolean arg_Active, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_power_saving_connect_t
o_power_saving_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_power_saving_connect_t
o_power_saving_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_power_saving_signal_callback_power_saving_c
hanged callback, | | tp_cli_connection_interface_power_saving_signal_callback_power_saving_c
hanged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_power_saving_connect_to_power_saving_changed ( | |
| | | TpConnection *proxy, | |
| | | tp_cli_connection_interface_power_saving_signal_callback_power_saving_c | |
| | | hanged callback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_power_saving_connect_to_power_saving_c | |
| | | hanged (proxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_power_saving_connect_to_power_saving_ch | |
| | | anged(...) _tp_cli_connection_interface_power_saving_connect_to_power_savin | |
| | | g_changed (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_power_saving_callback_for_set_po
wer_saving) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_power_saving_callback_for_set_po
wer_saving) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_power_saving_call_set_power
_saving (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_power_saving_call_set_power
_saving (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gboolean in_Activate, | | gboolean in_Activate, | |
| tp_cli_connection_interface_power_saving_callback_for_set_power_saving
callback, | | tp_cli_connection_interface_power_saving_callback_for_set_power_saving
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_power_saving_run_set_power_saving (TpC | | static inline TpProxyPendingCall * | |
| onnection *proxy, | | _tp_cli_connection_interface_power_saving_call_set_power_saving (TpConnecti | |
| | | on *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gboolean in_Activate, | | gboolean in_Activate, | |
|
| GError **error, | | tp_cli_connection_interface_power_saving_callback_for_set_power_saving | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | callback, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_power_saving_call_set_power_saving (pr | |
| | | oxy, timeout_ms, | |
| | | in_Activate, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_power_saving_call_set_power_saving(...) | |
| | | _tp_cli_connection_interface_power_saving_call_set_power_saving (__VA_ARGS | |
| | | __) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
|
| typedef void (*tp_cli_connection_interface_presence_signal_callback_presenc
e_update) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_presence_signal_callback_presenc
es_changed) (TpConnection *proxy, | |
| GHashTable *arg_Presence, | | GHashTable *arg_Presence, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
|
| TpProxySignalConnection *tp_cli_connection_interface_presence_connect_to_pr | | TpProxySignalConnection *tp_cli_connection_interface_presence_connect_to_pr | |
| esence_update (TpConnection *proxy, | | esences_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_presence_signal_callback_presence_update ca | | tp_cli_connection_interface_presence_signal_callback_presences_changed | |
| llback, | | callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_connection_interface_presence_callback_for_add_status | | #ifndef __GTK_DOC_IGNORE__ | |
| ) (TpConnection *proxy, | | static inline TpProxySignalConnection * | |
| const GError *error, gpointer user_data, | | _tp_cli_connection_interface_presence_connect_to_presences_changed (TpConne | |
| GObject *weak_object); | | ction *proxy, | |
| | | tp_cli_connection_interface_presence_signal_callback_presences_changed | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_add_status (T | | callback, | |
| pConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Status, | | | |
| GHashTable *in_Parameters, | | | |
| tp_cli_connection_interface_presence_callback_for_add_status callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_presence_run_add_status (TpConnection | | | |
| *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Status, | | | |
| GHashTable *in_Parameters, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_clear_stat | | | |
| us) (TpConnection *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_clear_status | | | |
| (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_connection_interface_presence_callback_for_clear_status callback | | | |
| , | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_presence_run_clear_status (TpConnectio | | | |
| n *proxy, | | | |
| gint timeout_ms, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_get_presen | | | |
| ce) (TpConnection *proxy, | | | |
| GHashTable *out_Presence, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_get_presence | | | |
| (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| tp_cli_connection_interface_presence_callback_for_get_presence callback | | | |
| , | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_presence_run_get_presence (TpConnectio | | | |
| n *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| GHashTable **out_Presence, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_get_status | | | |
| es) (TpConnection *proxy, | | | |
| GHashTable *out_Available_Statuses, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_get_statuses | | | |
| (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| tp_cli_connection_interface_presence_callback_for_get_statuses callback | | | |
| , | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object, | |
| | | GError **error) | |
| #ifndef TP_DISABLE_DEPRECATED | | { | |
| gboolean tp_cli_connection_interface_presence_run_get_statuses (TpConnectio | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| n *proxy, | | return tp_cli_connection_interface_presence_connect_to_presences_changed | |
| gint timeout_ms, | | (proxy, callback, user_data, | |
| GHashTable **out_Available_Statuses, | | destroy, weak_object, error); | |
| GError **error, | | } | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | #define tp_cli_connection_interface_presence_connect_to_presences_changed(. | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | ..) _tp_cli_connection_interface_presence_connect_to_presences_changed (__V | |
| | | A_ARGS__) | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_remove_sta | | #endif /* __GTK_DOC_IGNORE__ */ | |
| tus) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_presence_callback_for_set_presen | |
| | | ce) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_remove_status
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_presence_call_set_presence
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Status, | | const gchar *in_Status, | |
|
| tp_cli_connection_interface_presence_callback_for_remove_status callbac | | const gchar *in_Status_Message, | |
| k, | | tp_cli_connection_interface_presence_callback_for_set_presence callback | |
| | | , | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_presence_run_remove_status (TpConnecti | | static inline TpProxyPendingCall * | |
| on *proxy, | | _tp_cli_connection_interface_presence_call_set_presence (TpConnection *prox | |
| | | y, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Status, | | const gchar *in_Status, | |
|
| GError **error, | | const gchar *in_Status_Message, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | tp_cli_connection_interface_presence_callback_for_set_presence callback | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | , | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_request_pr | | | |
| esence) (TpConnection *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_request_prese | | | |
| nce (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| tp_cli_connection_interface_presence_callback_for_request_presence call | | | |
| back, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_presence_run_request_presence (TpConne | | | |
| ction *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_set_last_a | | | |
| ctivity_time) (TpConnection *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_set_last_acti | | | |
| vity_time (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Time, | | | |
| tp_cli_connection_interface_presence_callback_for_set_last_activity_tim | | | |
| e callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_presence_run_set_last_activity_time (T | | | |
| pConnection *proxy, | | | |
| gint timeout_ms, | | | |
| guint in_Time, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_set_status | | | |
| ) (TpConnection *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_set_status (T | | | |
| pConnection *proxy, | | | |
| gint timeout_ms, | | | |
| GHashTable *in_Statuses, | | | |
| tp_cli_connection_interface_presence_callback_for_set_status callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_presence_run_set_status (TpConnection | | | |
| *proxy, | | | |
| gint timeout_ms, | | | |
| GHashTable *in_Statuses, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_renaming_signal_callback_renamed | | | |
| ) (TpConnection *proxy, | | | |
| guint arg_Original, | | | |
| guint arg_New, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_connection_interface_renaming_connect_to_re | | | |
| named (TpConnection *proxy, | | | |
| tp_cli_connection_interface_renaming_signal_callback_renamed callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object, | | | |
| GError **error); | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_renaming_callback_for_request_re | | | |
| name) (TpConnection *proxy, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_renaming_call_request_renam | | | |
| e (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Identifier, | | | |
| tp_cli_connection_interface_renaming_callback_for_request_rename callba | | | |
| ck, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
|
| GObject *weak_object); | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_presence_call_set_presence (proxy, tim | |
| | | eout_ms, | |
| | | in_Status, | |
| | | in_Status_Message, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_presence_call_set_presence(...) _tp_cli | |
| | | _connection_interface_presence_call_set_presence (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_requests_signal_callback_new_cha
nnels) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_requests_signal_callback_new_cha
nnels) (TpConnection *proxy, | |
| const GPtrArray *arg_Channels, | | const GPtrArray *arg_Channels, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_requests_connect_to_ne
w_channels (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_requests_connect_to_ne
w_channels (TpConnection *proxy, | |
| tp_cli_connection_interface_requests_signal_callback_new_channels callb
ack, | | tp_cli_connection_interface_requests_signal_callback_new_channels callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_requests_connect_to_new_channels (TpConnection | |
| | | *proxy, | |
| | | tp_cli_connection_interface_requests_signal_callback_new_channels callb | |
| | | ack, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_requests_connect_to_new_channels (prox | |
| | | y, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_requests_connect_to_new_channels(...) _ | |
| | | tp_cli_connection_interface_requests_connect_to_new_channels (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_requests_signal_callback_channel
_closed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_requests_signal_callback_channel
_closed) (TpConnection *proxy, | |
| const gchar *arg_Removed, | | const gchar *arg_Removed, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_requests_connect_to_ch
annel_closed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_requests_connect_to_ch
annel_closed (TpConnection *proxy, | |
| tp_cli_connection_interface_requests_signal_callback_channel_closed cal
lback, | | tp_cli_connection_interface_requests_signal_callback_channel_closed cal
lback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef __GTK_DOC_IGNORE__ | |
| | | static inline TpProxySignalConnection * | |
| | | _tp_cli_connection_interface_requests_connect_to_channel_closed (TpConnecti | |
| | | on *proxy, | |
| | | tp_cli_connection_interface_requests_signal_callback_channel_closed cal | |
| | | lback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_requests_connect_to_channel_closed (pr | |
| | | oxy, callback, user_data, | |
| | | destroy, weak_object, error); | |
| | | } | |
| | | #define tp_cli_connection_interface_requests_connect_to_channel_closed(...) | |
| | | _tp_cli_connection_interface_requests_connect_to_channel_closed (__VA_ARGS | |
| | | __) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| typedef void (*tp_cli_connection_interface_requests_callback_for_create_cha
nnel) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_requests_callback_for_create_cha
nnel) (TpConnection *proxy, | |
| const gchar *out_Channel, | | const gchar *out_Channel, | |
| GHashTable *out_Properties, | | GHashTable *out_Properties, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_requests_call_create_channe
l (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_requests_call_create_channe
l (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Request, | | GHashTable *in_Request, | |
| tp_cli_connection_interface_requests_callback_for_create_channel callba
ck, | | tp_cli_connection_interface_requests_callback_for_create_channel callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_requests_run_create_channel (TpConnect | | static inline TpProxyPendingCall * | |
| ion *proxy, | | _tp_cli_connection_interface_requests_call_create_channel (TpConnection *pr | |
| | | oxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Request, | | GHashTable *in_Request, | |
|
| gchar **out_Channel, | | tp_cli_connection_interface_requests_callback_for_create_channel callba | |
| GHashTable **out_Properties, | | ck, | |
| GError **error, | | gpointer user_data, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GDestroyNotify destroy, | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | GObject *weak_object) | |
| | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_requests_call_create_channel (proxy, t | |
| | | imeout_ms, | |
| | | in_Request, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_requests_call_create_channel(...) _tp_c | |
| | | li_connection_interface_requests_call_create_channel (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_requests_callback_for_ensure_cha
nnel) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_requests_callback_for_ensure_cha
nnel) (TpConnection *proxy, | |
| gboolean out_Yours, | | gboolean out_Yours, | |
| const gchar *out_Channel, | | const gchar *out_Channel, | |
| GHashTable *out_Properties, | | GHashTable *out_Properties, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_requests_call_ensure_channe
l (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_requests_call_ensure_channe
l (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Request, | | GHashTable *in_Request, | |
| tp_cli_connection_interface_requests_callback_for_ensure_channel callba
ck, | | tp_cli_connection_interface_requests_callback_for_ensure_channel callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef __GTK_DOC_IGNORE__ | |
| gboolean tp_cli_connection_interface_requests_run_ensure_channel (TpConnect | | static inline TpProxyPendingCall * | |
| ion *proxy, | | _tp_cli_connection_interface_requests_call_ensure_channel (TpConnection *pr | |
| | | oxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Request, | | GHashTable *in_Request, | |
|
| gboolean *out_Yours, | | tp_cli_connection_interface_requests_callback_for_ensure_channel callba | |
| gchar **out_Channel, | | ck, | |
| GHashTable **out_Properties, | | gpointer user_data, | |
| GError **error, | | GDestroyNotify destroy, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GObject *weak_object) | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | { | |
| | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| | | return tp_cli_connection_interface_requests_call_ensure_channel (proxy, t | |
| | | imeout_ms, | |
| | | in_Request, | |
| | | callback, user_data, destroy, weak_object); | |
| | | } | |
| | | #define tp_cli_connection_interface_requests_call_ensure_channel(...) _tp_c | |
| | | li_connection_interface_requests_call_ensure_channel (__VA_ARGS__) | |
| | | #endif /* __GTK_DOC_IGNORE__ */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_service_point_signal_callback_se
rvice_points_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_service_point_signal_callback_se
rvice_points_changed) (TpConnection *proxy, | |
| const GPtrArray *arg_Service_Points, | | const GPtrArray *arg_Service_Points, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_service_point_connect_
to_service_points_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_service_point_connect_
to_service_points_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_service_point_signal_callback_service_point
s_changed callback, | | tp_cli_connection_interface_service_point_signal_callback_service_point
s_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
|
| typedef void (*tp_cli_connection_interface_sidecars1_callback_for_ensure_si | | #ifndef __GTK_DOC_IGNORE__ | |
| decar) (TpConnection *proxy, | | static inline TpProxySignalConnection * | |
| const gchar *out_Path, | | _tp_cli_connection_interface_service_point_connect_to_service_points_change | |
| GHashTable *out_Properties, | | d (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | tp_cli_connection_interface_service_point_signal_callback_service_point | |
| GObject *weak_object); | | s_changed callback, | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_sidecars1_call_ensure_sidec | | | |
| ar (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Main_Interface, | | | |
| tp_cli_connection_interface_sidecars1_callback_for_ensure_sidecar callb | | | |
| ack, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_simple_presence_signal_callback_ | | | |
| presences_changed) (TpConnection *proxy, | | | |
| GHashTable *arg_Presence, | | | |
| gpointer user_data, GObject *weak_object); | | | |
| TpProxySignalConnection *tp_cli_connection_interface_simple_presence_connec | | | |
| t_to_presences_changed (TpConnection *proxy, | | | |
| tp_cli_connection_interface_simple_presence_signal_callback_presences_c | | | |
| hanged callback, | | | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
|
| GError **error); | | GError **error) | |
| | | { | |
| typedef void (*tp_cli_connection_interface_simple_presence_callback_for_set | | g_return_val_if_fail (TP_IS_CONNECTION (proxy), NULL); | |
| _presence) (TpConnection *proxy, | | return tp_cli_connection_interface_service_point_connect_to_service_point | |
| const GError *error, gpointer user_data, | | s_changed (proxy, callback, user_data, | |
| GObject *weak_object); | | destroy, weak_object, error); | |
| | | } | |
| TpProxyPendingCall *tp_cli_connection_interface_simple_presence_call_set_pr | | #define tp_cli_connection_interface_service_point_connect_to_service_points | |
| esence (TpConnection *proxy, | | _changed(...) _tp_cli_connection_interface_service_point_connect_to_service | |
| gint timeout_ms, | | _points_changed (__VA_ARGS__) | |
| const gchar *in_Status, | | #endif /* __GTK_DOC_IGNORE__ */ | |
| const gchar *in_Status_Message, | | void tp_cli_connection_add_signals (TpProxy *self, | |
| tp_cli_connection_interface_simple_presence_callback_for_set_presence c | | guint quark, | |
| allback, | | DBusGProxy *proxy, | |
| gpointer user_data, | | gpointer unused); | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_simple_presence_run_set_presence (TpCo | | | |
| nnection *proxy, | | | |
| gint timeout_ms, | | | |
| const gchar *in_Status, | | | |
| const gchar *in_Status_Message, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| typedef void (*tp_cli_connection_interface_simple_presence_callback_for_get | | | |
| _presences) (TpConnection *proxy, | | | |
| GHashTable *out_Presence, | | | |
| const GError *error, gpointer user_data, | | | |
| GObject *weak_object); | | | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_simple_presence_call_get_pr | | | |
| esences (TpConnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| tp_cli_connection_interface_simple_presence_callback_for_get_presences | | | |
| callback, | | | |
| gpointer user_data, | | | |
| GDestroyNotify destroy, | | | |
| GObject *weak_object); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | | |
| gboolean tp_cli_connection_interface_simple_presence_run_get_presences (TpC | | | |
| onnection *proxy, | | | |
| gint timeout_ms, | | | |
| const GArray *in_Contacts, | | | |
| GHashTable **out_Presence, | | | |
| GError **error, | | | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | | |
| #endif /* not TP_DISABLE_DEPRECATED */ | | | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif /* defined (TP_GEN_TP_CLI_CONNECTION_H_INCLUDED) */ | | #endif /* defined (TP_GEN_TP_CLI_CONNECTION_H_INCLUDED) */ | |
| | | | |
End of changes. 133 change blocks. |
| 1095 lines changed or deleted | | 1360 lines changed or added | |
|
| tp-svc-channel.h | | tp-svc-channel.h | |
| #include <glib-object.h> | | #include <glib-object.h> | |
| #include <dbus/dbus-glib.h> | | #include <dbus/dbus-glib.h> | |
|
| #include <telepathy-glib/dbus.h> | | | |
| #include <telepathy-glib/dbus-properties-mixin.h> | | | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
| typedef struct _TpSvcChannel TpSvcChannel; | | typedef struct _TpSvcChannel TpSvcChannel; | |
| | | | |
| typedef struct _TpSvcChannelClass TpSvcChannelClass; | | typedef struct _TpSvcChannelClass TpSvcChannelClass; | |
| | | | |
| GType tp_svc_channel_get_type (void); | | GType tp_svc_channel_get_type (void); | |
| #define TP_TYPE_SVC_CHANNEL \ | | #define TP_TYPE_SVC_CHANNEL \ | |
| (tp_svc_channel_get_type ()) | | (tp_svc_channel_get_type ()) | |
| | | | |
| skipping to change at line 34 | | skipping to change at line 32 | |
| void tp_svc_channel_implement_close (TpSvcChannelClass *klass, tp_svc_chann
el_close_impl impl); | | void tp_svc_channel_implement_close (TpSvcChannelClass *klass, tp_svc_chann
el_close_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_channel_return_from_close (DBusGMethodInvocation *context); | | void tp_svc_channel_return_from_close (DBusGMethodInvocation *context); | |
| static inline void | | static inline void | |
| tp_svc_channel_return_from_close (DBusGMethodInvocation *context) | | tp_svc_channel_return_from_close (DBusGMethodInvocation *context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
|
| typedef void (*tp_svc_channel_get_channel_type_impl) (TpSvcChannel *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_implement_get_channel_type (TpSvcChannelClass *klass, t | | | |
| p_svc_channel_get_channel_type_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_return_from_get_channel_type (DBusGMethodInvocation *co | | | |
| ntext, | | | |
| const gchar *out_Channel_Type); | | | |
| static inline void | | | |
| tp_svc_channel_return_from_get_channel_type (DBusGMethodInvocation *context | | | |
| , | | | |
| const gchar *out_Channel_Type) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Channel_Type); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_get_handle_impl) (TpSvcChannel *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_implement_get_handle (TpSvcChannelClass *klass, tp_svc_ | | | |
| channel_get_handle_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_return_from_get_handle (DBusGMethodInvocation *context, | | | |
| guint out_Target_Handle_Type, | | | |
| guint out_Target_Handle); | | | |
| static inline void | | | |
| tp_svc_channel_return_from_get_handle (DBusGMethodInvocation *context, | | | |
| guint out_Target_Handle_Type, | | | |
| guint out_Target_Handle) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Target_Handle_Type, | | | |
| out_Target_Handle); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_get_interfaces_impl) (TpSvcChannel *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_implement_get_interfaces (TpSvcChannelClass *klass, tp_ | | | |
| svc_channel_get_interfaces_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_return_from_get_interfaces (DBusGMethodInvocation *cont | | | |
| ext, | | | |
| const gchar **out_Interfaces); | | | |
| static inline void | | | |
| tp_svc_channel_return_from_get_interfaces (DBusGMethodInvocation *context, | | | |
| const gchar **out_Interfaces) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Interfaces); | | | |
| } | | | |
| | | | |
| void tp_svc_channel_emit_closed (gpointer instance); | | void tp_svc_channel_emit_closed (gpointer instance); | |
| | | | |
| typedef struct _TpSvcChannelInterfaceAnonymity TpSvcChannelInterfaceAnonymi
ty; | | typedef struct _TpSvcChannelInterfaceAnonymity TpSvcChannelInterfaceAnonymi
ty; | |
| | | | |
| typedef struct _TpSvcChannelInterfaceAnonymityClass TpSvcChannelInterfaceAn
onymityClass; | | typedef struct _TpSvcChannelInterfaceAnonymityClass TpSvcChannelInterfaceAn
onymityClass; | |
| | | | |
| GType tp_svc_channel_interface_anonymity_get_type (void); | | GType tp_svc_channel_interface_anonymity_get_type (void); | |
| #define TP_TYPE_SVC_CHANNEL_INTERFACE_ANONYMITY \ | | #define TP_TYPE_SVC_CHANNEL_INTERFACE_ANONYMITY \ | |
| (tp_svc_channel_interface_anonymity_get_type ()) | | (tp_svc_channel_interface_anonymity_get_type ()) | |
| #define TP_SVC_CHANNEL_INTERFACE_ANONYMITY(obj) \ | | #define TP_SVC_CHANNEL_INTERFACE_ANONYMITY(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_ANONYMIT
Y, TpSvcChannelInterfaceAnonymity)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_ANONYMIT
Y, TpSvcChannelInterfaceAnonymity)) | |
| #define TP_IS_SVC_CHANNEL_INTERFACE_ANONYMITY(obj) \ | | #define TP_IS_SVC_CHANNEL_INTERFACE_ANONYMITY(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_ANONYMIT
Y)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_ANONYMIT
Y)) | |
| #define TP_SVC_CHANNEL_INTERFACE_ANONYMITY_GET_CLASS(obj) \ | | #define TP_SVC_CHANNEL_INTERFACE_ANONYMITY_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_ANONY
MITY, TpSvcChannelInterfaceAnonymityClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_ANONY
MITY, TpSvcChannelInterfaceAnonymityClass)) | |
| | | | |
|
| typedef struct _TpSvcChannelInterfaceCallState TpSvcChannelInterfaceCallSta | | | |
| te; | | | |
| | | | |
| typedef struct _TpSvcChannelInterfaceCallStateClass TpSvcChannelInterfaceCa | | | |
| llStateClass; | | | |
| | | | |
| GType tp_svc_channel_interface_call_state_get_type (void); | | | |
| #define TP_TYPE_SVC_CHANNEL_INTERFACE_CALL_STATE \ | | | |
| (tp_svc_channel_interface_call_state_get_type ()) | | | |
| #define TP_SVC_CHANNEL_INTERFACE_CALL_STATE(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_CALL_STA | | | |
| TE, TpSvcChannelInterfaceCallState)) | | | |
| #define TP_IS_SVC_CHANNEL_INTERFACE_CALL_STATE(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_CALL_STA | | | |
| TE)) | | | |
| #define TP_SVC_CHANNEL_INTERFACE_CALL_STATE_GET_CLASS(obj) \ | | | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_CALL_ | | | |
| STATE, TpSvcChannelInterfaceCallStateClass)) | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_call_state_get_call_states_impl) (T | | | |
| pSvcChannelInterfaceCallState *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_call_state_implement_get_call_states (TpSvcCh | | | |
| annelInterfaceCallStateClass *klass, tp_svc_channel_interface_call_state_ge | | | |
| t_call_states_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_call_state_return_from_get_call_states (DBusG | | | |
| MethodInvocation *context, | | | |
| GHashTable *out_States); | | | |
| static inline void | | | |
| tp_svc_channel_interface_call_state_return_from_get_call_states (DBusGMetho | | | |
| dInvocation *context, | | | |
| GHashTable *out_States) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_States); | | | |
| } | | | |
| | | | |
| void tp_svc_channel_interface_call_state_emit_call_state_changed (gpointer | | | |
| instance, | | | |
| guint arg_Contact, | | | |
| guint arg_State); | | | |
| | | | |
| typedef struct _TpSvcChannelInterfaceCaptchaAuthentication TpSvcChannelInte
rfaceCaptchaAuthentication; | | typedef struct _TpSvcChannelInterfaceCaptchaAuthentication TpSvcChannelInte
rfaceCaptchaAuthentication; | |
| | | | |
| typedef struct _TpSvcChannelInterfaceCaptchaAuthenticationClass TpSvcChanne
lInterfaceCaptchaAuthenticationClass; | | typedef struct _TpSvcChannelInterfaceCaptchaAuthenticationClass TpSvcChanne
lInterfaceCaptchaAuthenticationClass; | |
| | | | |
| GType tp_svc_channel_interface_captcha_authentication_get_type (void); | | GType tp_svc_channel_interface_captcha_authentication_get_type (void); | |
| #define TP_TYPE_SVC_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION \ | | #define TP_TYPE_SVC_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION \ | |
| (tp_svc_channel_interface_captcha_authentication_get_type ()) | | (tp_svc_channel_interface_captcha_authentication_get_type ()) | |
| #define TP_SVC_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION(obj) \ | | #define TP_SVC_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_CAPTCHA_
AUTHENTICATION, TpSvcChannelInterfaceCaptchaAuthentication)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_CAPTCHA_
AUTHENTICATION, TpSvcChannelInterfaceCaptchaAuthentication)) | |
| #define TP_IS_SVC_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION(obj) \ | | #define TP_IS_SVC_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION(obj) \ | |
| | | | |
| skipping to change at line 392 | | skipping to change at line 309 | |
| void tp_svc_channel_interface_group_implement_add_members (TpSvcChannelInte
rfaceGroupClass *klass, tp_svc_channel_interface_group_add_members_impl imp
l); | | void tp_svc_channel_interface_group_implement_add_members (TpSvcChannelInte
rfaceGroupClass *klass, tp_svc_channel_interface_group_add_members_impl imp
l); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_channel_interface_group_return_from_add_members (DBusGMethodInv
ocation *context); | | void tp_svc_channel_interface_group_return_from_add_members (DBusGMethodInv
ocation *context); | |
| static inline void | | static inline void | |
| tp_svc_channel_interface_group_return_from_add_members (DBusGMethodInvocati
on *context) | | tp_svc_channel_interface_group_return_from_add_members (DBusGMethodInvocati
on *context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
|
| typedef void (*tp_svc_channel_interface_group_get_all_members_impl) (TpSvcC | | | |
| hannelInterfaceGroup *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_group_implement_get_all_members (TpSvcChannel | | | |
| InterfaceGroupClass *klass, tp_svc_channel_interface_group_get_all_members_ | | | |
| impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_group_return_from_get_all_members (DBusGMetho | | | |
| dInvocation *context, | | | |
| const GArray *out_Members, | | | |
| const GArray *out_Local_Pending, | | | |
| const GArray *out_Remote_Pending); | | | |
| static inline void | | | |
| tp_svc_channel_interface_group_return_from_get_all_members (DBusGMethodInvo | | | |
| cation *context, | | | |
| const GArray *out_Members, | | | |
| const GArray *out_Local_Pending, | | | |
| const GArray *out_Remote_Pending) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Members, | | | |
| out_Local_Pending, | | | |
| out_Remote_Pending); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_group_get_group_flags_impl) (TpSvcC | | | |
| hannelInterfaceGroup *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_group_implement_get_group_flags (TpSvcChannel | | | |
| InterfaceGroupClass *klass, tp_svc_channel_interface_group_get_group_flags_ | | | |
| impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_group_return_from_get_group_flags (DBusGMetho | | | |
| dInvocation *context, | | | |
| guint out_Group_Flags); | | | |
| static inline void | | | |
| tp_svc_channel_interface_group_return_from_get_group_flags (DBusGMethodInvo | | | |
| cation *context, | | | |
| guint out_Group_Flags) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Group_Flags); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_group_get_handle_owners_impl) (TpSv | | | |
| cChannelInterfaceGroup *self, | | | |
| const GArray *in_Handles, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_group_implement_get_handle_owners (TpSvcChann | | | |
| elInterfaceGroupClass *klass, tp_svc_channel_interface_group_get_handle_own | | | |
| ers_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_group_return_from_get_handle_owners (DBusGMet | | | |
| hodInvocation *context, | | | |
| const GArray *out_Owners); | | | |
| static inline void | | | |
| tp_svc_channel_interface_group_return_from_get_handle_owners (DBusGMethodIn | | | |
| vocation *context, | | | |
| const GArray *out_Owners) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Owners); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_group_get_local_pending_members_imp | | | |
| l) (TpSvcChannelInterfaceGroup *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_group_implement_get_local_pending_members (Tp | | | |
| SvcChannelInterfaceGroupClass *klass, tp_svc_channel_interface_group_get_lo | | | |
| cal_pending_members_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_group_return_from_get_local_pending_members ( | | | |
| DBusGMethodInvocation *context, | | | |
| const GArray *out_Handles); | | | |
| static inline void | | | |
| tp_svc_channel_interface_group_return_from_get_local_pending_members (DBusG | | | |
| MethodInvocation *context, | | | |
| const GArray *out_Handles) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Handles); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_group_get_local_pending_members_wit | | | |
| h_info_impl) (TpSvcChannelInterfaceGroup *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_group_implement_get_local_pending_members_wit | | | |
| h_info (TpSvcChannelInterfaceGroupClass *klass, tp_svc_channel_interface_gr | | | |
| oup_get_local_pending_members_with_info_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_group_return_from_get_local_pending_members_w | | | |
| ith_info (DBusGMethodInvocation *context, | | | |
| const GPtrArray *out_Info); | | | |
| static inline void | | | |
| tp_svc_channel_interface_group_return_from_get_local_pending_members_with_i | | | |
| nfo (DBusGMethodInvocation *context, | | | |
| const GPtrArray *out_Info) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Info); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_group_get_members_impl) (TpSvcChann | | | |
| elInterfaceGroup *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_group_implement_get_members (TpSvcChannelInte | | | |
| rfaceGroupClass *klass, tp_svc_channel_interface_group_get_members_impl imp | | | |
| l); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_group_return_from_get_members (DBusGMethodInv | | | |
| ocation *context, | | | |
| const GArray *out_Handles); | | | |
| static inline void | | | |
| tp_svc_channel_interface_group_return_from_get_members (DBusGMethodInvocati | | | |
| on *context, | | | |
| const GArray *out_Handles) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Handles); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_group_get_remote_pending_members_im | | | |
| pl) (TpSvcChannelInterfaceGroup *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_group_implement_get_remote_pending_members (T | | | |
| pSvcChannelInterfaceGroupClass *klass, tp_svc_channel_interface_group_get_r | | | |
| emote_pending_members_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_group_return_from_get_remote_pending_members | | | |
| (DBusGMethodInvocation *context, | | | |
| const GArray *out_Handles); | | | |
| static inline void | | | |
| tp_svc_channel_interface_group_return_from_get_remote_pending_members (DBus | | | |
| GMethodInvocation *context, | | | |
| const GArray *out_Handles) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Handles); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_group_get_self_handle_impl) (TpSvcC | | | |
| hannelInterfaceGroup *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_group_implement_get_self_handle (TpSvcChannel | | | |
| InterfaceGroupClass *klass, tp_svc_channel_interface_group_get_self_handle_ | | | |
| impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_group_return_from_get_self_handle (DBusGMetho | | | |
| dInvocation *context, | | | |
| guint out_Self_Handle); | | | |
| static inline void | | | |
| tp_svc_channel_interface_group_return_from_get_self_handle (DBusGMethodInvo | | | |
| cation *context, | | | |
| guint out_Self_Handle) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Self_Handle); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_group_remove_members_impl) (TpSvcCh
annelInterfaceGroup *self, | | typedef void (*tp_svc_channel_interface_group_remove_members_impl) (TpSvcCh
annelInterfaceGroup *self, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
|
| | | guint in_Reason, | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_channel_interface_group_implement_remove_members (TpSvcChannelI
nterfaceGroupClass *klass, tp_svc_channel_interface_group_remove_members_im
pl impl); | | void tp_svc_channel_interface_group_implement_remove_members (TpSvcChannelI
nterfaceGroupClass *klass, tp_svc_channel_interface_group_remove_members_im
pl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_channel_interface_group_return_from_remove_members (DBusGMethod
Invocation *context); | | void tp_svc_channel_interface_group_return_from_remove_members (DBusGMethod
Invocation *context); | |
| static inline void | | static inline void | |
| tp_svc_channel_interface_group_return_from_remove_members (DBusGMethodInvoc
ation *context) | | tp_svc_channel_interface_group_return_from_remove_members (DBusGMethodInvoc
ation *context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
|
| typedef void (*tp_svc_channel_interface_group_remove_members_with_reason_im | | | |
| pl) (TpSvcChannelInterfaceGroup *self, | | | |
| const GArray *in_Contacts, | | | |
| const gchar *in_Message, | | | |
| guint in_Reason, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_group_implement_remove_members_with_reason (T | | | |
| pSvcChannelInterfaceGroupClass *klass, tp_svc_channel_interface_group_remov | | | |
| e_members_with_reason_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_group_return_from_remove_members_with_reason | | | |
| (DBusGMethodInvocation *context); | | | |
| static inline void | | | |
| tp_svc_channel_interface_group_return_from_remove_members_with_reason (DBus | | | |
| GMethodInvocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| void tp_svc_channel_interface_group_emit_handle_owners_changed (gpointer in
stance, | | void tp_svc_channel_interface_group_emit_handle_owners_changed (gpointer in
stance, | |
| GHashTable *arg_Added, | | GHashTable *arg_Added, | |
|
| const GArray *arg_Removed); | | | |
| void tp_svc_channel_interface_group_emit_handle_owners_changed_detailed (gp | | | |
| ointer instance, | | | |
| GHashTable *arg_Added, | | | |
| const GArray *arg_Removed, | | const GArray *arg_Removed, | |
| GHashTable *arg_Identifiers); | | GHashTable *arg_Identifiers); | |
|
| void tp_svc_channel_interface_group_emit_self_handle_changed (gpointer inst | | | |
| ance, | | | |
| guint arg_Self_Handle); | | | |
| void tp_svc_channel_interface_group_emit_self_contact_changed (gpointer ins
tance, | | void tp_svc_channel_interface_group_emit_self_contact_changed (gpointer ins
tance, | |
| guint arg_Self_Handle, | | guint arg_Self_Handle, | |
| const gchar *arg_Self_ID); | | const gchar *arg_Self_ID); | |
| void tp_svc_channel_interface_group_emit_group_flags_changed (gpointer inst
ance, | | void tp_svc_channel_interface_group_emit_group_flags_changed (gpointer inst
ance, | |
| guint arg_Added, | | guint arg_Added, | |
| guint arg_Removed); | | guint arg_Removed); | |
| void tp_svc_channel_interface_group_emit_members_changed (gpointer instance
, | | void tp_svc_channel_interface_group_emit_members_changed (gpointer instance
, | |
|
| const gchar *arg_Message, | | | |
| const GArray *arg_Added, | | | |
| const GArray *arg_Removed, | | | |
| const GArray *arg_Local_Pending, | | | |
| const GArray *arg_Remote_Pending, | | | |
| guint arg_Actor, | | | |
| guint arg_Reason); | | | |
| void tp_svc_channel_interface_group_emit_members_changed_detailed (gpointer | | | |
| instance, | | | |
| const GArray *arg_Added, | | const GArray *arg_Added, | |
| const GArray *arg_Removed, | | const GArray *arg_Removed, | |
| const GArray *arg_Local_Pending, | | const GArray *arg_Local_Pending, | |
| const GArray *arg_Remote_Pending, | | const GArray *arg_Remote_Pending, | |
| GHashTable *arg_Details); | | GHashTable *arg_Details); | |
| | | | |
| typedef struct _TpSvcChannelInterfaceHold TpSvcChannelInterfaceHold; | | typedef struct _TpSvcChannelInterfaceHold TpSvcChannelInterfaceHold; | |
| | | | |
| typedef struct _TpSvcChannelInterfaceHoldClass TpSvcChannelInterfaceHoldCla
ss; | | typedef struct _TpSvcChannelInterfaceHoldClass TpSvcChannelInterfaceHoldCla
ss; | |
| | | | |
| | | | |
| skipping to change at line 627 | | skipping to change at line 390 | |
| static inline void | | static inline void | |
| tp_svc_channel_interface_hold_return_from_request_hold (DBusGMethodInvocati
on *context) | | tp_svc_channel_interface_hold_return_from_request_hold (DBusGMethodInvocati
on *context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
| void tp_svc_channel_interface_hold_emit_hold_state_changed (gpointer instan
ce, | | void tp_svc_channel_interface_hold_emit_hold_state_changed (gpointer instan
ce, | |
| guint arg_HoldState, | | guint arg_HoldState, | |
| guint arg_Reason); | | guint arg_Reason); | |
| | | | |
|
| typedef struct _TpSvcChannelInterfaceMediaSignalling TpSvcChannelInterfaceM | | | |
| ediaSignalling; | | | |
| | | | |
| typedef struct _TpSvcChannelInterfaceMediaSignallingClass TpSvcChannelInter | | | |
| faceMediaSignallingClass; | | | |
| | | | |
| GType tp_svc_channel_interface_media_signalling_get_type (void); | | | |
| #define TP_TYPE_SVC_CHANNEL_INTERFACE_MEDIA_SIGNALLING \ | | | |
| (tp_svc_channel_interface_media_signalling_get_type ()) | | | |
| #define TP_SVC_CHANNEL_INTERFACE_MEDIA_SIGNALLING(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_MEDIA_SI | | | |
| GNALLING, TpSvcChannelInterfaceMediaSignalling)) | | | |
| #define TP_IS_SVC_CHANNEL_INTERFACE_MEDIA_SIGNALLING(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_MEDIA_SI | | | |
| GNALLING)) | | | |
| #define TP_SVC_CHANNEL_INTERFACE_MEDIA_SIGNALLING_GET_CLASS(obj) \ | | | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_MEDIA | | | |
| _SIGNALLING, TpSvcChannelInterfaceMediaSignallingClass)) | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_media_signalling_get_session_handle | | | |
| rs_impl) (TpSvcChannelInterfaceMediaSignalling *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_media_signalling_implement_get_session_handle | | | |
| rs (TpSvcChannelInterfaceMediaSignallingClass *klass, tp_svc_channel_interf | | | |
| ace_media_signalling_get_session_handlers_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_media_signalling_return_from_get_session_hand | | | |
| lers (DBusGMethodInvocation *context, | | | |
| const GPtrArray *out_Session_Handlers); | | | |
| static inline void | | | |
| tp_svc_channel_interface_media_signalling_return_from_get_session_handlers | | | |
| (DBusGMethodInvocation *context, | | | |
| const GPtrArray *out_Session_Handlers) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Session_Handlers); | | | |
| } | | | |
| | | | |
| void tp_svc_channel_interface_media_signalling_emit_new_session_handler (gp | | | |
| ointer instance, | | | |
| const gchar *arg_Session_Handler, | | | |
| const gchar *arg_Session_Type); | | | |
| | | | |
| typedef struct _TpSvcChannelInterfaceMessages TpSvcChannelInterfaceMessages | | | |
| ; | | | |
| | | | |
| typedef struct _TpSvcChannelInterfaceMessagesClass TpSvcChannelInterfaceMes | | | |
| sagesClass; | | | |
| | | | |
| GType tp_svc_channel_interface_messages_get_type (void); | | | |
| #define TP_TYPE_SVC_CHANNEL_INTERFACE_MESSAGES \ | | | |
| (tp_svc_channel_interface_messages_get_type ()) | | | |
| #define TP_SVC_CHANNEL_INTERFACE_MESSAGES(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_MESSAGES | | | |
| , TpSvcChannelInterfaceMessages)) | | | |
| #define TP_IS_SVC_CHANNEL_INTERFACE_MESSAGES(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_MESSAGES | | | |
| )) | | | |
| #define TP_SVC_CHANNEL_INTERFACE_MESSAGES_GET_CLASS(obj) \ | | | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_MESSA | | | |
| GES, TpSvcChannelInterfaceMessagesClass)) | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_messages_send_message_impl) (TpSvcC | | | |
| hannelInterfaceMessages *self, | | | |
| const GPtrArray *in_Message, | | | |
| guint in_Flags, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_messages_implement_send_message (TpSvcChannel | | | |
| InterfaceMessagesClass *klass, tp_svc_channel_interface_messages_send_messa | | | |
| ge_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_messages_return_from_send_message (DBusGMetho | | | |
| dInvocation *context, | | | |
| const gchar *out_Token); | | | |
| static inline void | | | |
| tp_svc_channel_interface_messages_return_from_send_message (DBusGMethodInvo | | | |
| cation *context, | | | |
| const gchar *out_Token) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Token); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_interface_messages_get_pending_message_conten | | | |
| t_impl) (TpSvcChannelInterfaceMessages *self, | | | |
| guint in_Message_ID, | | | |
| const GArray *in_Parts, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_interface_messages_implement_get_pending_message_conten | | | |
| t (TpSvcChannelInterfaceMessagesClass *klass, tp_svc_channel_interface_mess | | | |
| ages_get_pending_message_content_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_interface_messages_return_from_get_pending_message_cont | | | |
| ent (DBusGMethodInvocation *context, | | | |
| GHashTable *out_Content); | | | |
| static inline void | | | |
| tp_svc_channel_interface_messages_return_from_get_pending_message_content ( | | | |
| DBusGMethodInvocation *context, | | | |
| GHashTable *out_Content) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Content); | | | |
| } | | | |
| | | | |
| void tp_svc_channel_interface_messages_emit_message_sent (gpointer instance | | | |
| , | | | |
| const GPtrArray *arg_Content, | | | |
| guint arg_Flags, | | | |
| const gchar *arg_Message_Token); | | | |
| void tp_svc_channel_interface_messages_emit_pending_messages_removed (gpoin | | | |
| ter instance, | | | |
| const GArray *arg_Message_IDs); | | | |
| void tp_svc_channel_interface_messages_emit_message_received (gpointer inst | | | |
| ance, | | | |
| const GPtrArray *arg_Message); | | | |
| | | | |
| typedef struct _TpSvcChannelInterfacePassword TpSvcChannelInterfacePassword
; | | typedef struct _TpSvcChannelInterfacePassword TpSvcChannelInterfacePassword
; | |
| | | | |
| typedef struct _TpSvcChannelInterfacePasswordClass TpSvcChannelInterfacePas
swordClass; | | typedef struct _TpSvcChannelInterfacePasswordClass TpSvcChannelInterfacePas
swordClass; | |
| | | | |
| GType tp_svc_channel_interface_password_get_type (void); | | GType tp_svc_channel_interface_password_get_type (void); | |
| #define TP_TYPE_SVC_CHANNEL_INTERFACE_PASSWORD \ | | #define TP_TYPE_SVC_CHANNEL_INTERFACE_PASSWORD \ | |
| (tp_svc_channel_interface_password_get_type ()) | | (tp_svc_channel_interface_password_get_type ()) | |
| #define TP_SVC_CHANNEL_INTERFACE_PASSWORD(obj) \ | | #define TP_SVC_CHANNEL_INTERFACE_PASSWORD(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_PASSWORD
, TpSvcChannelInterfacePassword)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_INTERFACE_PASSWORD
, TpSvcChannelInterfacePassword)) | |
| #define TP_IS_SVC_CHANNEL_INTERFACE_PASSWORD(obj) \ | | #define TP_IS_SVC_CHANNEL_INTERFACE_PASSWORD(obj) \ | |
| | | | |
| skipping to change at line 1107 | | skipping to change at line 780 | |
| guint arg_Call_State, | | guint arg_Call_State, | |
| guint arg_Call_Flags, | | guint arg_Call_Flags, | |
| const GValueArray *arg_Call_State_Reason, | | const GValueArray *arg_Call_State_Reason, | |
| GHashTable *arg_Call_State_Details); | | GHashTable *arg_Call_State_Details); | |
| void tp_svc_channel_type_call_emit_call_members_changed (gpointer instance, | | void tp_svc_channel_type_call_emit_call_members_changed (gpointer instance, | |
| GHashTable *arg_Flags_Changed, | | GHashTable *arg_Flags_Changed, | |
| GHashTable *arg_Identifiers, | | GHashTable *arg_Identifiers, | |
| const GArray *arg_Removed, | | const GArray *arg_Removed, | |
| const GValueArray *arg_Reason); | | const GValueArray *arg_Reason); | |
| | | | |
|
| typedef struct _TpSvcChannelTypeContactList TpSvcChannelTypeContactList; | | | |
| | | | |
| typedef struct _TpSvcChannelTypeContactListClass TpSvcChannelTypeContactLis | | | |
| tClass; | | | |
| | | | |
| GType tp_svc_channel_type_contact_list_get_type (void); | | | |
| #define TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_LIST \ | | | |
| (tp_svc_channel_type_contact_list_get_type ()) | | | |
| #define TP_SVC_CHANNEL_TYPE_CONTACT_LIST(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_LIST, | | | |
| TpSvcChannelTypeContactList)) | | | |
| #define TP_IS_SVC_CHANNEL_TYPE_CONTACT_LIST(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_LIST) | | | |
| ) | | | |
| #define TP_SVC_CHANNEL_TYPE_CONTACT_LIST_GET_CLASS(obj) \ | | | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_LI | | | |
| ST, TpSvcChannelTypeContactListClass)) | | | |
| | | | |
| typedef struct _TpSvcChannelTypeContactSearch TpSvcChannelTypeContactSearch
; | | typedef struct _TpSvcChannelTypeContactSearch TpSvcChannelTypeContactSearch
; | |
| | | | |
| typedef struct _TpSvcChannelTypeContactSearchClass TpSvcChannelTypeContactS
earchClass; | | typedef struct _TpSvcChannelTypeContactSearchClass TpSvcChannelTypeContactS
earchClass; | |
| | | | |
| GType tp_svc_channel_type_contact_search_get_type (void); | | GType tp_svc_channel_type_contact_search_get_type (void); | |
| #define TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_SEARCH \ | | #define TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_SEARCH \ | |
| (tp_svc_channel_type_contact_search_get_type ()) | | (tp_svc_channel_type_contact_search_get_type ()) | |
| #define TP_SVC_CHANNEL_TYPE_CONTACT_SEARCH(obj) \ | | #define TP_SVC_CHANNEL_TYPE_CONTACT_SEARCH(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_SEARC
H, TpSvcChannelTypeContactSearch)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_SEARC
H, TpSvcChannelTypeContactSearch)) | |
| #define TP_IS_SVC_CHANNEL_TYPE_CONTACT_SEARCH(obj) \ | | #define TP_IS_SVC_CHANNEL_TYPE_CONTACT_SEARCH(obj) \ | |
| | | | |
| skipping to change at line 1427 | | skipping to change at line 1086 | |
| static inline void | | static inline void | |
| tp_svc_channel_type_stream_tube_return_from_accept (DBusGMethodInvocation *
context, | | tp_svc_channel_type_stream_tube_return_from_accept (DBusGMethodInvocation *
context, | |
| const GValue *out_address) | | const GValue *out_address) | |
| { | | { | |
| dbus_g_method_return (context, | | dbus_g_method_return (context, | |
| out_address); | | out_address); | |
| } | | } | |
| | | | |
| void tp_svc_channel_type_stream_tube_emit_new_remote_connection (gpointer i
nstance, | | void tp_svc_channel_type_stream_tube_emit_new_remote_connection (gpointer i
nstance, | |
| guint arg_Handle, | | guint arg_Handle, | |
|
| | | const gchar *arg_Identifier, | |
| const GValue *arg_Connection_Param, | | const GValue *arg_Connection_Param, | |
| guint arg_Connection_ID); | | guint arg_Connection_ID); | |
| void tp_svc_channel_type_stream_tube_emit_new_local_connection (gpointer in
stance, | | void tp_svc_channel_type_stream_tube_emit_new_local_connection (gpointer in
stance, | |
| guint arg_Connection_ID); | | guint arg_Connection_ID); | |
| void tp_svc_channel_type_stream_tube_emit_connection_closed (gpointer insta
nce, | | void tp_svc_channel_type_stream_tube_emit_connection_closed (gpointer insta
nce, | |
| guint arg_Connection_ID, | | guint arg_Connection_ID, | |
| const gchar *arg_Error, | | const gchar *arg_Error, | |
| const gchar *arg_Message); | | const gchar *arg_Message); | |
| | | | |
|
| typedef struct _TpSvcChannelTypeStreamedMedia TpSvcChannelTypeStreamedMedia | | | |
| ; | | | |
| | | | |
| typedef struct _TpSvcChannelTypeStreamedMediaClass TpSvcChannelTypeStreamed | | | |
| MediaClass; | | | |
| | | | |
| GType tp_svc_channel_type_streamed_media_get_type (void); | | | |
| #define TP_TYPE_SVC_CHANNEL_TYPE_STREAMED_MEDIA \ | | | |
| (tp_svc_channel_type_streamed_media_get_type ()) | | | |
| #define TP_SVC_CHANNEL_TYPE_STREAMED_MEDIA(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_TYPE_STREAMED_MEDI | | | |
| A, TpSvcChannelTypeStreamedMedia)) | | | |
| #define TP_IS_SVC_CHANNEL_TYPE_STREAMED_MEDIA(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CHANNEL_TYPE_STREAMED_MEDI | | | |
| A)) | | | |
| #define TP_SVC_CHANNEL_TYPE_STREAMED_MEDIA_GET_CLASS(obj) \ | | | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CHANNEL_TYPE_STREAMED_M | | | |
| EDIA, TpSvcChannelTypeStreamedMediaClass)) | | | |
| | | | |
| typedef void (*tp_svc_channel_type_streamed_media_list_streams_impl) (TpSvc | | | |
| ChannelTypeStreamedMedia *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_streamed_media_implement_list_streams (TpSvcChanne | | | |
| lTypeStreamedMediaClass *klass, tp_svc_channel_type_streamed_media_list_str | | | |
| eams_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_streamed_media_return_from_list_streams (DBusGMeth | | | |
| odInvocation *context, | | | |
| const GPtrArray *out_Streams); | | | |
| static inline void | | | |
| tp_svc_channel_type_streamed_media_return_from_list_streams (DBusGMethodInv | | | |
| ocation *context, | | | |
| const GPtrArray *out_Streams) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Streams); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_streamed_media_remove_streams_impl) (TpS | | | |
| vcChannelTypeStreamedMedia *self, | | | |
| const GArray *in_Streams, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_streamed_media_implement_remove_streams (TpSvcChan | | | |
| nelTypeStreamedMediaClass *klass, tp_svc_channel_type_streamed_media_remove | | | |
| _streams_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_streamed_media_return_from_remove_streams (DBusGMe | | | |
| thodInvocation *context); | | | |
| static inline void | | | |
| tp_svc_channel_type_streamed_media_return_from_remove_streams (DBusGMethodI | | | |
| nvocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_streamed_media_request_stream_direction_ | | | |
| impl) (TpSvcChannelTypeStreamedMedia *self, | | | |
| guint in_Stream_ID, | | | |
| guint in_Stream_Direction, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_streamed_media_implement_request_stream_direction | | | |
| (TpSvcChannelTypeStreamedMediaClass *klass, tp_svc_channel_type_streamed_me | | | |
| dia_request_stream_direction_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_streamed_media_return_from_request_stream_directio | | | |
| n (DBusGMethodInvocation *context); | | | |
| static inline void | | | |
| tp_svc_channel_type_streamed_media_return_from_request_stream_direction (DB | | | |
| usGMethodInvocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_streamed_media_request_streams_impl) (Tp | | | |
| SvcChannelTypeStreamedMedia *self, | | | |
| guint in_Contact_Handle, | | | |
| const GArray *in_Types, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_streamed_media_implement_request_streams (TpSvcCha | | | |
| nnelTypeStreamedMediaClass *klass, tp_svc_channel_type_streamed_media_reque | | | |
| st_streams_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_streamed_media_return_from_request_streams (DBusGM | | | |
| ethodInvocation *context, | | | |
| const GPtrArray *out_Streams); | | | |
| static inline void | | | |
| tp_svc_channel_type_streamed_media_return_from_request_streams (DBusGMethod | | | |
| Invocation *context, | | | |
| const GPtrArray *out_Streams) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Streams); | | | |
| } | | | |
| | | | |
| void tp_svc_channel_type_streamed_media_emit_stream_added (gpointer instanc | | | |
| e, | | | |
| guint arg_Stream_ID, | | | |
| guint arg_Contact_Handle, | | | |
| guint arg_Stream_Type); | | | |
| void tp_svc_channel_type_streamed_media_emit_stream_direction_changed (gpoi | | | |
| nter instance, | | | |
| guint arg_Stream_ID, | | | |
| guint arg_Stream_Direction, | | | |
| guint arg_Pending_Flags); | | | |
| void tp_svc_channel_type_streamed_media_emit_stream_error (gpointer instanc | | | |
| e, | | | |
| guint arg_Stream_ID, | | | |
| guint arg_Error_Code, | | | |
| const gchar *arg_Message); | | | |
| void tp_svc_channel_type_streamed_media_emit_stream_removed (gpointer insta | | | |
| nce, | | | |
| guint arg_Stream_ID); | | | |
| void tp_svc_channel_type_streamed_media_emit_stream_state_changed (gpointer | | | |
| instance, | | | |
| guint arg_Stream_ID, | | | |
| guint arg_Stream_State); | | | |
| | | | |
| typedef struct _TpSvcChannelTypeText TpSvcChannelTypeText; | | typedef struct _TpSvcChannelTypeText TpSvcChannelTypeText; | |
| | | | |
| typedef struct _TpSvcChannelTypeTextClass TpSvcChannelTypeTextClass; | | typedef struct _TpSvcChannelTypeTextClass TpSvcChannelTypeTextClass; | |
| | | | |
| GType tp_svc_channel_type_text_get_type (void); | | GType tp_svc_channel_type_text_get_type (void); | |
| #define TP_TYPE_SVC_CHANNEL_TYPE_TEXT \ | | #define TP_TYPE_SVC_CHANNEL_TYPE_TEXT \ | |
| (tp_svc_channel_type_text_get_type ()) | | (tp_svc_channel_type_text_get_type ()) | |
| #define TP_SVC_CHANNEL_TYPE_TEXT(obj) \ | | #define TP_SVC_CHANNEL_TYPE_TEXT(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_TYPE_TEXT, TpSvcCh
annelTypeText)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_TYPE_TEXT, TpSvcCh
annelTypeText)) | |
| #define TP_IS_SVC_CHANNEL_TYPE_TEXT(obj) \ | | #define TP_IS_SVC_CHANNEL_TYPE_TEXT(obj) \ | |
| | | | |
| skipping to change at line 1554 | | skipping to change at line 1123 | |
| void tp_svc_channel_type_text_implement_acknowledge_pending_messages (TpSvc
ChannelTypeTextClass *klass, tp_svc_channel_type_text_acknowledge_pending_m
essages_impl impl); | | void tp_svc_channel_type_text_implement_acknowledge_pending_messages (TpSvc
ChannelTypeTextClass *klass, tp_svc_channel_type_text_acknowledge_pending_m
essages_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_channel_type_text_return_from_acknowledge_pending_messages (DBu
sGMethodInvocation *context); | | void tp_svc_channel_type_text_return_from_acknowledge_pending_messages (DBu
sGMethodInvocation *context); | |
| static inline void | | static inline void | |
| tp_svc_channel_type_text_return_from_acknowledge_pending_messages (DBusGMet
hodInvocation *context) | | tp_svc_channel_type_text_return_from_acknowledge_pending_messages (DBusGMet
hodInvocation *context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
|
| typedef void (*tp_svc_channel_type_text_get_message_types_impl) (TpSvcChann | | typedef void (*tp_svc_channel_type_text_send_message_impl) (TpSvcChannelTyp | |
| elTypeText *self, | | eText *self, | |
| DBusGMethodInvocation *context); | | const GPtrArray *in_Message, | |
| void tp_svc_channel_type_text_implement_get_message_types (TpSvcChannelType | | guint in_Flags, | |
| TextClass *klass, tp_svc_channel_type_text_get_message_types_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_text_return_from_get_message_types (DBusGMethodInv | | | |
| ocation *context, | | | |
| const GArray *out_Available_Types); | | | |
| static inline void | | | |
| tp_svc_channel_type_text_return_from_get_message_types (DBusGMethodInvocati | | | |
| on *context, | | | |
| const GArray *out_Available_Types) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Available_Types); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_text_list_pending_messages_impl) (TpSvcC | | | |
| hannelTypeText *self, | | | |
| gboolean in_Clear, | | | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
|
| void tp_svc_channel_type_text_implement_list_pending_messages (TpSvcChannel
TypeTextClass *klass, tp_svc_channel_type_text_list_pending_messages_impl i
mpl); | | void tp_svc_channel_type_text_implement_send_message (TpSvcChannelTypeTextC
lass *klass, tp_svc_channel_type_text_send_message_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
|
| void tp_svc_channel_type_text_return_from_list_pending_messages (DBusGMetho | | void tp_svc_channel_type_text_return_from_send_message (DBusGMethodInvocati | |
| dInvocation *context, | | on *context, | |
| const GPtrArray *out_Pending_Messages); | | const gchar *out_Token); | |
| static inline void | | static inline void | |
|
| tp_svc_channel_type_text_return_from_list_pending_messages (DBusGMethodInvo | | tp_svc_channel_type_text_return_from_send_message (DBusGMethodInvocation *c | |
| cation *context, | | ontext, | |
| const GPtrArray *out_Pending_Messages) | | const gchar *out_Token) | |
| { | | { | |
| dbus_g_method_return (context, | | dbus_g_method_return (context, | |
|
| out_Pending_Messages); | | out_Token); | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_text_send_impl) (TpSvcChannelTypeText *s | | | |
| elf, | | | |
| guint in_Type, | | | |
| const gchar *in_Text, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_text_implement_send (TpSvcChannelTypeTextClass *kl | | | |
| ass, tp_svc_channel_type_text_send_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_text_return_from_send (DBusGMethodInvocation *cont | | | |
| ext); | | | |
| static inline void | | | |
| tp_svc_channel_type_text_return_from_send (DBusGMethodInvocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | } | |
| | | | |
|
| void tp_svc_channel_type_text_emit_lost_message (gpointer instance); | | void tp_svc_channel_type_text_emit_message_sent (gpointer instance, | |
| void tp_svc_channel_type_text_emit_received (gpointer instance, | | const GPtrArray *arg_Content, | |
| guint arg_ID, | | | |
| guint arg_Timestamp, | | | |
| guint arg_Sender, | | | |
| guint arg_Type, | | | |
| guint arg_Flags, | | guint arg_Flags, | |
|
| const gchar *arg_Text); | | const gchar *arg_Message_Token); | |
| void tp_svc_channel_type_text_emit_send_error (gpointer instance, | | void tp_svc_channel_type_text_emit_pending_messages_removed (gpointer insta | |
| guint arg_Error, | | nce, | |
| guint arg_Timestamp, | | const GArray *arg_Message_IDs); | |
| guint arg_Type, | | void tp_svc_channel_type_text_emit_message_received (gpointer instance, | |
| const gchar *arg_Text); | | const GPtrArray *arg_Message); | |
| void tp_svc_channel_type_text_emit_sent (gpointer instance, | | | |
| guint arg_Timestamp, | | | |
| guint arg_Type, | | | |
| const gchar *arg_Text); | | | |
| | | | |
| typedef struct _TpSvcChannelTypeTubes TpSvcChannelTypeTubes; | | | |
| | | | |
| typedef struct _TpSvcChannelTypeTubesClass TpSvcChannelTypeTubesClass; | | | |
| | | | |
| GType tp_svc_channel_type_tubes_get_type (void); | | | |
| #define TP_TYPE_SVC_CHANNEL_TYPE_TUBES \ | | | |
| (tp_svc_channel_type_tubes_get_type ()) | | | |
| #define TP_SVC_CHANNEL_TYPE_TUBES(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CHANNEL_TYPE_TUBES, TpSvcC | | | |
| hannelTypeTubes)) | | | |
| #define TP_IS_SVC_CHANNEL_TYPE_TUBES(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CHANNEL_TYPE_TUBES)) | | | |
| #define TP_SVC_CHANNEL_TYPE_TUBES_GET_CLASS(obj) \ | | | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CHANNEL_TYPE_TUBES, TpS | | | |
| vcChannelTypeTubesClass)) | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_get_available_stream_tube_types_im | | | |
| pl) (TpSvcChannelTypeTubes *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_get_available_stream_tube_types (T | | | |
| pSvcChannelTypeTubesClass *klass, tp_svc_channel_type_tubes_get_available_s | | | |
| tream_tube_types_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_get_available_stream_tube_types | | | |
| (DBusGMethodInvocation *context, | | | |
| GHashTable *out_Available_Stream_Tube_Types); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_get_available_stream_tube_types (DBus | | | |
| GMethodInvocation *context, | | | |
| GHashTable *out_Available_Stream_Tube_Types) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Available_Stream_Tube_Types); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_get_available_tube_types_impl) (Tp | | | |
| SvcChannelTypeTubes *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_get_available_tube_types (TpSvcCha | | | |
| nnelTypeTubesClass *klass, tp_svc_channel_type_tubes_get_available_tube_typ | | | |
| es_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_get_available_tube_types (DBusGM | | | |
| ethodInvocation *context, | | | |
| const GArray *out_Available_Tube_Types); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_get_available_tube_types (DBusGMethod | | | |
| Invocation *context, | | | |
| const GArray *out_Available_Tube_Types) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Available_Tube_Types); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_list_tubes_impl) (TpSvcChannelType | | | |
| Tubes *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_list_tubes (TpSvcChannelTypeTubesC | | | |
| lass *klass, tp_svc_channel_type_tubes_list_tubes_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_list_tubes (DBusGMethodInvocatio | | | |
| n *context, | | | |
| const GPtrArray *out_Tubes); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_list_tubes (DBusGMethodInvocation *co | | | |
| ntext, | | | |
| const GPtrArray *out_Tubes) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Tubes); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_offer_d_bus_tube_impl) (TpSvcChann | | | |
| elTypeTubes *self, | | | |
| const gchar *in_Service, | | | |
| GHashTable *in_Parameters, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_offer_d_bus_tube (TpSvcChannelType | | | |
| TubesClass *klass, tp_svc_channel_type_tubes_offer_d_bus_tube_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_offer_d_bus_tube (DBusGMethodInv | | | |
| ocation *context, | | | |
| guint out_Tube_ID); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_offer_d_bus_tube (DBusGMethodInvocati | | | |
| on *context, | | | |
| guint out_Tube_ID) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Tube_ID); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_offer_stream_tube_impl) (TpSvcChan | | | |
| nelTypeTubes *self, | | | |
| const gchar *in_Service, | | | |
| GHashTable *in_Parameters, | | | |
| guint in_Address_Type, | | | |
| const GValue *in_Address, | | | |
| guint in_Access_Control, | | | |
| const GValue *in_Access_Control_Param, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_offer_stream_tube (TpSvcChannelTyp | | | |
| eTubesClass *klass, tp_svc_channel_type_tubes_offer_stream_tube_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_offer_stream_tube (DBusGMethodIn | | | |
| vocation *context, | | | |
| guint out_Tube_ID); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_offer_stream_tube (DBusGMethodInvocat | | | |
| ion *context, | | | |
| guint out_Tube_ID) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Tube_ID); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_accept_d_bus_tube_impl) (TpSvcChan | | | |
| nelTypeTubes *self, | | | |
| guint in_ID, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_accept_d_bus_tube (TpSvcChannelTyp | | | |
| eTubesClass *klass, tp_svc_channel_type_tubes_accept_d_bus_tube_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_accept_d_bus_tube (DBusGMethodIn | | | |
| vocation *context, | | | |
| const gchar *out_Address); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_accept_d_bus_tube (DBusGMethodInvocat | | | |
| ion *context, | | | |
| const gchar *out_Address) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Address); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_accept_stream_tube_impl) (TpSvcCha | | | |
| nnelTypeTubes *self, | | | |
| guint in_ID, | | | |
| guint in_Address_Type, | | | |
| guint in_Access_Control, | | | |
| const GValue *in_Access_Control_Param, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_accept_stream_tube (TpSvcChannelTy | | | |
| peTubesClass *klass, tp_svc_channel_type_tubes_accept_stream_tube_impl impl | | | |
| ); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_accept_stream_tube (DBusGMethodI | | | |
| nvocation *context, | | | |
| const GValue *out_Address); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_accept_stream_tube (DBusGMethodInvoca | | | |
| tion *context, | | | |
| const GValue *out_Address) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Address); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_close_tube_impl) (TpSvcChannelType | | | |
| Tubes *self, | | | |
| guint in_ID, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_close_tube (TpSvcChannelTypeTubesC | | | |
| lass *klass, tp_svc_channel_type_tubes_close_tube_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_close_tube (DBusGMethodInvocatio | | | |
| n *context); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_close_tube (DBusGMethodInvocation *co | | | |
| ntext) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_get_d_bus_tube_address_impl) (TpSv | | | |
| cChannelTypeTubes *self, | | | |
| guint in_ID, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_get_d_bus_tube_address (TpSvcChann | | | |
| elTypeTubesClass *klass, tp_svc_channel_type_tubes_get_d_bus_tube_address_i | | | |
| mpl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_get_d_bus_tube_address (DBusGMet | | | |
| hodInvocation *context, | | | |
| const gchar *out_Address); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_get_d_bus_tube_address (DBusGMethodIn | | | |
| vocation *context, | | | |
| const gchar *out_Address) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Address); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_get_d_bus_names_impl) (TpSvcChanne | | | |
| lTypeTubes *self, | | | |
| guint in_ID, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_get_d_bus_names (TpSvcChannelTypeT | | | |
| ubesClass *klass, tp_svc_channel_type_tubes_get_d_bus_names_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_get_d_bus_names (DBusGMethodInvo | | | |
| cation *context, | | | |
| const GPtrArray *out_DBus_Names); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_get_d_bus_names (DBusGMethodInvocatio | | | |
| n *context, | | | |
| const GPtrArray *out_DBus_Names) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_DBus_Names); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_channel_type_tubes_get_stream_tube_socket_address_imp | | | |
| l) (TpSvcChannelTypeTubes *self, | | | |
| guint in_ID, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_channel_type_tubes_implement_get_stream_tube_socket_address (Tp | | | |
| SvcChannelTypeTubesClass *klass, tp_svc_channel_type_tubes_get_stream_tube_ | | | |
| socket_address_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_channel_type_tubes_return_from_get_stream_tube_socket_address ( | | | |
| DBusGMethodInvocation *context, | | | |
| guint out_Address_Type, | | | |
| const GValue *out_Address); | | | |
| static inline void | | | |
| tp_svc_channel_type_tubes_return_from_get_stream_tube_socket_address (DBusG | | | |
| MethodInvocation *context, | | | |
| guint out_Address_Type, | | | |
| const GValue *out_Address) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Address_Type, | | | |
| out_Address); | | | |
| } | | | |
| | | | |
| void tp_svc_channel_type_tubes_emit_new_tube (gpointer instance, | | | |
| guint arg_ID, | | | |
| guint arg_Initiator, | | | |
| guint arg_Type, | | | |
| const gchar *arg_Service, | | | |
| GHashTable *arg_Parameters, | | | |
| guint arg_State); | | | |
| void tp_svc_channel_type_tubes_emit_tube_state_changed (gpointer instance, | | | |
| guint arg_ID, | | | |
| guint arg_State); | | | |
| void tp_svc_channel_type_tubes_emit_tube_closed (gpointer instance, | | | |
| guint arg_ID); | | | |
| void tp_svc_channel_type_tubes_emit_d_bus_names_changed (gpointer instance, | | | |
| guint arg_ID, | | | |
| const GPtrArray *arg_Added, | | | |
| const GArray *arg_Removed); | | | |
| void tp_svc_channel_type_tubes_emit_stream_tube_new_connection (gpointer in | | | |
| stance, | | | |
| guint arg_ID, | | | |
| guint arg_Handle); | | | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
End of changes. 20 change blocks. |
| 892 lines changed or deleted | | 22 lines changed or added | |
|
| tp-svc-connection.h | | tp-svc-connection.h | |
| #include <glib-object.h> | | #include <glib-object.h> | |
| #include <dbus/dbus-glib.h> | | #include <dbus/dbus-glib.h> | |
|
| #include <telepathy-glib/dbus.h> | | | |
| #include <telepathy-glib/dbus-properties-mixin.h> | | | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
| typedef struct _TpSvcConnection TpSvcConnection; | | typedef struct _TpSvcConnection TpSvcConnection; | |
| | | | |
| typedef struct _TpSvcConnectionClass TpSvcConnectionClass; | | typedef struct _TpSvcConnectionClass TpSvcConnectionClass; | |
| | | | |
| GType tp_svc_connection_get_type (void); | | GType tp_svc_connection_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION \ | | #define TP_TYPE_SVC_CONNECTION \ | |
| (tp_svc_connection_get_type ()) | | (tp_svc_connection_get_type ()) | |
| | | | |
| skipping to change at line 46 | | skipping to change at line 44 | |
| void tp_svc_connection_implement_disconnect (TpSvcConnectionClass *klass, t
p_svc_connection_disconnect_impl impl); | | void tp_svc_connection_implement_disconnect (TpSvcConnectionClass *klass, t
p_svc_connection_disconnect_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_return_from_disconnect (DBusGMethodInvocation *conte
xt); | | void tp_svc_connection_return_from_disconnect (DBusGMethodInvocation *conte
xt); | |
| static inline void | | static inline void | |
| tp_svc_connection_return_from_disconnect (DBusGMethodInvocation *context) | | tp_svc_connection_return_from_disconnect (DBusGMethodInvocation *context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
|
| typedef void (*tp_svc_connection_get_interfaces_impl) (TpSvcConnection *sel | | | |
| f, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_implement_get_interfaces (TpSvcConnectionClass *klas | | | |
| s, tp_svc_connection_get_interfaces_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_return_from_get_interfaces (DBusGMethodInvocation *c | | | |
| ontext, | | | |
| const gchar **out_Interfaces); | | | |
| static inline void | | | |
| tp_svc_connection_return_from_get_interfaces (DBusGMethodInvocation *contex | | | |
| t, | | | |
| const gchar **out_Interfaces) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Interfaces); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_get_protocol_impl) (TpSvcConnection *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_implement_get_protocol (TpSvcConnectionClass *klass, | | | |
| tp_svc_connection_get_protocol_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_return_from_get_protocol (DBusGMethodInvocation *con | | | |
| text, | | | |
| const gchar *out_Protocol); | | | |
| static inline void | | | |
| tp_svc_connection_return_from_get_protocol (DBusGMethodInvocation *context, | | | |
| const gchar *out_Protocol) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Protocol); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_get_self_handle_impl) (TpSvcConnection *se | | | |
| lf, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_implement_get_self_handle (TpSvcConnectionClass *kla | | | |
| ss, tp_svc_connection_get_self_handle_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_return_from_get_self_handle (DBusGMethodInvocation * | | | |
| context, | | | |
| guint out_Self_Handle); | | | |
| static inline void | | | |
| tp_svc_connection_return_from_get_self_handle (DBusGMethodInvocation *conte | | | |
| xt, | | | |
| guint out_Self_Handle) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Self_Handle); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_get_status_impl) (TpSvcConnection *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_implement_get_status (TpSvcConnectionClass *klass, t | | | |
| p_svc_connection_get_status_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_return_from_get_status (DBusGMethodInvocation *conte | | | |
| xt, | | | |
| guint out_Status); | | | |
| static inline void | | | |
| tp_svc_connection_return_from_get_status (DBusGMethodInvocation *context, | | | |
| guint out_Status) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Status); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_hold_handles_impl) (TpSvcConnection *self, | | | |
| guint in_Handle_Type, | | | |
| const GArray *in_Handles, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_implement_hold_handles (TpSvcConnectionClass *klass, | | | |
| tp_svc_connection_hold_handles_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_return_from_hold_handles (DBusGMethodInvocation *con | | | |
| text); | | | |
| static inline void | | | |
| tp_svc_connection_return_from_hold_handles (DBusGMethodInvocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_inspect_handles_impl) (TpSvcConnection *se | | | |
| lf, | | | |
| guint in_Handle_Type, | | | |
| const GArray *in_Handles, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_implement_inspect_handles (TpSvcConnectionClass *kla | | | |
| ss, tp_svc_connection_inspect_handles_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_return_from_inspect_handles (DBusGMethodInvocation * | | | |
| context, | | | |
| const gchar **out_Identifiers); | | | |
| static inline void | | | |
| tp_svc_connection_return_from_inspect_handles (DBusGMethodInvocation *conte | | | |
| xt, | | | |
| const gchar **out_Identifiers) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Identifiers); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_list_channels_impl) (TpSvcConnection *self | | | |
| , | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_implement_list_channels (TpSvcConnectionClass *klass | | | |
| , tp_svc_connection_list_channels_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_return_from_list_channels (DBusGMethodInvocation *co | | | |
| ntext, | | | |
| const GPtrArray *out_Channel_Info); | | | |
| static inline void | | | |
| tp_svc_connection_return_from_list_channels (DBusGMethodInvocation *context | | | |
| , | | | |
| const GPtrArray *out_Channel_Info) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Channel_Info); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_release_handles_impl) (TpSvcConnection *se | | | |
| lf, | | | |
| guint in_Handle_Type, | | | |
| const GArray *in_Handles, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_implement_release_handles (TpSvcConnectionClass *kla | | | |
| ss, tp_svc_connection_release_handles_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_return_from_release_handles (DBusGMethodInvocation * | | | |
| context); | | | |
| static inline void | | | |
| tp_svc_connection_return_from_release_handles (DBusGMethodInvocation *conte | | | |
| xt) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_request_channel_impl) (TpSvcConnection *se | | | |
| lf, | | | |
| const gchar *in_Type, | | | |
| guint in_Handle_Type, | | | |
| guint in_Handle, | | | |
| gboolean in_Suppress_Handler, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_implement_request_channel (TpSvcConnectionClass *kla | | | |
| ss, tp_svc_connection_request_channel_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_return_from_request_channel (DBusGMethodInvocation * | | | |
| context, | | | |
| const gchar *out_Object_Path); | | | |
| static inline void | | | |
| tp_svc_connection_return_from_request_channel (DBusGMethodInvocation *conte | | | |
| xt, | | | |
| const gchar *out_Object_Path) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Object_Path); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_request_handles_impl) (TpSvcConnection *se | | | |
| lf, | | | |
| guint in_Handle_Type, | | | |
| const gchar **in_Identifiers, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_implement_request_handles (TpSvcConnectionClass *kla | | | |
| ss, tp_svc_connection_request_handles_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_return_from_request_handles (DBusGMethodInvocation * | | | |
| context, | | | |
| const GArray *out_Handles); | | | |
| static inline void | | | |
| tp_svc_connection_return_from_request_handles (DBusGMethodInvocation *conte | | | |
| xt, | | | |
| const GArray *out_Handles) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Handles); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_add_client_interest_impl) (TpSvcConnection
*self, | | typedef void (*tp_svc_connection_add_client_interest_impl) (TpSvcConnection
*self, | |
| const gchar **in_Tokens, | | const gchar **in_Tokens, | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_connection_implement_add_client_interest (TpSvcConnectionClass
*klass, tp_svc_connection_add_client_interest_impl impl); | | void tp_svc_connection_implement_add_client_interest (TpSvcConnectionClass
*klass, tp_svc_connection_add_client_interest_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_return_from_add_client_interest (DBusGMethodInvocati
on *context); | | void tp_svc_connection_return_from_add_client_interest (DBusGMethodInvocati
on *context); | |
| static inline void | | static inline void | |
| tp_svc_connection_return_from_add_client_interest (DBusGMethodInvocation *c
ontext) | | tp_svc_connection_return_from_add_client_interest (DBusGMethodInvocation *c
ontext) | |
| { | | { | |
| | | | |
| skipping to change at line 228 | | skipping to change at line 70 | |
| void tp_svc_connection_implement_remove_client_interest (TpSvcConnectionCla
ss *klass, tp_svc_connection_remove_client_interest_impl impl); | | void tp_svc_connection_implement_remove_client_interest (TpSvcConnectionCla
ss *klass, tp_svc_connection_remove_client_interest_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_return_from_remove_client_interest (DBusGMethodInvoc
ation *context); | | void tp_svc_connection_return_from_remove_client_interest (DBusGMethodInvoc
ation *context); | |
| static inline void | | static inline void | |
| tp_svc_connection_return_from_remove_client_interest (DBusGMethodInvocation
*context) | | tp_svc_connection_return_from_remove_client_interest (DBusGMethodInvocation
*context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
|
| void tp_svc_connection_emit_self_handle_changed (gpointer instance, | | | |
| guint arg_Self_Handle); | | | |
| void tp_svc_connection_emit_self_contact_changed (gpointer instance, | | void tp_svc_connection_emit_self_contact_changed (gpointer instance, | |
| guint arg_Self_Handle, | | guint arg_Self_Handle, | |
| const gchar *arg_Self_ID); | | const gchar *arg_Self_ID); | |
|
| void tp_svc_connection_emit_new_channel (gpointer instance, | | | |
| const gchar *arg_Object_Path, | | | |
| const gchar *arg_Channel_Type, | | | |
| guint arg_Handle_Type, | | | |
| guint arg_Handle, | | | |
| gboolean arg_Suppress_Handler); | | | |
| void tp_svc_connection_emit_connection_error (gpointer instance, | | void tp_svc_connection_emit_connection_error (gpointer instance, | |
| const gchar *arg_Error, | | const gchar *arg_Error, | |
| GHashTable *arg_Details); | | GHashTable *arg_Details); | |
| void tp_svc_connection_emit_status_changed (gpointer instance, | | void tp_svc_connection_emit_status_changed (gpointer instance, | |
| guint arg_Status, | | guint arg_Status, | |
| guint arg_Reason); | | guint arg_Reason); | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceAddressing TpSvcConnectionInterface
Addressing; | | typedef struct _TpSvcConnectionInterfaceAddressing TpSvcConnectionInterface
Addressing; | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceAddressingClass TpSvcConnectionInte
rfaceAddressingClass; | | typedef struct _TpSvcConnectionInterfaceAddressingClass TpSvcConnectionInte
rfaceAddressingClass; | |
| | | | |
| skipping to change at line 315 | | skipping to change at line 149 | |
| GType tp_svc_connection_interface_aliasing_get_type (void); | | GType tp_svc_connection_interface_aliasing_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_ALIASING \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_ALIASING \ | |
| (tp_svc_connection_interface_aliasing_get_type ()) | | (tp_svc_connection_interface_aliasing_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_ALIASING(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_ALIASING(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_ALIAS
ING, TpSvcConnectionInterfaceAliasing)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_ALIAS
ING, TpSvcConnectionInterfaceAliasing)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_ALIASING(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_ALIASING(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_ALIAS
ING)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_ALIAS
ING)) | |
| #define TP_SVC_CONNECTION_INTERFACE_ALIASING_GET_CLASS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_ALIASING_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_AL
IASING, TpSvcConnectionInterfaceAliasingClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_AL
IASING, TpSvcConnectionInterfaceAliasingClass)) | |
| | | | |
|
| typedef void (*tp_svc_connection_interface_aliasing_get_alias_flags_impl) ( | | | |
| TpSvcConnectionInterfaceAliasing *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_aliasing_implement_get_alias_flags (TpSvcC | | | |
| onnectionInterfaceAliasingClass *klass, tp_svc_connection_interface_aliasin | | | |
| g_get_alias_flags_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_aliasing_return_from_get_alias_flags (DBus | | | |
| GMethodInvocation *context, | | | |
| guint out_Alias_Flags); | | | |
| static inline void | | | |
| tp_svc_connection_interface_aliasing_return_from_get_alias_flags (DBusGMeth | | | |
| odInvocation *context, | | | |
| guint out_Alias_Flags) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Alias_Flags); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_aliasing_request_aliases_impl) (
TpSvcConnectionInterfaceAliasing *self, | | typedef void (*tp_svc_connection_interface_aliasing_request_aliases_impl) (
TpSvcConnectionInterfaceAliasing *self, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_connection_interface_aliasing_implement_request_aliases (TpSvcC
onnectionInterfaceAliasingClass *klass, tp_svc_connection_interface_aliasin
g_request_aliases_impl impl); | | void tp_svc_connection_interface_aliasing_implement_request_aliases (TpSvcC
onnectionInterfaceAliasingClass *klass, tp_svc_connection_interface_aliasin
g_request_aliases_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_aliasing_return_from_request_aliases (DBus
GMethodInvocation *context, | | void tp_svc_connection_interface_aliasing_return_from_request_aliases (DBus
GMethodInvocation *context, | |
| const gchar **out_Aliases); | | const gchar **out_Aliases); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_aliasing_return_from_request_aliases (DBusGMeth
odInvocation *context, | | tp_svc_connection_interface_aliasing_return_from_request_aliases (DBusGMeth
odInvocation *context, | |
| const gchar **out_Aliases) | | const gchar **out_Aliases) | |
| { | | { | |
| dbus_g_method_return (context, | | dbus_g_method_return (context, | |
| out_Aliases); | | out_Aliases); | |
| } | | } | |
| | | | |
|
| typedef void (*tp_svc_connection_interface_aliasing_get_aliases_impl) (TpSv | | | |
| cConnectionInterfaceAliasing *self, | | | |
| const GArray *in_Contacts, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_aliasing_implement_get_aliases (TpSvcConne | | | |
| ctionInterfaceAliasingClass *klass, tp_svc_connection_interface_aliasing_ge | | | |
| t_aliases_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_aliasing_return_from_get_aliases (DBusGMet | | | |
| hodInvocation *context, | | | |
| GHashTable *out_Aliases); | | | |
| static inline void | | | |
| tp_svc_connection_interface_aliasing_return_from_get_aliases (DBusGMethodIn | | | |
| vocation *context, | | | |
| GHashTable *out_Aliases) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Aliases); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_aliasing_set_aliases_impl) (TpSv
cConnectionInterfaceAliasing *self, | | typedef void (*tp_svc_connection_interface_aliasing_set_aliases_impl) (TpSv
cConnectionInterfaceAliasing *self, | |
| GHashTable *in_Aliases, | | GHashTable *in_Aliases, | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_connection_interface_aliasing_implement_set_aliases (TpSvcConne
ctionInterfaceAliasingClass *klass, tp_svc_connection_interface_aliasing_se
t_aliases_impl impl); | | void tp_svc_connection_interface_aliasing_implement_set_aliases (TpSvcConne
ctionInterfaceAliasingClass *klass, tp_svc_connection_interface_aliasing_se
t_aliases_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_aliasing_return_from_set_aliases (DBusGMet
hodInvocation *context); | | void tp_svc_connection_interface_aliasing_return_from_set_aliases (DBusGMet
hodInvocation *context); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_aliasing_return_from_set_aliases (DBusGMethodIn
vocation *context) | | tp_svc_connection_interface_aliasing_return_from_set_aliases (DBusGMethodIn
vocation *context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
| void tp_svc_connection_interface_aliasing_emit_aliases_changed (gpointer in
stance, | | void tp_svc_connection_interface_aliasing_emit_aliases_changed (gpointer in
stance, | |
|
| const GPtrArray *arg_Aliases); | | GHashTable *arg_Aliases); | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceAnonymity TpSvcConnectionInterfaceA
nonymity; | | typedef struct _TpSvcConnectionInterfaceAnonymity TpSvcConnectionInterfaceA
nonymity; | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceAnonymityClass TpSvcConnectionInter
faceAnonymityClass; | | typedef struct _TpSvcConnectionInterfaceAnonymityClass TpSvcConnectionInter
faceAnonymityClass; | |
| | | | |
| GType tp_svc_connection_interface_anonymity_get_type (void); | | GType tp_svc_connection_interface_anonymity_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_ANONYMITY \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_ANONYMITY \ | |
| (tp_svc_connection_interface_anonymity_get_type ()) | | (tp_svc_connection_interface_anonymity_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_ANONYMITY(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_ANONYMITY(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_ANONY
MITY, TpSvcConnectionInterfaceAnonymity)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_ANONY
MITY, TpSvcConnectionInterfaceAnonymity)) | |
| | | | |
| skipping to change at line 409 | | skipping to change at line 212 | |
| GType tp_svc_connection_interface_avatars_get_type (void); | | GType tp_svc_connection_interface_avatars_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_AVATARS \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_AVATARS \ | |
| (tp_svc_connection_interface_avatars_get_type ()) | | (tp_svc_connection_interface_avatars_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_AVATARS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_AVATARS(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_AVATA
RS, TpSvcConnectionInterfaceAvatars)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_AVATA
RS, TpSvcConnectionInterfaceAvatars)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_AVATARS(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_AVATARS(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_AVATA
RS)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_AVATA
RS)) | |
| #define TP_SVC_CONNECTION_INTERFACE_AVATARS_GET_CLASS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_AVATARS_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_AV
ATARS, TpSvcConnectionInterfaceAvatarsClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_AV
ATARS, TpSvcConnectionInterfaceAvatarsClass)) | |
| | | | |
|
| typedef void (*tp_svc_connection_interface_avatars_get_avatar_requirements_ | | | |
| impl) (TpSvcConnectionInterfaceAvatars *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_avatars_implement_get_avatar_requirements | | | |
| (TpSvcConnectionInterfaceAvatarsClass *klass, tp_svc_connection_interface_a | | | |
| vatars_get_avatar_requirements_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_avatars_return_from_get_avatar_requirement | | | |
| s (DBusGMethodInvocation *context, | | | |
| const gchar **out_MIME_Types, | | | |
| guint out_Min_Width, | | | |
| guint out_Min_Height, | | | |
| guint out_Max_Width, | | | |
| guint out_Max_Height, | | | |
| guint out_Max_Bytes); | | | |
| static inline void | | | |
| tp_svc_connection_interface_avatars_return_from_get_avatar_requirements (DB | | | |
| usGMethodInvocation *context, | | | |
| const gchar **out_MIME_Types, | | | |
| guint out_Min_Width, | | | |
| guint out_Min_Height, | | | |
| guint out_Max_Width, | | | |
| guint out_Max_Height, | | | |
| guint out_Max_Bytes) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_MIME_Types, | | | |
| out_Min_Width, | | | |
| out_Min_Height, | | | |
| out_Max_Width, | | | |
| out_Max_Height, | | | |
| out_Max_Bytes); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_avatars_get_avatar_tokens_impl) | | | |
| (TpSvcConnectionInterfaceAvatars *self, | | | |
| const GArray *in_Contacts, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_avatars_implement_get_avatar_tokens (TpSvc | | | |
| ConnectionInterfaceAvatarsClass *klass, tp_svc_connection_interface_avatars | | | |
| _get_avatar_tokens_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_avatars_return_from_get_avatar_tokens (DBu | | | |
| sGMethodInvocation *context, | | | |
| const gchar **out_Tokens); | | | |
| static inline void | | | |
| tp_svc_connection_interface_avatars_return_from_get_avatar_tokens (DBusGMet | | | |
| hodInvocation *context, | | | |
| const gchar **out_Tokens) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Tokens); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_avatars_get_known_avatar_tokens_
impl) (TpSvcConnectionInterfaceAvatars *self, | | typedef void (*tp_svc_connection_interface_avatars_get_known_avatar_tokens_
impl) (TpSvcConnectionInterfaceAvatars *self, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_connection_interface_avatars_implement_get_known_avatar_tokens
(TpSvcConnectionInterfaceAvatarsClass *klass, tp_svc_connection_interface_a
vatars_get_known_avatar_tokens_impl impl); | | void tp_svc_connection_interface_avatars_implement_get_known_avatar_tokens
(TpSvcConnectionInterfaceAvatarsClass *klass, tp_svc_connection_interface_a
vatars_get_known_avatar_tokens_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_avatars_return_from_get_known_avatar_token
s (DBusGMethodInvocation *context, | | void tp_svc_connection_interface_avatars_return_from_get_known_avatar_token
s (DBusGMethodInvocation *context, | |
| GHashTable *out_Tokens); | | GHashTable *out_Tokens); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_avatars_return_from_get_known_avatar_tokens (DB
usGMethodInvocation *context, | | tp_svc_connection_interface_avatars_return_from_get_known_avatar_tokens (DB
usGMethodInvocation *context, | |
| GHashTable *out_Tokens) | | GHashTable *out_Tokens) | |
| { | | { | |
| dbus_g_method_return (context, | | dbus_g_method_return (context, | |
| out_Tokens); | | out_Tokens); | |
| } | | } | |
| | | | |
|
| typedef void (*tp_svc_connection_interface_avatars_request_avatar_impl) (Tp | | | |
| SvcConnectionInterfaceAvatars *self, | | | |
| guint in_Contact, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_avatars_implement_request_avatar (TpSvcCon | | | |
| nectionInterfaceAvatarsClass *klass, tp_svc_connection_interface_avatars_re | | | |
| quest_avatar_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_avatars_return_from_request_avatar (DBusGM | | | |
| ethodInvocation *context, | | | |
| const GArray *out_Data, | | | |
| const gchar *out_MIME_Type); | | | |
| static inline void | | | |
| tp_svc_connection_interface_avatars_return_from_request_avatar (DBusGMethod | | | |
| Invocation *context, | | | |
| const GArray *out_Data, | | | |
| const gchar *out_MIME_Type) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Data, | | | |
| out_MIME_Type); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_avatars_request_avatars_impl) (T
pSvcConnectionInterfaceAvatars *self, | | typedef void (*tp_svc_connection_interface_avatars_request_avatars_impl) (T
pSvcConnectionInterfaceAvatars *self, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_connection_interface_avatars_implement_request_avatars (TpSvcCo
nnectionInterfaceAvatarsClass *klass, tp_svc_connection_interface_avatars_r
equest_avatars_impl impl); | | void tp_svc_connection_interface_avatars_implement_request_avatars (TpSvcCo
nnectionInterfaceAvatarsClass *klass, tp_svc_connection_interface_avatars_r
equest_avatars_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_avatars_return_from_request_avatars (DBusG
MethodInvocation *context); | | void tp_svc_connection_interface_avatars_return_from_request_avatars (DBusG
MethodInvocation *context); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_avatars_return_from_request_avatars (DBusGMetho
dInvocation *context) | | tp_svc_connection_interface_avatars_return_from_request_avatars (DBusGMetho
dInvocation *context) | |
| { | | { | |
| | | | |
| skipping to change at line 558 | | skipping to change at line 296 | |
| #define TP_SVC_CONNECTION_INTERFACE_BALANCE(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_BALANCE(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_BALAN
CE, TpSvcConnectionInterfaceBalance)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_BALAN
CE, TpSvcConnectionInterfaceBalance)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_BALANCE(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_BALANCE(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_BALAN
CE)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_BALAN
CE)) | |
| #define TP_SVC_CONNECTION_INTERFACE_BALANCE_GET_CLASS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_BALANCE_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_BA
LANCE, TpSvcConnectionInterfaceBalanceClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_BA
LANCE, TpSvcConnectionInterfaceBalanceClass)) | |
| | | | |
| void tp_svc_connection_interface_balance_emit_balance_changed (gpointer ins
tance, | | void tp_svc_connection_interface_balance_emit_balance_changed (gpointer ins
tance, | |
| const GValueArray *arg_Balance); | | const GValueArray *arg_Balance); | |
| | | | |
|
| typedef struct _TpSvcConnectionInterfaceCapabilities TpSvcConnectionInterfa | | | |
| ceCapabilities; | | | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceCapabilitiesClass TpSvcConnectionIn | | | |
| terfaceCapabilitiesClass; | | | |
| | | | |
| GType tp_svc_connection_interface_capabilities_get_type (void); | | | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_CAPABILITIES \ | | | |
| (tp_svc_connection_interface_capabilities_get_type ()) | | | |
| #define TP_SVC_CONNECTION_INTERFACE_CAPABILITIES(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CAPAB | | | |
| ILITIES, TpSvcConnectionInterfaceCapabilities)) | | | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_CAPABILITIES(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CAPAB | | | |
| ILITIES)) | | | |
| #define TP_SVC_CONNECTION_INTERFACE_CAPABILITIES_GET_CLASS(obj) \ | | | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CA | | | |
| PABILITIES, TpSvcConnectionInterfaceCapabilitiesClass)) | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_capabilities_advertise_capabilit | | | |
| ies_impl) (TpSvcConnectionInterfaceCapabilities *self, | | | |
| const GPtrArray *in_Add, | | | |
| const gchar **in_Remove, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_capabilities_implement_advertise_capabilit | | | |
| ies (TpSvcConnectionInterfaceCapabilitiesClass *klass, tp_svc_connection_in | | | |
| terface_capabilities_advertise_capabilities_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_capabilities_return_from_advertise_capabil | | | |
| ities (DBusGMethodInvocation *context, | | | |
| const GPtrArray *out_Self_Capabilities); | | | |
| static inline void | | | |
| tp_svc_connection_interface_capabilities_return_from_advertise_capabilities | | | |
| (DBusGMethodInvocation *context, | | | |
| const GPtrArray *out_Self_Capabilities) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Self_Capabilities); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_capabilities_get_capabilities_im | | | |
| pl) (TpSvcConnectionInterfaceCapabilities *self, | | | |
| const GArray *in_Handles, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_capabilities_implement_get_capabilities (T | | | |
| pSvcConnectionInterfaceCapabilitiesClass *klass, tp_svc_connection_interfac | | | |
| e_capabilities_get_capabilities_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_capabilities_return_from_get_capabilities | | | |
| (DBusGMethodInvocation *context, | | | |
| const GPtrArray *out_Contact_Capabilities); | | | |
| static inline void | | | |
| tp_svc_connection_interface_capabilities_return_from_get_capabilities (DBus | | | |
| GMethodInvocation *context, | | | |
| const GPtrArray *out_Contact_Capabilities) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Contact_Capabilities); | | | |
| } | | | |
| | | | |
| void tp_svc_connection_interface_capabilities_emit_capabilities_changed (gp | | | |
| ointer instance, | | | |
| const GPtrArray *arg_Caps); | | | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceCellular TpSvcConnectionInterfaceCe
llular; | | typedef struct _TpSvcConnectionInterfaceCellular TpSvcConnectionInterfaceCe
llular; | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceCellularClass TpSvcConnectionInterf
aceCellularClass; | | typedef struct _TpSvcConnectionInterfaceCellularClass TpSvcConnectionInterf
aceCellularClass; | |
| | | | |
| GType tp_svc_connection_interface_cellular_get_type (void); | | GType tp_svc_connection_interface_cellular_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_CELLULAR \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_CELLULAR \ | |
| (tp_svc_connection_interface_cellular_get_type ()) | | (tp_svc_connection_interface_cellular_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_CELLULAR(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_CELLULAR(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CELLU
LAR, TpSvcConnectionInterfaceCellular)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CELLU
LAR, TpSvcConnectionInterfaceCellular)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_CELLULAR(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_CELLULAR(obj) \ | |
| | | | |
| skipping to change at line 639 | | skipping to change at line 327 | |
| GType tp_svc_connection_interface_client_types_get_type (void); | | GType tp_svc_connection_interface_client_types_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_CLIENT_TYPES \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_CLIENT_TYPES \ | |
| (tp_svc_connection_interface_client_types_get_type ()) | | (tp_svc_connection_interface_client_types_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_CLIENT_TYPES(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_CLIENT_TYPES(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CLIEN
T_TYPES, TpSvcConnectionInterfaceClientTypes)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CLIEN
T_TYPES, TpSvcConnectionInterfaceClientTypes)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_CLIENT_TYPES(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_CLIENT_TYPES(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CLIEN
T_TYPES)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CLIEN
T_TYPES)) | |
| #define TP_SVC_CONNECTION_INTERFACE_CLIENT_TYPES_GET_CLASS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_CLIENT_TYPES_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CL
IENT_TYPES, TpSvcConnectionInterfaceClientTypesClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CL
IENT_TYPES, TpSvcConnectionInterfaceClientTypesClass)) | |
| | | | |
|
| typedef void (*tp_svc_connection_interface_client_types_get_client_types_im | | | |
| pl) (TpSvcConnectionInterfaceClientTypes *self, | | | |
| const GArray *in_Contacts, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_client_types_implement_get_client_types (T | | | |
| pSvcConnectionInterfaceClientTypesClass *klass, tp_svc_connection_interface | | | |
| _client_types_get_client_types_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_client_types_return_from_get_client_types | | | |
| (DBusGMethodInvocation *context, | | | |
| GHashTable *out_Client_Types); | | | |
| static inline void | | | |
| tp_svc_connection_interface_client_types_return_from_get_client_types (DBus | | | |
| GMethodInvocation *context, | | | |
| GHashTable *out_Client_Types) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Client_Types); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_client_types_request_client_type
s_impl) (TpSvcConnectionInterfaceClientTypes *self, | | typedef void (*tp_svc_connection_interface_client_types_request_client_type
s_impl) (TpSvcConnectionInterfaceClientTypes *self, | |
| guint in_Contact, | | guint in_Contact, | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_connection_interface_client_types_implement_request_client_type
s (TpSvcConnectionInterfaceClientTypesClass *klass, tp_svc_connection_inter
face_client_types_request_client_types_impl impl); | | void tp_svc_connection_interface_client_types_implement_request_client_type
s (TpSvcConnectionInterfaceClientTypesClass *klass, tp_svc_connection_inter
face_client_types_request_client_types_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_client_types_return_from_request_client_ty
pes (DBusGMethodInvocation *context, | | void tp_svc_connection_interface_client_types_return_from_request_client_ty
pes (DBusGMethodInvocation *context, | |
| const gchar **out_Client_Types); | | const gchar **out_Client_Types); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_client_types_return_from_request_client_types (
DBusGMethodInvocation *context, | | tp_svc_connection_interface_client_types_return_from_request_client_types (
DBusGMethodInvocation *context, | |
| | | | |
| skipping to change at line 762 | | skipping to change at line 434 | |
| void tp_svc_connection_interface_contact_capabilities_implement_update_capa
bilities (TpSvcConnectionInterfaceContactCapabilitiesClass *klass, tp_svc_c
onnection_interface_contact_capabilities_update_capabilities_impl impl); | | void tp_svc_connection_interface_contact_capabilities_implement_update_capa
bilities (TpSvcConnectionInterfaceContactCapabilitiesClass *klass, tp_svc_c
onnection_interface_contact_capabilities_update_capabilities_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_contact_capabilities_return_from_update_ca
pabilities (DBusGMethodInvocation *context); | | void tp_svc_connection_interface_contact_capabilities_return_from_update_ca
pabilities (DBusGMethodInvocation *context); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_contact_capabilities_return_from_update_capabil
ities (DBusGMethodInvocation *context) | | tp_svc_connection_interface_contact_capabilities_return_from_update_capabil
ities (DBusGMethodInvocation *context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
|
| typedef void (*tp_svc_connection_interface_contact_capabilities_get_contact | | | |
| _capabilities_impl) (TpSvcConnectionInterfaceContactCapabilities *self, | | | |
| const GArray *in_Handles, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_contact_capabilities_implement_get_contact | | | |
| _capabilities (TpSvcConnectionInterfaceContactCapabilitiesClass *klass, tp_ | | | |
| svc_connection_interface_contact_capabilities_get_contact_capabilities_impl | | | |
| impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_contact_capabilities_return_from_get_conta | | | |
| ct_capabilities (DBusGMethodInvocation *context, | | | |
| GHashTable *out_Contact_Capabilities); | | | |
| static inline void | | | |
| tp_svc_connection_interface_contact_capabilities_return_from_get_contact_ca | | | |
| pabilities (DBusGMethodInvocation *context, | | | |
| GHashTable *out_Contact_Capabilities) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Contact_Capabilities); | | | |
| } | | | |
| | | | |
| void tp_svc_connection_interface_contact_capabilities_emit_contact_capabili
ties_changed (gpointer instance, | | void tp_svc_connection_interface_contact_capabilities_emit_contact_capabili
ties_changed (gpointer instance, | |
| GHashTable *arg_caps); | | GHashTable *arg_caps); | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceContactGroups TpSvcConnectionInterf
aceContactGroups; | | typedef struct _TpSvcConnectionInterfaceContactGroups TpSvcConnectionInterf
aceContactGroups; | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceContactGroupsClass TpSvcConnectionI
nterfaceContactGroupsClass; | | typedef struct _TpSvcConnectionInterfaceContactGroupsClass TpSvcConnectionI
nterfaceContactGroupsClass; | |
| | | | |
| GType tp_svc_connection_interface_contact_groups_get_type (void); | | GType tp_svc_connection_interface_contact_groups_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_GROUPS \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_GROUPS \ | |
| (tp_svc_connection_interface_contact_groups_get_type ()) | | (tp_svc_connection_interface_contact_groups_get_type ()) | |
| | | | |
| skipping to change at line 904 | | skipping to change at line 560 | |
| GType tp_svc_connection_interface_contact_info_get_type (void); | | GType tp_svc_connection_interface_contact_info_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_INFO \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_INFO \ | |
| (tp_svc_connection_interface_contact_info_get_type ()) | | (tp_svc_connection_interface_contact_info_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_CONTACT_INFO(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_CONTACT_INFO(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CT_INFO, TpSvcConnectionInterfaceContactInfo)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CT_INFO, TpSvcConnectionInterfaceContactInfo)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_CONTACT_INFO(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_CONTACT_INFO(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CT_INFO)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CT_INFO)) | |
| #define TP_SVC_CONNECTION_INTERFACE_CONTACT_INFO_GET_CLASS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_CONTACT_INFO_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CO
NTACT_INFO, TpSvcConnectionInterfaceContactInfoClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CO
NTACT_INFO, TpSvcConnectionInterfaceContactInfoClass)) | |
| | | | |
|
| typedef void (*tp_svc_connection_interface_contact_info_get_contact_info_im | | | |
| pl) (TpSvcConnectionInterfaceContactInfo *self, | | | |
| const GArray *in_Contacts, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_contact_info_implement_get_contact_info (T | | | |
| pSvcConnectionInterfaceContactInfoClass *klass, tp_svc_connection_interface | | | |
| _contact_info_get_contact_info_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_contact_info_return_from_get_contact_info | | | |
| (DBusGMethodInvocation *context, | | | |
| GHashTable *out_ContactInfo); | | | |
| static inline void | | | |
| tp_svc_connection_interface_contact_info_return_from_get_contact_info (DBus | | | |
| GMethodInvocation *context, | | | |
| GHashTable *out_ContactInfo) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_ContactInfo); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_contact_info_refresh_contact_inf
o_impl) (TpSvcConnectionInterfaceContactInfo *self, | | typedef void (*tp_svc_connection_interface_contact_info_refresh_contact_inf
o_impl) (TpSvcConnectionInterfaceContactInfo *self, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_connection_interface_contact_info_implement_refresh_contact_inf
o (TpSvcConnectionInterfaceContactInfoClass *klass, tp_svc_connection_inter
face_contact_info_refresh_contact_info_impl impl); | | void tp_svc_connection_interface_contact_info_implement_refresh_contact_inf
o (TpSvcConnectionInterfaceContactInfoClass *klass, tp_svc_connection_inter
face_contact_info_refresh_contact_info_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_contact_info_return_from_refresh_contact_i
nfo (DBusGMethodInvocation *context); | | void tp_svc_connection_interface_contact_info_return_from_refresh_contact_i
nfo (DBusGMethodInvocation *context); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_contact_info_return_from_refresh_contact_info (
DBusGMethodInvocation *context) | | tp_svc_connection_interface_contact_info_return_from_refresh_contact_info (
DBusGMethodInvocation *context) | |
| { | | { | |
| | | | |
| skipping to change at line 982 | | skipping to change at line 622 | |
| (tp_svc_connection_interface_contact_list_get_type ()) | | (tp_svc_connection_interface_contact_list_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_CONTACT_LIST(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_CONTACT_LIST(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CT_LIST, TpSvcConnectionInterfaceContactList)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CT_LIST, TpSvcConnectionInterfaceContactList)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_CONTACT_LIST(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_CONTACT_LIST(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CT_LIST)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CT_LIST)) | |
| #define TP_SVC_CONNECTION_INTERFACE_CONTACT_LIST_GET_CLASS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_CONTACT_LIST_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CO
NTACT_LIST, TpSvcConnectionInterfaceContactListClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CO
NTACT_LIST, TpSvcConnectionInterfaceContactListClass)) | |
| | | | |
| typedef void (*tp_svc_connection_interface_contact_list_get_contact_list_at
tributes_impl) (TpSvcConnectionInterfaceContactList *self, | | typedef void (*tp_svc_connection_interface_contact_list_get_contact_list_at
tributes_impl) (TpSvcConnectionInterfaceContactList *self, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
|
| gboolean in_Hold, | | | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_connection_interface_contact_list_implement_get_contact_list_at
tributes (TpSvcConnectionInterfaceContactListClass *klass, tp_svc_connectio
n_interface_contact_list_get_contact_list_attributes_impl impl); | | void tp_svc_connection_interface_contact_list_implement_get_contact_list_at
tributes (TpSvcConnectionInterfaceContactListClass *klass, tp_svc_connectio
n_interface_contact_list_get_contact_list_attributes_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_contact_list_return_from_get_contact_list_
attributes (DBusGMethodInvocation *context, | | void tp_svc_connection_interface_contact_list_return_from_get_contact_list_
attributes (DBusGMethodInvocation *context, | |
| GHashTable *out_Attributes); | | GHashTable *out_Attributes); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_contact_list_return_from_get_contact_list_attri
butes (DBusGMethodInvocation *context, | | tp_svc_connection_interface_contact_list_return_from_get_contact_list_attri
butes (DBusGMethodInvocation *context, | |
| GHashTable *out_Attributes) | | GHashTable *out_Attributes) | |
| { | | { | |
| | | | |
| skipping to change at line 1077 | | skipping to change at line 716 | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_contact_list_return_from_download (DBusGMe
thodInvocation *context); | | void tp_svc_connection_interface_contact_list_return_from_download (DBusGMe
thodInvocation *context); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_contact_list_return_from_download (DBusGMethodI
nvocation *context) | | tp_svc_connection_interface_contact_list_return_from_download (DBusGMethodI
nvocation *context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
| void tp_svc_connection_interface_contact_list_emit_contact_list_state_chang
ed (gpointer instance, | | void tp_svc_connection_interface_contact_list_emit_contact_list_state_chang
ed (gpointer instance, | |
| guint arg_Contact_List_State); | | guint arg_Contact_List_State); | |
|
| void tp_svc_connection_interface_contact_list_emit_contacts_changed_with_id
(gpointer instance, | | void tp_svc_connection_interface_contact_list_emit_contacts_changed (gpoint
er instance, | |
| GHashTable *arg_Changes, | | GHashTable *arg_Changes, | |
| GHashTable *arg_Identifiers, | | GHashTable *arg_Identifiers, | |
| GHashTable *arg_Removals); | | GHashTable *arg_Removals); | |
|
| void tp_svc_connection_interface_contact_list_emit_contacts_changed (gpoint | | | |
| er instance, | | | |
| GHashTable *arg_Changes, | | | |
| const GArray *arg_Removals); | | | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceContacts TpSvcConnectionInterfaceCo
ntacts; | | typedef struct _TpSvcConnectionInterfaceContacts TpSvcConnectionInterfaceCo
ntacts; | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceContactsClass TpSvcConnectionInterf
aceContactsClass; | | typedef struct _TpSvcConnectionInterfaceContactsClass TpSvcConnectionInterf
aceContactsClass; | |
| | | | |
| GType tp_svc_connection_interface_contacts_get_type (void); | | GType tp_svc_connection_interface_contacts_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACTS \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACTS \ | |
| (tp_svc_connection_interface_contacts_get_type ()) | | (tp_svc_connection_interface_contacts_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_CONTACTS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_CONTACTS(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CTS, TpSvcConnectionInterfaceContacts)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CTS, TpSvcConnectionInterfaceContacts)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_CONTACTS(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_CONTACTS(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CTS)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA
CTS)) | |
| #define TP_SVC_CONNECTION_INTERFACE_CONTACTS_GET_CLASS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_CONTACTS_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CO
NTACTS, TpSvcConnectionInterfaceContactsClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CO
NTACTS, TpSvcConnectionInterfaceContactsClass)) | |
| | | | |
| typedef void (*tp_svc_connection_interface_contacts_get_contact_attributes_
impl) (TpSvcConnectionInterfaceContacts *self, | | typedef void (*tp_svc_connection_interface_contacts_get_contact_attributes_
impl) (TpSvcConnectionInterfaceContacts *self, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
|
| gboolean in_Hold, | | | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_connection_interface_contacts_implement_get_contact_attributes
(TpSvcConnectionInterfaceContactsClass *klass, tp_svc_connection_interface_
contacts_get_contact_attributes_impl impl); | | void tp_svc_connection_interface_contacts_implement_get_contact_attributes
(TpSvcConnectionInterfaceContactsClass *klass, tp_svc_connection_interface_
contacts_get_contact_attributes_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_contacts_return_from_get_contact_attribute
s (DBusGMethodInvocation *context, | | void tp_svc_connection_interface_contacts_return_from_get_contact_attribute
s (DBusGMethodInvocation *context, | |
| GHashTable *out_Attributes); | | GHashTable *out_Attributes); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_contacts_return_from_get_contact_attributes (DB
usGMethodInvocation *context, | | tp_svc_connection_interface_contacts_return_from_get_contact_attributes (DB
usGMethodInvocation *context, | |
| GHashTable *out_Attributes) | | GHashTable *out_Attributes) | |
| { | | { | |
| | | | |
| skipping to change at line 1151 | | skipping to change at line 786 | |
| GType tp_svc_connection_interface_location_get_type (void); | | GType tp_svc_connection_interface_location_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_LOCATION \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_LOCATION \ | |
| (tp_svc_connection_interface_location_get_type ()) | | (tp_svc_connection_interface_location_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_LOCATION(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_LOCATION(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_LOCAT
ION, TpSvcConnectionInterfaceLocation)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_LOCAT
ION, TpSvcConnectionInterfaceLocation)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_LOCATION(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_LOCATION(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_LOCAT
ION)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_LOCAT
ION)) | |
| #define TP_SVC_CONNECTION_INTERFACE_LOCATION_GET_CLASS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_LOCATION_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_LO
CATION, TpSvcConnectionInterfaceLocationClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_LO
CATION, TpSvcConnectionInterfaceLocationClass)) | |
| | | | |
|
| typedef void (*tp_svc_connection_interface_location_get_locations_impl) (Tp | | | |
| SvcConnectionInterfaceLocation *self, | | | |
| const GArray *in_Contacts, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_location_implement_get_locations (TpSvcCon | | | |
| nectionInterfaceLocationClass *klass, tp_svc_connection_interface_location_ | | | |
| get_locations_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_location_return_from_get_locations (DBusGM | | | |
| ethodInvocation *context, | | | |
| GHashTable *out_Locations); | | | |
| static inline void | | | |
| tp_svc_connection_interface_location_return_from_get_locations (DBusGMethod | | | |
| Invocation *context, | | | |
| GHashTable *out_Locations) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Locations); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_location_request_location_impl)
(TpSvcConnectionInterfaceLocation *self, | | typedef void (*tp_svc_connection_interface_location_request_location_impl)
(TpSvcConnectionInterfaceLocation *self, | |
| guint in_Contact, | | guint in_Contact, | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
| void tp_svc_connection_interface_location_implement_request_location (TpSvc
ConnectionInterfaceLocationClass *klass, tp_svc_connection_interface_locati
on_request_location_impl impl); | | void tp_svc_connection_interface_location_implement_request_location (TpSvc
ConnectionInterfaceLocationClass *klass, tp_svc_connection_interface_locati
on_request_location_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
| void tp_svc_connection_interface_location_return_from_request_location (DBu
sGMethodInvocation *context, | | void tp_svc_connection_interface_location_return_from_request_location (DBu
sGMethodInvocation *context, | |
| GHashTable *out_Location); | | GHashTable *out_Location); | |
| static inline void | | static inline void | |
| tp_svc_connection_interface_location_return_from_request_location (DBusGMet
hodInvocation *context, | | tp_svc_connection_interface_location_return_from_request_location (DBusGMet
hodInvocation *context, | |
| | | | |
| skipping to change at line 1297 | | skipping to change at line 916 | |
| GType tp_svc_connection_interface_presence_get_type (void); | | GType tp_svc_connection_interface_presence_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE \ | |
| (tp_svc_connection_interface_presence_get_type ()) | | (tp_svc_connection_interface_presence_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_PRESENCE(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_PRESENCE(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_PRESE
NCE, TpSvcConnectionInterfacePresence)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_PRESE
NCE, TpSvcConnectionInterfacePresence)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_PRESENCE(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_PRESENCE(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_PRESE
NCE)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_PRESE
NCE)) | |
| #define TP_SVC_CONNECTION_INTERFACE_PRESENCE_GET_CLASS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_PRESENCE_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_PR
ESENCE, TpSvcConnectionInterfacePresenceClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_PR
ESENCE, TpSvcConnectionInterfacePresenceClass)) | |
| | | | |
|
| typedef void (*tp_svc_connection_interface_presence_add_status_impl) (TpSvc
ConnectionInterfacePresence *self, | | typedef void (*tp_svc_connection_interface_presence_set_presence_impl) (TpS
vcConnectionInterfacePresence *self, | |
| const gchar *in_Status, | | const gchar *in_Status, | |
|
| GHashTable *in_Parameters, | | const gchar *in_Status_Message, | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_presence_implement_add_status (TpSvcConnec | | | |
| tionInterfacePresenceClass *klass, tp_svc_connection_interface_presence_add | | | |
| _status_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_presence_return_from_add_status (DBusGMeth | | | |
| odInvocation *context); | | | |
| static inline void | | | |
| tp_svc_connection_interface_presence_return_from_add_status (DBusGMethodInv | | | |
| ocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_presence_clear_status_impl) (TpS | | | |
| vcConnectionInterfacePresence *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_presence_implement_clear_status (TpSvcConn | | | |
| ectionInterfacePresenceClass *klass, tp_svc_connection_interface_presence_c | | | |
| lear_status_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_presence_return_from_clear_status (DBusGMe | | | |
| thodInvocation *context); | | | |
| static inline void | | | |
| tp_svc_connection_interface_presence_return_from_clear_status (DBusGMethodI | | | |
| nvocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_presence_get_presence_impl) (TpS | | | |
| vcConnectionInterfacePresence *self, | | | |
| const GArray *in_Contacts, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_presence_implement_get_presence (TpSvcConn | | | |
| ectionInterfacePresenceClass *klass, tp_svc_connection_interface_presence_g | | | |
| et_presence_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_presence_return_from_get_presence (DBusGMe | | | |
| thodInvocation *context, | | | |
| GHashTable *out_Presence); | | | |
| static inline void | | | |
| tp_svc_connection_interface_presence_return_from_get_presence (DBusGMethodI | | | |
| nvocation *context, | | | |
| GHashTable *out_Presence) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Presence); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_presence_get_statuses_impl) (TpS | | | |
| vcConnectionInterfacePresence *self, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_presence_implement_get_statuses (TpSvcConn | | | |
| ectionInterfacePresenceClass *klass, tp_svc_connection_interface_presence_g | | | |
| et_statuses_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_presence_return_from_get_statuses (DBusGMe | | | |
| thodInvocation *context, | | | |
| GHashTable *out_Available_Statuses); | | | |
| static inline void | | | |
| tp_svc_connection_interface_presence_return_from_get_statuses (DBusGMethodI | | | |
| nvocation *context, | | | |
| GHashTable *out_Available_Statuses) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Available_Statuses); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_presence_remove_status_impl) (Tp | | | |
| SvcConnectionInterfacePresence *self, | | | |
| const gchar *in_Status, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_presence_implement_remove_status (TpSvcCon | | | |
| nectionInterfacePresenceClass *klass, tp_svc_connection_interface_presence_ | | | |
| remove_status_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_presence_return_from_remove_status (DBusGM | | | |
| ethodInvocation *context); | | | |
| static inline void | | | |
| tp_svc_connection_interface_presence_return_from_remove_status (DBusGMethod | | | |
| Invocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_presence_request_presence_impl) | | | |
| (TpSvcConnectionInterfacePresence *self, | | | |
| const GArray *in_Contacts, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_presence_implement_request_presence (TpSvc | | | |
| ConnectionInterfacePresenceClass *klass, tp_svc_connection_interface_presen | | | |
| ce_request_presence_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_presence_return_from_request_presence (DBu | | | |
| sGMethodInvocation *context); | | | |
| static inline void | | | |
| tp_svc_connection_interface_presence_return_from_request_presence (DBusGMet | | | |
| hodInvocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_presence_set_last_activity_time_ | | | |
| impl) (TpSvcConnectionInterfacePresence *self, | | | |
| guint in_Time, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_presence_implement_set_last_activity_time | | | |
| (TpSvcConnectionInterfacePresenceClass *klass, tp_svc_connection_interface_ | | | |
| presence_set_last_activity_time_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_presence_return_from_set_last_activity_tim | | | |
| e (DBusGMethodInvocation *context); | | | |
| static inline void | | | |
| tp_svc_connection_interface_presence_return_from_set_last_activity_time (DB | | | |
| usGMethodInvocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_presence_set_status_impl) (TpSvc | | | |
| ConnectionInterfacePresence *self, | | | |
| GHashTable *in_Statuses, | | | |
| DBusGMethodInvocation *context); | | DBusGMethodInvocation *context); | |
|
| void tp_svc_connection_interface_presence_implement_set_status (TpSvcConnec
tionInterfacePresenceClass *klass, tp_svc_connection_interface_presence_set
_status_impl impl); | | void tp_svc_connection_interface_presence_implement_set_presence (TpSvcConn
ectionInterfacePresenceClass *klass, tp_svc_connection_interface_presence_s
et_presence_impl impl); | |
| static inline | | static inline | |
| /* this comment is to stop gtkdoc realising this is static */ | | /* this comment is to stop gtkdoc realising this is static */ | |
|
| void tp_svc_connection_interface_presence_return_from_set_status (DBusGMeth
odInvocation *context); | | void tp_svc_connection_interface_presence_return_from_set_presence (DBusGMe
thodInvocation *context); | |
| static inline void | | static inline void | |
|
| tp_svc_connection_interface_presence_return_from_set_status (DBusGMethodInv
ocation *context) | | tp_svc_connection_interface_presence_return_from_set_presence (DBusGMethodI
nvocation *context) | |
| { | | { | |
| dbus_g_method_return (context); | | dbus_g_method_return (context); | |
| } | | } | |
| | | | |
|
| void tp_svc_connection_interface_presence_emit_presence_update (gpointer in
stance, | | void tp_svc_connection_interface_presence_emit_presences_changed (gpointer
instance, | |
| GHashTable *arg_Presence); | | GHashTable *arg_Presence); | |
| | | | |
|
| typedef struct _TpSvcConnectionInterfaceRenaming TpSvcConnectionInterfaceRe | | | |
| naming; | | | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceRenamingClass TpSvcConnectionInterf | | | |
| aceRenamingClass; | | | |
| | | | |
| GType tp_svc_connection_interface_renaming_get_type (void); | | | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_RENAMING \ | | | |
| (tp_svc_connection_interface_renaming_get_type ()) | | | |
| #define TP_SVC_CONNECTION_INTERFACE_RENAMING(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_RENAM | | | |
| ING, TpSvcConnectionInterfaceRenaming)) | | | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_RENAMING(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_RENAM | | | |
| ING)) | | | |
| #define TP_SVC_CONNECTION_INTERFACE_RENAMING_GET_CLASS(obj) \ | | | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_RE | | | |
| NAMING, TpSvcConnectionInterfaceRenamingClass)) | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_renaming_request_rename_impl) (T | | | |
| pSvcConnectionInterfaceRenaming *self, | | | |
| const gchar *in_Identifier, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_renaming_implement_request_rename (TpSvcCo | | | |
| nnectionInterfaceRenamingClass *klass, tp_svc_connection_interface_renaming | | | |
| _request_rename_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_renaming_return_from_request_rename (DBusG | | | |
| MethodInvocation *context); | | | |
| static inline void | | | |
| tp_svc_connection_interface_renaming_return_from_request_rename (DBusGMetho | | | |
| dInvocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| void tp_svc_connection_interface_renaming_emit_renamed (gpointer instance, | | | |
| guint arg_Original, | | | |
| guint arg_New); | | | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceRequests TpSvcConnectionInterfaceRe
quests; | | typedef struct _TpSvcConnectionInterfaceRequests TpSvcConnectionInterfaceRe
quests; | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceRequestsClass TpSvcConnectionInterf
aceRequestsClass; | | typedef struct _TpSvcConnectionInterfaceRequestsClass TpSvcConnectionInterf
aceRequestsClass; | |
| | | | |
| GType tp_svc_connection_interface_requests_get_type (void); | | GType tp_svc_connection_interface_requests_get_type (void); | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_REQUESTS \ | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_REQUESTS \ | |
| (tp_svc_connection_interface_requests_get_type ()) | | (tp_svc_connection_interface_requests_get_type ()) | |
| #define TP_SVC_CONNECTION_INTERFACE_REQUESTS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_REQUESTS(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_REQUE
STS, TpSvcConnectionInterfaceRequests)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_REQUE
STS, TpSvcConnectionInterfaceRequests)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_REQUESTS(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_REQUESTS(obj) \ | |
| | | | |
| skipping to change at line 1517 | | skipping to change at line 1010 | |
| #define TP_SVC_CONNECTION_INTERFACE_SERVICE_POINT(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_SERVICE_POINT(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SERVI
CE_POINT, TpSvcConnectionInterfaceServicePoint)) | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SERVI
CE_POINT, TpSvcConnectionInterfaceServicePoint)) | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_SERVICE_POINT(obj) \ | | #define TP_IS_SVC_CONNECTION_INTERFACE_SERVICE_POINT(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SERVI
CE_POINT)) | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SERVI
CE_POINT)) | |
| #define TP_SVC_CONNECTION_INTERFACE_SERVICE_POINT_GET_CLASS(obj) \ | | #define TP_SVC_CONNECTION_INTERFACE_SERVICE_POINT_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SE
RVICE_POINT, TpSvcConnectionInterfaceServicePointClass)) | | (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SE
RVICE_POINT, TpSvcConnectionInterfaceServicePointClass)) | |
| | | | |
| void tp_svc_connection_interface_service_point_emit_service_points_changed
(gpointer instance, | | void tp_svc_connection_interface_service_point_emit_service_points_changed
(gpointer instance, | |
| const GPtrArray *arg_Service_Points); | | const GPtrArray *arg_Service_Points); | |
| | | | |
|
| typedef struct _TpSvcConnectionInterfaceSidecars1 TpSvcConnectionInterfaceS | | | |
| idecars1; | | | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceSidecars1Class TpSvcConnectionInter | | | |
| faceSidecars1Class; | | | |
| | | | |
| GType tp_svc_connection_interface_sidecars1_get_type (void); | | | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_SIDECARS1 \ | | | |
| (tp_svc_connection_interface_sidecars1_get_type ()) | | | |
| #define TP_SVC_CONNECTION_INTERFACE_SIDECARS1(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SIDEC | | | |
| ARS1, TpSvcConnectionInterfaceSidecars1)) | | | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_SIDECARS1(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SIDEC | | | |
| ARS1)) | | | |
| #define TP_SVC_CONNECTION_INTERFACE_SIDECARS1_GET_CLASS(obj) \ | | | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SI | | | |
| DECARS1, TpSvcConnectionInterfaceSidecars1Class)) | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_sidecars1_ensure_sidecar_impl) ( | | | |
| TpSvcConnectionInterfaceSidecars1 *self, | | | |
| const gchar *in_Main_Interface, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_sidecars1_implement_ensure_sidecar (TpSvcC | | | |
| onnectionInterfaceSidecars1Class *klass, tp_svc_connection_interface_sideca | | | |
| rs1_ensure_sidecar_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_sidecars1_return_from_ensure_sidecar (DBus | | | |
| GMethodInvocation *context, | | | |
| const gchar *out_Path, | | | |
| GHashTable *out_Properties); | | | |
| static inline void | | | |
| tp_svc_connection_interface_sidecars1_return_from_ensure_sidecar (DBusGMeth | | | |
| odInvocation *context, | | | |
| const gchar *out_Path, | | | |
| GHashTable *out_Properties) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Path, | | | |
| out_Properties); | | | |
| } | | | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceSimplePresence TpSvcConnectionInter | | | |
| faceSimplePresence; | | | |
| | | | |
| typedef struct _TpSvcConnectionInterfaceSimplePresenceClass TpSvcConnection | | | |
| InterfaceSimplePresenceClass; | | | |
| | | | |
| GType tp_svc_connection_interface_simple_presence_get_type (void); | | | |
| #define TP_TYPE_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE \ | | | |
| (tp_svc_connection_interface_simple_presence_get_type ()) | | | |
| #define TP_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SIMPL | | | |
| E_PRESENCE, TpSvcConnectionInterfaceSimplePresence)) | | | |
| #define TP_IS_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE(obj) \ | | | |
| (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SIMPL | | | |
| E_PRESENCE)) | | | |
| #define TP_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE_GET_CLASS(obj) \ | | | |
| (G_TYPE_INSTANCE_GET_INTERFACE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_SI | | | |
| MPLE_PRESENCE, TpSvcConnectionInterfaceSimplePresenceClass)) | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_simple_presence_set_presence_imp | | | |
| l) (TpSvcConnectionInterfaceSimplePresence *self, | | | |
| const gchar *in_Status, | | | |
| const gchar *in_Status_Message, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_simple_presence_implement_set_presence (Tp | | | |
| SvcConnectionInterfaceSimplePresenceClass *klass, tp_svc_connection_interfa | | | |
| ce_simple_presence_set_presence_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_simple_presence_return_from_set_presence ( | | | |
| DBusGMethodInvocation *context); | | | |
| static inline void | | | |
| tp_svc_connection_interface_simple_presence_return_from_set_presence (DBusG | | | |
| MethodInvocation *context) | | | |
| { | | | |
| dbus_g_method_return (context); | | | |
| } | | | |
| | | | |
| typedef void (*tp_svc_connection_interface_simple_presence_get_presences_im | | | |
| pl) (TpSvcConnectionInterfaceSimplePresence *self, | | | |
| const GArray *in_Contacts, | | | |
| DBusGMethodInvocation *context); | | | |
| void tp_svc_connection_interface_simple_presence_implement_get_presences (T | | | |
| pSvcConnectionInterfaceSimplePresenceClass *klass, tp_svc_connection_interf | | | |
| ace_simple_presence_get_presences_impl impl); | | | |
| static inline | | | |
| /* this comment is to stop gtkdoc realising this is static */ | | | |
| void tp_svc_connection_interface_simple_presence_return_from_get_presences | | | |
| (DBusGMethodInvocation *context, | | | |
| GHashTable *out_Presence); | | | |
| static inline void | | | |
| tp_svc_connection_interface_simple_presence_return_from_get_presences (DBus | | | |
| GMethodInvocation *context, | | | |
| GHashTable *out_Presence) | | | |
| { | | | |
| dbus_g_method_return (context, | | | |
| out_Presence); | | | |
| } | | | |
| | | | |
| void tp_svc_connection_interface_simple_presence_emit_presences_changed (gp | | | |
| ointer instance, | | | |
| GHashTable *arg_Presence); | | | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
End of changes. 26 change blocks. |
| 763 lines changed or deleted | | 8 lines changed or added | |
|