| telepathy-interfaces.h | | telepathy-interfaces.h | |
| | | | |
| skipping to change at line 30 | | skipping to change at line 30 | |
| | | | |
| GQuark tp_iface_quark_connection_manager (void); | | GQuark tp_iface_quark_connection_manager (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_CONNECTION_MANAGER_INTERFACES: | | * TP_PROP_CONNECTION_MANAGER_INTERFACES: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.ConnectionM
anager.Interfaces" | | * The fully-qualified property name "org.freedesktop.Telepathy.ConnectionM
anager.Interfaces" | |
| */ | | */ | |
| #define TP_PROP_CONNECTION_MANAGER_INTERFACES \ | | #define TP_PROP_CONNECTION_MANAGER_INTERFACES \ | |
| "org.freedesktop.Telepathy.ConnectionManager.Interfaces" | | "org.freedesktop.Telepathy.ConnectionManager.Interfaces" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CONNECTION: | | * TP_IFACE_CONNECTION: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Connection" | | * The interface name "org.freedesktop.Telepathy.Connection" | |
| */ | | */ | |
| #define TP_IFACE_CONNECTION \ | | #define TP_IFACE_CONNECTION \ | |
| "org.freedesktop.Telepathy.Connection" | | "org.freedesktop.Telepathy.Connection" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CONNECTION: | | * TP_IFACE_QUARK_CONNECTION: | |
| * | | * | |
| * Expands to a call to a function that returns a quark for the interface n
ame "org.freedesktop.Telepathy.Connection" | | * Expands to a call to a function that returns a quark for the interface n
ame "org.freedesktop.Telepathy.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); | |
| | | | |
| /** | | /** | |
|
| | | * TP_PROP_CONNECTION_INTERFACES: | |
| | | * | |
| | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection. | |
| | | Interfaces" | |
| | | */ | |
| | | #define TP_PROP_CONNECTION_INTERFACES \ | |
| | | "org.freedesktop.Telepathy.Connection.Interfaces" | |
| | | | |
| | | /** | |
| * TP_PROP_CONNECTION_SELF_HANDLE: | | * TP_PROP_CONNECTION_SELF_HANDLE: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
SelfHandle" | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
SelfHandle" | |
| */ | | */ | |
| #define TP_PROP_CONNECTION_SELF_HANDLE \ | | #define TP_PROP_CONNECTION_SELF_HANDLE \ | |
| "org.freedesktop.Telepathy.Connection.SelfHandle" | | "org.freedesktop.Telepathy.Connection.SelfHandle" | |
|
| | | | |
| | | /** | |
| | | * TP_PROP_CONNECTION_STATUS: | |
| | | * | |
| | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection. | |
| | | Status" | |
| | | */ | |
| | | #define TP_PROP_CONNECTION_STATUS \ | |
| | | "org.freedesktop.Telepathy.Connection.Status" | |
| | | | |
| | | /** | |
| | | * TP_TOKEN_CONNECTION_CONTACT_ID: | |
| | | * | |
| | | * The fully-qualified contact attribute token name "org.freedesktop.Telepa | |
| | | thy.Connection.contact-id" | |
| | | */ | |
| | | #define TP_TOKEN_CONNECTION_CONTACT_ID \ | |
| | | "org.freedesktop.Telepathy.Connection.contact-id" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_CONNECTION_INTERFACE_ALIASING: | | * TP_IFACE_CONNECTION_INTERFACE_ALIASING: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Connection.Interface.Alias
ing" | | * The interface name "org.freedesktop.Telepathy.Connection.Interface.Alias
ing" | |
| */ | | */ | |
| #define TP_IFACE_CONNECTION_INTERFACE_ALIASING \ | | #define TP_IFACE_CONNECTION_INTERFACE_ALIASING \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Aliasing" | | "org.freedesktop.Telepathy.Connection.Interface.Aliasing" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CONNECTION_INTERFACE_ALIASING: | | * TP_IFACE_QUARK_CONNECTION_INTERFACE_ALIASING: | |
| * | | * | |
| * Expands to a call to a function that returns a quark for the interface n
ame "org.freedesktop.Telepathy.Connection.Interface.Aliasing" | | * Expands to a call to a function that returns a quark for the interface n
ame "org.freedesktop.Telepathy.Connection.Interface.Aliasing" | |
| */ | | */ | |
| #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); | |
| | | | |
| /** | | /** | |
|
| | | * TP_TOKEN_CONNECTION_INTERFACE_ALIASING_ALIAS: | |
| | | * | |
| | | * The fully-qualified contact attribute token name "org.freedesktop.Telepa | |
| | | thy.Connection.Interface.Aliasing.alias" | |
| | | */ | |
| | | #define TP_TOKEN_CONNECTION_INTERFACE_ALIASING_ALIAS \ | |
| | | "org.freedesktop.Telepathy.Connection.Interface.Aliasing.alias" | |
| | | | |
| | | /** | |
| * TP_IFACE_CONNECTION_INTERFACE_AVATARS: | | * TP_IFACE_CONNECTION_INTERFACE_AVATARS: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Connection.Interface.Avata
rs" | | * The interface name "org.freedesktop.Telepathy.Connection.Interface.Avata
rs" | |
| */ | | */ | |
| #define TP_IFACE_CONNECTION_INTERFACE_AVATARS \ | | #define TP_IFACE_CONNECTION_INTERFACE_AVATARS \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Avatars" | | "org.freedesktop.Telepathy.Connection.Interface.Avatars" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CONNECTION_INTERFACE_AVATARS: | | * TP_IFACE_QUARK_CONNECTION_INTERFACE_AVATARS: | |
| * | | * | |
| | | | |
| skipping to change at line 154 | | skipping to change at line 188 | |
| #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" | | "org.freedesktop.Telepathy.Connection.Interface.Avatars.MaximumAvatarWidth" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES: | | * TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.Avatars.MaximumAvatarBytes" | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.Avatars.MaximumAvatarBytes" | |
| */ | | */ | |
| #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" | | "org.freedesktop.Telepathy.Connection.Interface.Avatars.MaximumAvatarBytes" | |
|
| | | | |
| | | /** | |
| | | * TP_TOKEN_CONNECTION_INTERFACE_AVATARS_TOKEN: | |
| | | * | |
| | | * The fully-qualified contact attribute token name "org.freedesktop.Telepa | |
| | | thy.Connection.Interface.Avatars.token" | |
| | | */ | |
| | | #define TP_TOKEN_CONNECTION_INTERFACE_AVATARS_TOKEN \ | |
| | | "org.freedesktop.Telepathy.Connection.Interface.Avatars.token" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_CONNECTION_INTERFACE_BALANCE: | | * TP_IFACE_CONNECTION_INTERFACE_BALANCE: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Connection.Interface.Balan
ce" | | * The interface name "org.freedesktop.Telepathy.Connection.Interface.Balan
ce" | |
| */ | | */ | |
| #define TP_IFACE_CONNECTION_INTERFACE_BALANCE \ | | #define TP_IFACE_CONNECTION_INTERFACE_BALANCE \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Balance" | | "org.freedesktop.Telepathy.Connection.Interface.Balance" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CONNECTION_INTERFACE_BALANCE: | | * TP_IFACE_QUARK_CONNECTION_INTERFACE_BALANCE: | |
| | | | |
| skipping to change at line 179 | | skipping to change at line 222 | |
| | | | |
| GQuark tp_iface_quark_connection_interface_balance (void); | | GQuark tp_iface_quark_connection_interface_balance (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_CONNECTION_INTERFACE_BALANCE_ACCOUNT_BALANCE: | | * TP_PROP_CONNECTION_INTERFACE_BALANCE_ACCOUNT_BALANCE: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.Balance.AccountBalance" | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.Balance.AccountBalance" | |
| */ | | */ | |
| #define TP_PROP_CONNECTION_INTERFACE_BALANCE_ACCOUNT_BALANCE \ | | #define TP_PROP_CONNECTION_INTERFACE_BALANCE_ACCOUNT_BALANCE \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Balance.AccountBalance" | | "org.freedesktop.Telepathy.Connection.Interface.Balance.AccountBalance" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES: | | * TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Connection.Interface.Capab
ilities" | | * The interface name "org.freedesktop.Telepathy.Connection.Interface.Capab
ilities" | |
| */ | | */ | |
| #define TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES \ | | #define TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Capabilities" | | "org.freedesktop.Telepathy.Connection.Interface.Capabilities" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CONNECTION_INTERFACE_CAPABILITIES: | | * TP_IFACE_QUARK_CONNECTION_INTERFACE_CAPABILITIES: | |
| * | | * | |
| * Expands to a call to a function that returns a quark for the interface n
ame "org.freedesktop.Telepathy.Connection.Interface.Capabilities" | | * Expands to a call to a function that returns a quark for the interface n
ame "org.freedesktop.Telepathy.Connection.Interface.Capabilities" | |
| */ | | */ | |
| #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CAPABILITIES \ | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CAPABILITIES \ | |
| (tp_iface_quark_connection_interface_capabilities ()) | | (tp_iface_quark_connection_interface_capabilities ()) | |
| | | | |
| GQuark tp_iface_quark_connection_interface_capabilities (void); | | GQuark tp_iface_quark_connection_interface_capabilities (void); | |
| | | | |
| /** | | /** | |
|
| | | * TP_TOKEN_CONNECTION_INTERFACE_CAPABILITIES_CAPS: | |
| | | * | |
| | | * The fully-qualified contact attribute token name "org.freedesktop.Telepa | |
| | | thy.Connection.Interface.Capabilities.caps" | |
| | | */ | |
| | | #define TP_TOKEN_CONNECTION_INTERFACE_CAPABILITIES_CAPS \ | |
| | | "org.freedesktop.Telepathy.Connection.Interface.Capabilities.caps" | |
| | | | |
| | | /** | |
| * TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES: | | * TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Connection.Interface.Conta
ctCapabilities" | | * The interface name "org.freedesktop.Telepathy.Connection.Interface.Conta
ctCapabilities" | |
| */ | | */ | |
| #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES \ | | #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES \ | |
| "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities" | | "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_CAPABILITIES: | | * TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_CAPABILITIES: | |
| * | | * | |
| * Expands to a call to a function that returns a quark for the interface n
ame "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities" | | * Expands to a call to a function that returns a quark for the interface n
ame "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities" | |
| */ | | */ | |
| #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); | |
| | | | |
| /** | | /** | |
|
| | | * TP_TOKEN_CONNECTION_INTERFACE_CONTACT_CAPABILITIES_CAPABILITIES: | |
| | | * | |
| | | * The fully-qualified contact attribute token name "org.freedesktop.Telepa | |
| | | thy.Connection.Interface.ContactCapabilities.capabilities" | |
| | | */ | |
| | | #define TP_TOKEN_CONNECTION_INTERFACE_CONTACT_CAPABILITIES_CAPABILITIES \ | |
| | | "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities.capabil | |
| | | ities" | |
| | | | |
| | | /** | |
| | | * TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO: | |
| | | * | |
| | | * The interface name "org.freedesktop.Telepathy.Connection.Interface.Conta | |
| | | ctInfo" | |
| | | */ | |
| | | #define TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO \ | |
| | | "org.freedesktop.Telepathy.Connection.Interface.ContactInfo" | |
| | | | |
| | | /** | |
| | | * TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_INFO: | |
| | | * | |
| | | * Expands to a call to a function that returns a quark for the interface n | |
| | | ame "org.freedesktop.Telepathy.Connection.Interface.ContactInfo" | |
| | | */ | |
| | | #define TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_INFO \ | |
| | | (tp_iface_quark_connection_interface_contact_info ()) | |
| | | | |
| | | GQuark tp_iface_quark_connection_interface_contact_info (void); | |
| | | | |
| | | /** | |
| | | * TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_CONTACT_INFO_FLAGS: | |
| | | * | |
| | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection. | |
| | | Interface.ContactInfo.ContactInfoFlags" | |
| | | */ | |
| | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_CONTACT_INFO_FLAGS \ | |
| | | "org.freedesktop.Telepathy.Connection.Interface.ContactInfo.ContactInfoFlag | |
| | | s" | |
| | | | |
| | | /** | |
| | | * TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_SUPPORTED_FIELDS: | |
| | | * | |
| | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection. | |
| | | Interface.ContactInfo.SupportedFields" | |
| | | */ | |
| | | #define TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_SUPPORTED_FIELDS \ | |
| | | "org.freedesktop.Telepathy.Connection.Interface.ContactInfo.SupportedFields | |
| | | " | |
| | | | |
| | | /** | |
| * TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE: | | * TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Connection.Interface.Simpl
ePresence" | | * The interface name "org.freedesktop.Telepathy.Connection.Interface.Simpl
ePresence" | |
| */ | | */ | |
| #define TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE \ | | #define TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE \ | |
| "org.freedesktop.Telepathy.Connection.Interface.SimplePresence" | | "org.freedesktop.Telepathy.Connection.Interface.SimplePresence" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CONNECTION_INTERFACE_SIMPLE_PRESENCE: | | * TP_IFACE_QUARK_CONNECTION_INTERFACE_SIMPLE_PRESENCE: | |
| * | | * | |
| | | | |
| skipping to change at line 240 | | skipping to change at line 334 | |
| | | | |
| GQuark tp_iface_quark_connection_interface_simple_presence (void); | | GQuark tp_iface_quark_connection_interface_simple_presence (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_STATUSES: | | * TP_PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_STATUSES: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.SimplePresence.Statuses" | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.SimplePresence.Statuses" | |
| */ | | */ | |
| #define TP_PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_STATUSES \ | | #define TP_PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_STATUSES \ | |
| "org.freedesktop.Telepathy.Connection.Interface.SimplePresence.Statuses" | | "org.freedesktop.Telepathy.Connection.Interface.SimplePresence.Statuses" | |
|
| | | | |
| | | /** | |
| | | * TP_TOKEN_CONNECTION_INTERFACE_SIMPLE_PRESENCE_PRESENCE: | |
| | | * | |
| | | * The fully-qualified contact attribute token name "org.freedesktop.Telepa | |
| | | thy.Connection.Interface.SimplePresence.presence" | |
| | | */ | |
| | | #define TP_TOKEN_CONNECTION_INTERFACE_SIMPLE_PRESENCE_PRESENCE \ | |
| | | "org.freedesktop.Telepathy.Connection.Interface.SimplePresence.presence" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_CONNECTION_INTERFACE_PRESENCE: | | * TP_IFACE_CONNECTION_INTERFACE_PRESENCE: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Connection.Interface.Prese
nce" | | * The interface name "org.freedesktop.Telepathy.Connection.Interface.Prese
nce" | |
| */ | | */ | |
| #define TP_IFACE_CONNECTION_INTERFACE_PRESENCE \ | | #define TP_IFACE_CONNECTION_INTERFACE_PRESENCE \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Presence" | | "org.freedesktop.Telepathy.Connection.Interface.Presence" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CONNECTION_INTERFACE_PRESENCE: | | * TP_IFACE_QUARK_CONNECTION_INTERFACE_PRESENCE: | |
| | | | |
| skipping to change at line 283 | | skipping to change at line 386 | |
| | | | |
| GQuark tp_iface_quark_connection_interface_contacts (void); | | GQuark tp_iface_quark_connection_interface_contacts (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_CONNECTION_INTERFACE_CONTACTS_CONTACT_ATTRIBUTE_INTERFACES: | | * TP_PROP_CONNECTION_INTERFACE_CONTACTS_CONTACT_ATTRIBUTE_INTERFACES: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.Contacts.ContactAttributeInterfaces" | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.Contacts.ContactAttributeInterfaces" | |
| */ | | */ | |
| #define TP_PROP_CONNECTION_INTERFACE_CONTACTS_CONTACT_ATTRIBUTE_INTERFACES
\ | | #define TP_PROP_CONNECTION_INTERFACE_CONTACTS_CONTACT_ATTRIBUTE_INTERFACES
\ | |
| "org.freedesktop.Telepathy.Connection.Interface.Contacts.ContactAttributeIn
terfaces" | | "org.freedesktop.Telepathy.Connection.Interface.Contacts.ContactAttributeIn
terfaces" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CONNECTION_INTERFACE_REQUESTS: | | * TP_IFACE_CONNECTION_INTERFACE_REQUESTS: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Connection.Interface.Reque
sts" | | * The interface name "org.freedesktop.Telepathy.Connection.Interface.Reque
sts" | |
| */ | | */ | |
| #define TP_IFACE_CONNECTION_INTERFACE_REQUESTS \ | | #define TP_IFACE_CONNECTION_INTERFACE_REQUESTS \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Requests" | | "org.freedesktop.Telepathy.Connection.Interface.Requests" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CONNECTION_INTERFACE_REQUESTS: | | * TP_IFACE_QUARK_CONNECTION_INTERFACE_REQUESTS: | |
| | | | |
| skipping to change at line 316 | | skipping to change at line 420 | |
| #define TP_PROP_CONNECTION_INTERFACE_REQUESTS_CHANNELS \ | | #define TP_PROP_CONNECTION_INTERFACE_REQUESTS_CHANNELS \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Requests.Channels" | | "org.freedesktop.Telepathy.Connection.Interface.Requests.Channels" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CONNECTION_INTERFACE_REQUESTS_REQUESTABLE_CHANNEL_CLASSES: | | * TP_PROP_CONNECTION_INTERFACE_REQUESTS_REQUESTABLE_CHANNEL_CLASSES: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.Requests.RequestableChannelClasses" | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.Requests.RequestableChannelClasses" | |
| */ | | */ | |
| #define TP_PROP_CONNECTION_INTERFACE_REQUESTS_REQUESTABLE_CHANNEL_CLASSES \ | | #define TP_PROP_CONNECTION_INTERFACE_REQUESTS_REQUESTABLE_CHANNEL_CLASSES \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Requests.RequestableChannel
Classes" | | "org.freedesktop.Telepathy.Connection.Interface.Requests.RequestableChannel
Classes" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CONNECTION_INTERFACE_LOCATION: | | * TP_IFACE_CONNECTION_INTERFACE_LOCATION: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Connection.Interface.Locat
ion" | | * The interface name "org.freedesktop.Telepathy.Connection.Interface.Locat
ion" | |
| */ | | */ | |
| #define TP_IFACE_CONNECTION_INTERFACE_LOCATION \ | | #define TP_IFACE_CONNECTION_INTERFACE_LOCATION \ | |
| "org.freedesktop.Telepathy.Connection.Interface.Location" | | "org.freedesktop.Telepathy.Connection.Interface.Location" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CONNECTION_INTERFACE_LOCATION: | | * TP_IFACE_QUARK_CONNECTION_INTERFACE_LOCATION: | |
| | | | |
| skipping to change at line 349 | | skipping to change at line 454 | |
| #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" | | "org.freedesktop.Telepathy.Connection.Interface.Location.LocationAccessCont
rolTypes" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL: | | * TP_PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.Location.LocationAccessControl" | | * The fully-qualified property name "org.freedesktop.Telepathy.Connection.
Interface.Location.LocationAccessControl" | |
| */ | | */ | |
| #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" | | "org.freedesktop.Telepathy.Connection.Interface.Location.LocationAccessCont
rol" | |
|
| | | | |
| | | /** | |
| | | * TP_TOKEN_CONNECTION_INTERFACE_LOCATION_LOCATION: | |
| | | * | |
| | | * The fully-qualified contact attribute token name "org.freedesktop.Telepa | |
| | | thy.Connection.Interface.Location.location" | |
| | | */ | |
| | | #define TP_TOKEN_CONNECTION_INTERFACE_LOCATION_LOCATION \ | |
| | | "org.freedesktop.Telepathy.Connection.Interface.Location.location" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL: | | * TP_IFACE_CHANNEL: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Channel" | | * The interface name "org.freedesktop.Telepathy.Channel" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL \ | | #define TP_IFACE_CHANNEL \ | |
| "org.freedesktop.Telepathy.Channel" | | "org.freedesktop.Telepathy.Channel" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL: | | * TP_IFACE_QUARK_CHANNEL: | |
| | | | |
| skipping to change at line 430 | | skipping to change at line 544 | |
| #define TP_PROP_CHANNEL_INITIATOR_HANDLE \ | | #define TP_PROP_CHANNEL_INITIATOR_HANDLE \ | |
| "org.freedesktop.Telepathy.Channel.InitiatorHandle" | | "org.freedesktop.Telepathy.Channel.InitiatorHandle" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_INITIATOR_ID: | | * TP_PROP_CHANNEL_INITIATOR_ID: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Ini
tiatorID" | | * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Ini
tiatorID" | |
| */ | | */ | |
| #define TP_PROP_CHANNEL_INITIATOR_ID \ | | #define TP_PROP_CHANNEL_INITIATOR_ID \ | |
| "org.freedesktop.Telepathy.Channel.InitiatorID" | | "org.freedesktop.Telepathy.Channel.InitiatorID" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_TYPE_CONTACT_LIST: | | * TP_IFACE_CHANNEL_TYPE_CONTACT_LIST: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Channel.Type.ContactList" | | * The interface name "org.freedesktop.Telepathy.Channel.Type.ContactList" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_TYPE_CONTACT_LIST \ | | #define TP_IFACE_CHANNEL_TYPE_CONTACT_LIST \ | |
| "org.freedesktop.Telepathy.Channel.Type.ContactList" | | "org.freedesktop.Telepathy.Channel.Type.ContactList" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_TYPE_CONTACT_LIST: | | * TP_IFACE_QUARK_CHANNEL_TYPE_CONTACT_LIST: | |
| | | | |
| skipping to change at line 553 | | skipping to change at line 668 | |
| #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" | | "org.freedesktop.Telepathy.Channel.Type.FileTransfer.TransferredBytes" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET: | | * TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Typ
e.FileTransfer.InitialOffset" | | * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Typ
e.FileTransfer.InitialOffset" | |
| */ | | */ | |
| #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" | | "org.freedesktop.Telepathy.Channel.Type.FileTransfer.InitialOffset" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA: | | * TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Channel.Type.StreamedMedia
" | | * The interface name "org.freedesktop.Telepathy.Channel.Type.StreamedMedia
" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA \ | | #define TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA \ | |
| "org.freedesktop.Telepathy.Channel.Type.StreamedMedia" | | "org.freedesktop.Telepathy.Channel.Type.StreamedMedia" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_TYPE_STREAMED_MEDIA: | | * TP_IFACE_QUARK_CHANNEL_TYPE_STREAMED_MEDIA: | |
| | | | |
| skipping to change at line 594 | | skipping to change at line 710 | |
| #define TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_INITIAL_VIDEO \ | | #define TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_INITIAL_VIDEO \ | |
| "org.freedesktop.Telepathy.Channel.Type.StreamedMedia.InitialVideo" | | "org.freedesktop.Telepathy.Channel.Type.StreamedMedia.InitialVideo" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_IMMUTABLE_STREAMS: | | * TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_IMMUTABLE_STREAMS: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Typ
e.StreamedMedia.ImmutableStreams" | | * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Typ
e.StreamedMedia.ImmutableStreams" | |
| */ | | */ | |
| #define TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_IMMUTABLE_STREAMS \ | | #define TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_IMMUTABLE_STREAMS \ | |
| "org.freedesktop.Telepathy.Channel.Type.StreamedMedia.ImmutableStreams" | | "org.freedesktop.Telepathy.Channel.Type.StreamedMedia.ImmutableStreams" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_TYPE_ROOM_LIST: | | * TP_IFACE_CHANNEL_TYPE_ROOM_LIST: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Channel.Type.RoomList" | | * The interface name "org.freedesktop.Telepathy.Channel.Type.RoomList" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_TYPE_ROOM_LIST \ | | #define TP_IFACE_CHANNEL_TYPE_ROOM_LIST \ | |
| "org.freedesktop.Telepathy.Channel.Type.RoomList" | | "org.freedesktop.Telepathy.Channel.Type.RoomList" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_TYPE_ROOM_LIST: | | * TP_IFACE_QUARK_CHANNEL_TYPE_ROOM_LIST: | |
| | | | |
| skipping to change at line 619 | | skipping to change at line 736 | |
| | | | |
| GQuark tp_iface_quark_channel_type_room_list (void); | | GQuark tp_iface_quark_channel_type_room_list (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER: | | * TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Typ
e.RoomList.Server" | | * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Typ
e.RoomList.Server" | |
| */ | | */ | |
| #define TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER \ | | #define TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER \ | |
| "org.freedesktop.Telepathy.Channel.Type.RoomList.Server" | | "org.freedesktop.Telepathy.Channel.Type.RoomList.Server" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_TYPE_TEXT: | | * TP_IFACE_CHANNEL_TYPE_TEXT: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Channel.Type.Text" | | * The interface name "org.freedesktop.Telepathy.Channel.Type.Text" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_TYPE_TEXT \ | | #define TP_IFACE_CHANNEL_TYPE_TEXT \ | |
| "org.freedesktop.Telepathy.Channel.Type.Text" | | "org.freedesktop.Telepathy.Channel.Type.Text" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_TYPE_TEXT: | | * TP_IFACE_QUARK_CHANNEL_TYPE_TEXT: | |
| | | | |
| skipping to change at line 688 | | skipping to change at line 806 | |
| #define TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SERVICE \ | | #define TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SERVICE \ | |
| "org.freedesktop.Telepathy.Channel.Type.StreamTube.Service" | | "org.freedesktop.Telepathy.Channel.Type.StreamTube.Service" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SUPPORTED_SOCKET_TYPES: | | * TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SUPPORTED_SOCKET_TYPES: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Typ
e.StreamTube.SupportedSocketTypes" | | * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Typ
e.StreamTube.SupportedSocketTypes" | |
| */ | | */ | |
| #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" | | "org.freedesktop.Telepathy.Channel.Type.StreamTube.SupportedSocketTypes" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_TYPE_DBUS_TUBE: | | * TP_IFACE_CHANNEL_TYPE_DBUS_TUBE: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Channel.Type.DBusTube" | | * The interface name "org.freedesktop.Telepathy.Channel.Type.DBusTube" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_TYPE_DBUS_TUBE \ | | #define TP_IFACE_CHANNEL_TYPE_DBUS_TUBE \ | |
| "org.freedesktop.Telepathy.Channel.Type.DBusTube" | | "org.freedesktop.Telepathy.Channel.Type.DBusTube" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_TYPE_DBUS_TUBE: | | * TP_IFACE_QUARK_CHANNEL_TYPE_DBUS_TUBE: | |
| | | | |
| skipping to change at line 729 | | skipping to change at line 848 | |
| #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" | | "org.freedesktop.Telepathy.Channel.Type.DBusTube.DBusNames" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SUPPORTED_ACCESS_CONTROLS: | | * TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SUPPORTED_ACCESS_CONTROLS: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Typ
e.DBusTube.SupportedAccessControls" | | * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Typ
e.DBusTube.SupportedAccessControls" | |
| */ | | */ | |
| #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" | | "org.freedesktop.Telepathy.Channel.Type.DBusTube.SupportedAccessControls" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_INTERFACE_CALL_STATE: | | * TP_IFACE_CHANNEL_INTERFACE_CALL_STATE: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Channel.Interface.CallStat
e" | | * The interface name "org.freedesktop.Telepathy.Channel.Interface.CallStat
e" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_INTERFACE_CALL_STATE \ | | #define TP_IFACE_CHANNEL_INTERFACE_CALL_STATE \ | |
| "org.freedesktop.Telepathy.Channel.Interface.CallState" | | "org.freedesktop.Telepathy.Channel.Interface.CallState" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_INTERFACE_CALL_STATE: | | * TP_IFACE_QUARK_CHANNEL_INTERFACE_CALL_STATE: | |
| | | | |
| skipping to change at line 866 | | skipping to change at line 986 | |
| #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" | | "org.freedesktop.Telepathy.Channel.Interface.Group.RemotePendingMembers" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_INTERFACE_GROUP_SELF_HANDLE: | | * TP_PROP_CHANNEL_INTERFACE_GROUP_SELF_HANDLE: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Int
erface.Group.SelfHandle" | | * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Int
erface.Group.SelfHandle" | |
| */ | | */ | |
| #define TP_PROP_CHANNEL_INTERFACE_GROUP_SELF_HANDLE \ | | #define TP_PROP_CHANNEL_INTERFACE_GROUP_SELF_HANDLE \ | |
| "org.freedesktop.Telepathy.Channel.Interface.Group.SelfHandle" | | "org.freedesktop.Telepathy.Channel.Interface.Group.SelfHandle" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_INTERFACE_HOLD: | | * TP_IFACE_CHANNEL_INTERFACE_HOLD: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Channel.Interface.Hold" | | * The interface name "org.freedesktop.Telepathy.Channel.Interface.Hold" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_INTERFACE_HOLD \ | | #define TP_IFACE_CHANNEL_INTERFACE_HOLD \ | |
| "org.freedesktop.Telepathy.Channel.Interface.Hold" | | "org.freedesktop.Telepathy.Channel.Interface.Hold" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_INTERFACE_HOLD: | | * TP_IFACE_QUARK_CHANNEL_INTERFACE_HOLD: | |
| | | | |
| skipping to change at line 903 | | skipping to change at line 1024 | |
| * TP_IFACE_QUARK_CHANNEL_INTERFACE_MEDIA_SIGNALLING: | | * TP_IFACE_QUARK_CHANNEL_INTERFACE_MEDIA_SIGNALLING: | |
| * | | * | |
| * Expands to a call to a function that returns a quark for the interface n
ame "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling" | | * Expands to a call to a function that returns a quark for the interface n
ame "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling" | |
| */ | | */ | |
| #define TP_IFACE_QUARK_CHANNEL_INTERFACE_MEDIA_SIGNALLING \ | | #define TP_IFACE_QUARK_CHANNEL_INTERFACE_MEDIA_SIGNALLING \ | |
| (tp_iface_quark_channel_interface_media_signalling ()) | | (tp_iface_quark_channel_interface_media_signalling ()) | |
| | | | |
| GQuark tp_iface_quark_channel_interface_media_signalling (void); | | GQuark tp_iface_quark_channel_interface_media_signalling (void); | |
| | | | |
| /** | | /** | |
|
| | | * TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_GTALK_P2P: | |
| | | * | |
| | | * The fully-qualified capability token name "org.freedesktop.Telepathy.Cha | |
| | | nnel.Interface.MediaSignalling.gtalk-p2p" | |
| | | */ | |
| | | #define TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_GTALK_P2P \ | |
| | | "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling.gtalk-p2p" | |
| | | | |
| | | /** | |
| | | * TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_ICE_UDP: | |
| | | * | |
| | | * The fully-qualified capability token name "org.freedesktop.Telepathy.Cha | |
| | | nnel.Interface.MediaSignalling.ice-udp" | |
| | | */ | |
| | | #define TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_ICE_UDP \ | |
| | | "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling.ice-udp" | |
| | | | |
| | | /** | |
| | | * TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_8_5: | |
| | | * | |
| | | * The fully-qualified capability token name "org.freedesktop.Telepathy.Cha | |
| | | nnel.Interface.MediaSignalling.wlm-8.5" | |
| | | */ | |
| | | #define TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_8_5 \ | |
| | | "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling.wlm-8.5" | |
| | | | |
| | | /** | |
| | | * TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_2009: | |
| | | * | |
| | | * The fully-qualified capability token name "org.freedesktop.Telepathy.Cha | |
| | | nnel.Interface.MediaSignalling.wlm-2009" | |
| | | */ | |
| | | #define TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_2009 \ | |
| | | "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling.wlm-2009" | |
| | | | |
| | | /** | |
| * TP_IFACE_CHANNEL_INTERFACE_MESSAGES: | | * TP_IFACE_CHANNEL_INTERFACE_MESSAGES: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Channel.Interface.Messages
" | | * The interface name "org.freedesktop.Telepathy.Channel.Interface.Messages
" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_INTERFACE_MESSAGES \ | | #define TP_IFACE_CHANNEL_INTERFACE_MESSAGES \ | |
| "org.freedesktop.Telepathy.Channel.Interface.Messages" | | "org.freedesktop.Telepathy.Channel.Interface.Messages" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_INTERFACE_MESSAGES: | | * TP_IFACE_QUARK_CHANNEL_INTERFACE_MESSAGES: | |
| * | | * | |
| | | | |
| skipping to change at line 951 | | skipping to change at line 1104 | |
| #define TP_PROP_CHANNEL_INTERFACE_MESSAGES_PENDING_MESSAGES \ | | #define TP_PROP_CHANNEL_INTERFACE_MESSAGES_PENDING_MESSAGES \ | |
| "org.freedesktop.Telepathy.Channel.Interface.Messages.PendingMessages" | | "org.freedesktop.Telepathy.Channel.Interface.Messages.PendingMessages" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_INTERFACE_MESSAGES_DELIVERY_REPORTING_SUPPORT: | | * TP_PROP_CHANNEL_INTERFACE_MESSAGES_DELIVERY_REPORTING_SUPPORT: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Int
erface.Messages.DeliveryReportingSupport" | | * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Int
erface.Messages.DeliveryReportingSupport" | |
| */ | | */ | |
| #define TP_PROP_CHANNEL_INTERFACE_MESSAGES_DELIVERY_REPORTING_SUPPORT \ | | #define TP_PROP_CHANNEL_INTERFACE_MESSAGES_DELIVERY_REPORTING_SUPPORT \ | |
| "org.freedesktop.Telepathy.Channel.Interface.Messages.DeliveryReportingSupp
ort" | | "org.freedesktop.Telepathy.Channel.Interface.Messages.DeliveryReportingSupp
ort" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_INTERFACE_PASSWORD: | | * TP_IFACE_CHANNEL_INTERFACE_PASSWORD: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Channel.Interface.Password
" | | * The interface name "org.freedesktop.Telepathy.Channel.Interface.Password
" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_INTERFACE_PASSWORD \ | | #define TP_IFACE_CHANNEL_INTERFACE_PASSWORD \ | |
| "org.freedesktop.Telepathy.Channel.Interface.Password" | | "org.freedesktop.Telepathy.Channel.Interface.Password" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_INTERFACE_PASSWORD: | | * TP_IFACE_QUARK_CHANNEL_INTERFACE_PASSWORD: | |
| | | | |
| skipping to change at line 1002 | | skipping to change at line 1156 | |
| #define TP_PROP_CHANNEL_INTERFACE_TUBE_PARAMETERS \ | | #define TP_PROP_CHANNEL_INTERFACE_TUBE_PARAMETERS \ | |
| "org.freedesktop.Telepathy.Channel.Interface.Tube.Parameters" | | "org.freedesktop.Telepathy.Channel.Interface.Tube.Parameters" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_INTERFACE_TUBE_STATE: | | * TP_PROP_CHANNEL_INTERFACE_TUBE_STATE: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Int
erface.Tube.State" | | * The fully-qualified property name "org.freedesktop.Telepathy.Channel.Int
erface.Tube.State" | |
| */ | | */ | |
| #define TP_PROP_CHANNEL_INTERFACE_TUBE_STATE \ | | #define TP_PROP_CHANNEL_INTERFACE_TUBE_STATE \ | |
| "org.freedesktop.Telepathy.Channel.Interface.Tube.State" | | "org.freedesktop.Telepathy.Channel.Interface.Tube.State" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_MEDIA_SESSION_HANDLER: | | * TP_IFACE_MEDIA_SESSION_HANDLER: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Media.SessionHandler" | | * The interface name "org.freedesktop.Telepathy.Media.SessionHandler" | |
| */ | | */ | |
| #define TP_IFACE_MEDIA_SESSION_HANDLER \ | | #define TP_IFACE_MEDIA_SESSION_HANDLER \ | |
| "org.freedesktop.Telepathy.Media.SessionHandler" | | "org.freedesktop.Telepathy.Media.SessionHandler" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_MEDIA_SESSION_HANDLER: | | * TP_IFACE_QUARK_MEDIA_SESSION_HANDLER: | |
| | | | |
| skipping to change at line 1069 | | skipping to change at line 1224 | |
| #define TP_PROP_MEDIA_STREAM_HANDLER_NAT_TRAVERSAL \ | | #define TP_PROP_MEDIA_STREAM_HANDLER_NAT_TRAVERSAL \ | |
| "org.freedesktop.Telepathy.Media.StreamHandler.NATTraversal" | | "org.freedesktop.Telepathy.Media.StreamHandler.NATTraversal" | |
| | | | |
| /** | | /** | |
| * TP_PROP_MEDIA_STREAM_HANDLER_RELAY_INFO: | | * TP_PROP_MEDIA_STREAM_HANDLER_RELAY_INFO: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Media.Strea
mHandler.RelayInfo" | | * The fully-qualified property name "org.freedesktop.Telepathy.Media.Strea
mHandler.RelayInfo" | |
| */ | | */ | |
| #define TP_PROP_MEDIA_STREAM_HANDLER_RELAY_INFO \ | | #define TP_PROP_MEDIA_STREAM_HANDLER_RELAY_INFO \ | |
| "org.freedesktop.Telepathy.Media.StreamHandler.RelayInfo" | | "org.freedesktop.Telepathy.Media.StreamHandler.RelayInfo" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_DBUS_PEER: | | * TP_IFACE_DBUS_PEER: | |
| * | | * | |
| * The interface name "org.freedesktop.DBus.Peer" | | * The interface name "org.freedesktop.DBus.Peer" | |
| */ | | */ | |
| #define TP_IFACE_DBUS_PEER \ | | #define TP_IFACE_DBUS_PEER \ | |
| "org.freedesktop.DBus.Peer" | | "org.freedesktop.DBus.Peer" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_DBUS_PEER: | | * TP_IFACE_QUARK_DBUS_PEER: | |
| | | | |
| skipping to change at line 1208 | | skipping to change at line 1364 | |
| #define TP_PROP_ACCOUNT_MANAGER_INVALID_ACCOUNTS \ | | #define TP_PROP_ACCOUNT_MANAGER_INVALID_ACCOUNTS \ | |
| "org.freedesktop.Telepathy.AccountManager.InvalidAccounts" | | "org.freedesktop.Telepathy.AccountManager.InvalidAccounts" | |
| | | | |
| /** | | /** | |
| * TP_PROP_ACCOUNT_MANAGER_SUPPORTED_ACCOUNT_PROPERTIES: | | * TP_PROP_ACCOUNT_MANAGER_SUPPORTED_ACCOUNT_PROPERTIES: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.AccountMana
ger.SupportedAccountProperties" | | * The fully-qualified property name "org.freedesktop.Telepathy.AccountMana
ger.SupportedAccountProperties" | |
| */ | | */ | |
| #define TP_PROP_ACCOUNT_MANAGER_SUPPORTED_ACCOUNT_PROPERTIES \ | | #define TP_PROP_ACCOUNT_MANAGER_SUPPORTED_ACCOUNT_PROPERTIES \ | |
| "org.freedesktop.Telepathy.AccountManager.SupportedAccountProperties" | | "org.freedesktop.Telepathy.AccountManager.SupportedAccountProperties" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_ACCOUNT: | | * TP_IFACE_ACCOUNT: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Account" | | * The interface name "org.freedesktop.Telepathy.Account" | |
| */ | | */ | |
| #define TP_IFACE_ACCOUNT \ | | #define TP_IFACE_ACCOUNT \ | |
| "org.freedesktop.Telepathy.Account" | | "org.freedesktop.Telepathy.Account" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_ACCOUNT: | | * TP_IFACE_QUARK_ACCOUNT: | |
| | | | |
| skipping to change at line 1353 | | skipping to change at line 1510 | |
| #define TP_PROP_ACCOUNT_NORMALIZED_NAME \ | | #define TP_PROP_ACCOUNT_NORMALIZED_NAME \ | |
| "org.freedesktop.Telepathy.Account.NormalizedName" | | "org.freedesktop.Telepathy.Account.NormalizedName" | |
| | | | |
| /** | | /** | |
| * TP_PROP_ACCOUNT_HAS_BEEN_ONLINE: | | * TP_PROP_ACCOUNT_HAS_BEEN_ONLINE: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Account.Has
BeenOnline" | | * The fully-qualified property name "org.freedesktop.Telepathy.Account.Has
BeenOnline" | |
| */ | | */ | |
| #define TP_PROP_ACCOUNT_HAS_BEEN_ONLINE \ | | #define TP_PROP_ACCOUNT_HAS_BEEN_ONLINE \ | |
| "org.freedesktop.Telepathy.Account.HasBeenOnline" | | "org.freedesktop.Telepathy.Account.HasBeenOnline" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_ACCOUNT_INTERFACE_AVATAR: | | * TP_IFACE_ACCOUNT_INTERFACE_AVATAR: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Account.Interface.Avatar" | | * The interface name "org.freedesktop.Telepathy.Account.Interface.Avatar" | |
| */ | | */ | |
| #define TP_IFACE_ACCOUNT_INTERFACE_AVATAR \ | | #define TP_IFACE_ACCOUNT_INTERFACE_AVATAR \ | |
| "org.freedesktop.Telepathy.Account.Interface.Avatar" | | "org.freedesktop.Telepathy.Account.Interface.Avatar" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_ACCOUNT_INTERFACE_AVATAR: | | * TP_IFACE_QUARK_ACCOUNT_INTERFACE_AVATAR: | |
| | | | |
| skipping to change at line 1378 | | skipping to change at line 1536 | |
| | | | |
| GQuark tp_iface_quark_account_interface_avatar (void); | | GQuark tp_iface_quark_account_interface_avatar (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_ACCOUNT_INTERFACE_AVATAR_AVATAR: | | * TP_PROP_ACCOUNT_INTERFACE_AVATAR_AVATAR: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Account.Int
erface.Avatar.Avatar" | | * The fully-qualified property name "org.freedesktop.Telepathy.Account.Int
erface.Avatar.Avatar" | |
| */ | | */ | |
| #define TP_PROP_ACCOUNT_INTERFACE_AVATAR_AVATAR \ | | #define TP_PROP_ACCOUNT_INTERFACE_AVATAR_AVATAR \ | |
| "org.freedesktop.Telepathy.Account.Interface.Avatar.Avatar" | | "org.freedesktop.Telepathy.Account.Interface.Avatar.Avatar" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_DISPATCHER: | | * TP_IFACE_CHANNEL_DISPATCHER: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.ChannelDispatcher" | | * The interface name "org.freedesktop.Telepathy.ChannelDispatcher" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_DISPATCHER \ | | #define TP_IFACE_CHANNEL_DISPATCHER \ | |
| "org.freedesktop.Telepathy.ChannelDispatcher" | | "org.freedesktop.Telepathy.ChannelDispatcher" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_DISPATCHER: | | * TP_IFACE_QUARK_CHANNEL_DISPATCHER: | |
| | | | |
| skipping to change at line 1403 | | skipping to change at line 1562 | |
| | | | |
| GQuark tp_iface_quark_channel_dispatcher (void); | | GQuark tp_iface_quark_channel_dispatcher (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_DISPATCHER_INTERFACES: | | * TP_PROP_CHANNEL_DISPATCHER_INTERFACES: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.ChannelDisp
atcher.Interfaces" | | * The fully-qualified property name "org.freedesktop.Telepathy.ChannelDisp
atcher.Interfaces" | |
| */ | | */ | |
| #define TP_PROP_CHANNEL_DISPATCHER_INTERFACES \ | | #define TP_PROP_CHANNEL_DISPATCHER_INTERFACES \ | |
| "org.freedesktop.Telepathy.ChannelDispatcher.Interfaces" | | "org.freedesktop.Telepathy.ChannelDispatcher.Interfaces" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST: | | * TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.ChannelDispatcher.Interfac
e.OperationList" | | * The interface name "org.freedesktop.Telepathy.ChannelDispatcher.Interfac
e.OperationList" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST \ | | #define TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST \ | |
| "org.freedesktop.Telepathy.ChannelDispatcher.Interface.OperationList" | | "org.freedesktop.Telepathy.ChannelDispatcher.Interface.OperationList" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST: | | * TP_IFACE_QUARK_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST: | |
| | | | |
| skipping to change at line 1428 | | skipping to change at line 1588 | |
| | | | |
| GQuark tp_iface_quark_channel_dispatcher_interface_operation_list (void); | | GQuark tp_iface_quark_channel_dispatcher_interface_operation_list (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST_DISPATCH_OPERATIONS: | | * TP_PROP_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST_DISPATCH_OPERATIONS: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.ChannelDisp
atcher.Interface.OperationList.DispatchOperations" | | * The fully-qualified property name "org.freedesktop.Telepathy.ChannelDisp
atcher.Interface.OperationList.DispatchOperations" | |
| */ | | */ | |
| #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" | | "org.freedesktop.Telepathy.ChannelDispatcher.Interface.OperationList.Dispat
chOperations" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_DISPATCH_OPERATION: | | * TP_IFACE_CHANNEL_DISPATCH_OPERATION: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.ChannelDispatchOperation" | | * The interface name "org.freedesktop.Telepathy.ChannelDispatchOperation" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_DISPATCH_OPERATION \ | | #define TP_IFACE_CHANNEL_DISPATCH_OPERATION \ | |
| "org.freedesktop.Telepathy.ChannelDispatchOperation" | | "org.freedesktop.Telepathy.ChannelDispatchOperation" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_DISPATCH_OPERATION: | | * TP_IFACE_QUARK_CHANNEL_DISPATCH_OPERATION: | |
| | | | |
| skipping to change at line 1485 | | skipping to change at line 1646 | |
| #define TP_PROP_CHANNEL_DISPATCH_OPERATION_CHANNELS \ | | #define TP_PROP_CHANNEL_DISPATCH_OPERATION_CHANNELS \ | |
| "org.freedesktop.Telepathy.ChannelDispatchOperation.Channels" | | "org.freedesktop.Telepathy.ChannelDispatchOperation.Channels" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_DISPATCH_OPERATION_POSSIBLE_HANDLERS: | | * TP_PROP_CHANNEL_DISPATCH_OPERATION_POSSIBLE_HANDLERS: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.ChannelDisp
atchOperation.PossibleHandlers" | | * The fully-qualified property name "org.freedesktop.Telepathy.ChannelDisp
atchOperation.PossibleHandlers" | |
| */ | | */ | |
| #define TP_PROP_CHANNEL_DISPATCH_OPERATION_POSSIBLE_HANDLERS \ | | #define TP_PROP_CHANNEL_DISPATCH_OPERATION_POSSIBLE_HANDLERS \ | |
| "org.freedesktop.Telepathy.ChannelDispatchOperation.PossibleHandlers" | | "org.freedesktop.Telepathy.ChannelDispatchOperation.PossibleHandlers" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CHANNEL_REQUEST: | | * TP_IFACE_CHANNEL_REQUEST: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.ChannelRequest" | | * The interface name "org.freedesktop.Telepathy.ChannelRequest" | |
| */ | | */ | |
| #define TP_IFACE_CHANNEL_REQUEST \ | | #define TP_IFACE_CHANNEL_REQUEST \ | |
| "org.freedesktop.Telepathy.ChannelRequest" | | "org.freedesktop.Telepathy.ChannelRequest" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CHANNEL_REQUEST: | | * TP_IFACE_QUARK_CHANNEL_REQUEST: | |
| | | | |
| skipping to change at line 1542 | | skipping to change at line 1704 | |
| #define TP_PROP_CHANNEL_REQUEST_REQUESTS \ | | #define TP_PROP_CHANNEL_REQUEST_REQUESTS \ | |
| "org.freedesktop.Telepathy.ChannelRequest.Requests" | | "org.freedesktop.Telepathy.ChannelRequest.Requests" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CHANNEL_REQUEST_INTERFACES: | | * TP_PROP_CHANNEL_REQUEST_INTERFACES: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.ChannelRequ
est.Interfaces" | | * The fully-qualified property name "org.freedesktop.Telepathy.ChannelRequ
est.Interfaces" | |
| */ | | */ | |
| #define TP_PROP_CHANNEL_REQUEST_INTERFACES \ | | #define TP_PROP_CHANNEL_REQUEST_INTERFACES \ | |
| "org.freedesktop.Telepathy.ChannelRequest.Interfaces" | | "org.freedesktop.Telepathy.ChannelRequest.Interfaces" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CLIENT: | | * TP_IFACE_CLIENT: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Client" | | * The interface name "org.freedesktop.Telepathy.Client" | |
| */ | | */ | |
| #define TP_IFACE_CLIENT \ | | #define TP_IFACE_CLIENT \ | |
| "org.freedesktop.Telepathy.Client" | | "org.freedesktop.Telepathy.Client" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CLIENT: | | * TP_IFACE_QUARK_CLIENT: | |
| | | | |
| skipping to change at line 1567 | | skipping to change at line 1730 | |
| | | | |
| GQuark tp_iface_quark_client (void); | | GQuark tp_iface_quark_client (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_CLIENT_INTERFACES: | | * TP_PROP_CLIENT_INTERFACES: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Client.Inte
rfaces" | | * The fully-qualified property name "org.freedesktop.Telepathy.Client.Inte
rfaces" | |
| */ | | */ | |
| #define TP_PROP_CLIENT_INTERFACES \ | | #define TP_PROP_CLIENT_INTERFACES \ | |
| "org.freedesktop.Telepathy.Client.Interfaces" | | "org.freedesktop.Telepathy.Client.Interfaces" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CLIENT_OBSERVER: | | * TP_IFACE_CLIENT_OBSERVER: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Client.Observer" | | * The interface name "org.freedesktop.Telepathy.Client.Observer" | |
| */ | | */ | |
| #define TP_IFACE_CLIENT_OBSERVER \ | | #define TP_IFACE_CLIENT_OBSERVER \ | |
| "org.freedesktop.Telepathy.Client.Observer" | | "org.freedesktop.Telepathy.Client.Observer" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CLIENT_OBSERVER: | | * TP_IFACE_QUARK_CLIENT_OBSERVER: | |
| | | | |
| skipping to change at line 1592 | | skipping to change at line 1756 | |
| | | | |
| GQuark tp_iface_quark_client_observer (void); | | GQuark tp_iface_quark_client_observer (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER: | | * TP_PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Client.Obse
rver.ObserverChannelFilter" | | * The fully-qualified property name "org.freedesktop.Telepathy.Client.Obse
rver.ObserverChannelFilter" | |
| */ | | */ | |
| #define TP_PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER \ | | #define TP_PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER \ | |
| "org.freedesktop.Telepathy.Client.Observer.ObserverChannelFilter" | | "org.freedesktop.Telepathy.Client.Observer.ObserverChannelFilter" | |
|
| | | | |
| | | /** | |
| | | * TP_PROP_CLIENT_OBSERVER_RECOVER: | |
| | | * | |
| | | * The fully-qualified property name "org.freedesktop.Telepathy.Client.Obse | |
| | | rver.Recover" | |
| | | */ | |
| | | #define TP_PROP_CLIENT_OBSERVER_RECOVER \ | |
| | | "org.freedesktop.Telepathy.Client.Observer.Recover" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_CLIENT_APPROVER: | | * TP_IFACE_CLIENT_APPROVER: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Client.Approver" | | * The interface name "org.freedesktop.Telepathy.Client.Approver" | |
| */ | | */ | |
| #define TP_IFACE_CLIENT_APPROVER \ | | #define TP_IFACE_CLIENT_APPROVER \ | |
| "org.freedesktop.Telepathy.Client.Approver" | | "org.freedesktop.Telepathy.Client.Approver" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CLIENT_APPROVER: | | * TP_IFACE_QUARK_CLIENT_APPROVER: | |
| | | | |
| skipping to change at line 1617 | | skipping to change at line 1790 | |
| | | | |
| GQuark tp_iface_quark_client_approver (void); | | GQuark tp_iface_quark_client_approver (void); | |
| | | | |
| /** | | /** | |
| * TP_PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER: | | * TP_PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Client.Appr
over.ApproverChannelFilter" | | * The fully-qualified property name "org.freedesktop.Telepathy.Client.Appr
over.ApproverChannelFilter" | |
| */ | | */ | |
| #define TP_PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER \ | | #define TP_PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER \ | |
| "org.freedesktop.Telepathy.Client.Approver.ApproverChannelFilter" | | "org.freedesktop.Telepathy.Client.Approver.ApproverChannelFilter" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CLIENT_HANDLER: | | * TP_IFACE_CLIENT_HANDLER: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Client.Handler" | | * The interface name "org.freedesktop.Telepathy.Client.Handler" | |
| */ | | */ | |
| #define TP_IFACE_CLIENT_HANDLER \ | | #define TP_IFACE_CLIENT_HANDLER \ | |
| "org.freedesktop.Telepathy.Client.Handler" | | "org.freedesktop.Telepathy.Client.Handler" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CLIENT_HANDLER: | | * TP_IFACE_QUARK_CLIENT_HANDLER: | |
| | | | |
| skipping to change at line 1666 | | skipping to change at line 1840 | |
| #define TP_PROP_CLIENT_HANDLER_CAPABILITIES \ | | #define TP_PROP_CLIENT_HANDLER_CAPABILITIES \ | |
| "org.freedesktop.Telepathy.Client.Handler.Capabilities" | | "org.freedesktop.Telepathy.Client.Handler.Capabilities" | |
| | | | |
| /** | | /** | |
| * TP_PROP_CLIENT_HANDLER_HANDLED_CHANNELS: | | * TP_PROP_CLIENT_HANDLER_HANDLED_CHANNELS: | |
| * | | * | |
| * The fully-qualified property name "org.freedesktop.Telepathy.Client.Hand
ler.HandledChannels" | | * The fully-qualified property name "org.freedesktop.Telepathy.Client.Hand
ler.HandledChannels" | |
| */ | | */ | |
| #define TP_PROP_CLIENT_HANDLER_HANDLED_CHANNELS \ | | #define TP_PROP_CLIENT_HANDLER_HANDLED_CHANNELS \ | |
| "org.freedesktop.Telepathy.Client.Handler.HandledChannels" | | "org.freedesktop.Telepathy.Client.Handler.HandledChannels" | |
|
| | | | |
| /** | | /** | |
| * TP_IFACE_CLIENT_INTERFACE_REQUESTS: | | * TP_IFACE_CLIENT_INTERFACE_REQUESTS: | |
| * | | * | |
| * The interface name "org.freedesktop.Telepathy.Client.Interface.Requests" | | * The interface name "org.freedesktop.Telepathy.Client.Interface.Requests" | |
| */ | | */ | |
| #define TP_IFACE_CLIENT_INTERFACE_REQUESTS \ | | #define TP_IFACE_CLIENT_INTERFACE_REQUESTS \ | |
| "org.freedesktop.Telepathy.Client.Interface.Requests" | | "org.freedesktop.Telepathy.Client.Interface.Requests" | |
| | | | |
| /** | | /** | |
| * TP_IFACE_QUARK_CLIENT_INTERFACE_REQUESTS: | | * TP_IFACE_QUARK_CLIENT_INTERFACE_REQUESTS: | |
| | | | |
End of changes. 34 change blocks. |
| 0 lines changed or deleted | | 196 lines changed or added | |
|
| tp-svc-connection.h | | tp-svc-connection.h | |
| | | | |
| skipping to change at line 911 | | skipping to change at line 911 | |
| 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, | | typedef void (*tp_svc_connection_interface_contact_capabilities_get_contact
_capabilities_impl) (TpSvcConnectionInterfaceContactCapabilities *self, | |
|
| const GArray *in_handles, | | const GArray *in_Handles, | |
| DBusGMethodInvocation *context); | | 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); | | void tp_svc_connection_interface_contact_capabilities_implement_get_contact
_capabilities (TpSvcConnectionInterfaceContactCapabilitiesClass *klass, tp_
svc_connection_interface_contact_capabilities_get_contact_capabilities_impl
impl); | |
| /** | | /** | |
| * tp_svc_connection_interface_contact_capabilities_return_from_get_contact
_capabilities: | | * tp_svc_connection_interface_contact_capabilities_return_from_get_contact
_capabilities: | |
| * @context: The D-Bus method invocation context | | * @context: The D-Bus method invocation context | |
| * @out_Contact_Capabilities: GHashTable * (FIXME, generate documentation) | | * @out_Contact_Capabilities: GHashTable * (FIXME, generate documentation) | |
| * | | * | |
| * Return successfully by calling dbus_g_method_return(). | | * Return successfully by calling dbus_g_method_return(). | |
| * This inline function exists only to provide type-safety. | | * This inline function exists only to provide type-safety. | |
| */ | | */ | |
| | | | |
| skipping to change at line 938 | | skipping to change at line 938 | |
| GHashTable *out_Contact_Capabilities) | | GHashTable *out_Contact_Capabilities) | |
| { | | { | |
| dbus_g_method_return (context, | | dbus_g_method_return (context, | |
| out_Contact_Capabilities); | | 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); | |
| | | | |
| /** | | /** | |
|
| | | * TpSvcConnectionInterfaceContactInfo: | |
| | | * | |
| | | * Dummy typedef representing any implementation of this interface. | |
| | | */ | |
| | | typedef struct _TpSvcConnectionInterfaceContactInfo TpSvcConnectionInterfac | |
| | | eContactInfo; | |
| | | | |
| | | /** | |
| | | * TpSvcConnectionInterfaceContactInfoClass: | |
| | | * | |
| | | * The class of TpSvcConnectionInterfaceContactInfo. | |
| | | * | |
| | | * In a full implementation of this interface (i.e. all | |
| | | * methods implemented), the interface initialization | |
| | | * function used in G_IMPLEMENT_INTERFACE() would | |
| | | * typically look like this: | |
| | | * | |
| | | * <programlisting> | |
| | | * static void | |
| | | * implement_connection_interface_contact_info (gpointer klass, | |
| | | * gpointer unused G_GNUC_UNUSED) | |
| | | * { | |
| | | * #define IMPLEMENT(x) tp_svc_connection_interface_contact_info_implement_ | |
| | | ##x (\ | |
| | | * klass, my_object_##x) | |
| | | * IMPLEMENT (get_contact_info); | |
| | | * IMPLEMENT (refresh_contact_info); | |
| | | * IMPLEMENT (request_contact_info); | |
| | | * IMPLEMENT (set_contact_info); | |
| | | * #undef IMPLEMENT | |
| | | * } | |
| | | * </programlisting> | |
| | | */ | |
| | | typedef struct _TpSvcConnectionInterfaceContactInfoClass TpSvcConnectionInt | |
| | | erfaceContactInfoClass; | |
| | | | |
| | | GType tp_svc_connection_interface_contact_info_get_type (void); | |
| | | #define TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_INFO \ | |
| | | (tp_svc_connection_interface_contact_info_get_type ()) | |
| | | #define TP_SVC_CONNECTION_INTERFACE_CONTACT_INFO(obj) \ | |
| | | (G_TYPE_CHECK_INSTANCE_CAST((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA | |
| | | CT_INFO, TpSvcConnectionInterfaceContactInfo)) | |
| | | #define TP_IS_SVC_CONNECTION_INTERFACE_CONTACT_INFO(obj) \ | |
| | | (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_SVC_CONNECTION_INTERFACE_CONTA | |
| | | CT_INFO)) | |
| | | #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)) | |
| | | | |
| | | 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); | |
| | | /** | |
| | | * tp_svc_connection_interface_contact_info_return_from_get_contact_info: | |
| | | * @context: The D-Bus method invocation context | |
| | | * @out_ContactInfo: GHashTable * (FIXME, generate documentation) | |
| | | * | |
| | | * Return successfully by calling dbus_g_method_return(). | |
| | | * This inline function exists only to provide type-safety. | |
| | | */ | |
| | | 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, | |
| | | const GArray *in_Contacts, | |
| | | 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); | |
| | | /** | |
| | | * tp_svc_connection_interface_contact_info_return_from_refresh_contact_inf | |
| | | o: | |
| | | * @context: The D-Bus method invocation context | |
| | | * | |
| | | * Return successfully by calling dbus_g_method_return(). | |
| | | * This inline function exists only to provide type-safety. | |
| | | */ | |
| | | static inline | |
| | | /* 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); | |
| | | static inline void | |
| | | tp_svc_connection_interface_contact_info_return_from_refresh_contact_info ( | |
| | | DBusGMethodInvocation *context) | |
| | | { | |
| | | dbus_g_method_return (context); | |
| | | } | |
| | | | |
| | | typedef void (*tp_svc_connection_interface_contact_info_request_contact_inf | |
| | | o_impl) (TpSvcConnectionInterfaceContactInfo *self, | |
| | | guint in_Contact, | |
| | | DBusGMethodInvocation *context); | |
| | | void tp_svc_connection_interface_contact_info_implement_request_contact_inf | |
| | | o (TpSvcConnectionInterfaceContactInfoClass *klass, tp_svc_connection_inter | |
| | | face_contact_info_request_contact_info_impl impl); | |
| | | /** | |
| | | * tp_svc_connection_interface_contact_info_return_from_request_contact_inf | |
| | | o: | |
| | | * @context: The D-Bus method invocation context | |
| | | * @out_Contact_Info: const GPtrArray * (FIXME, generate documentation) | |
| | | * | |
| | | * Return successfully by calling dbus_g_method_return(). | |
| | | * This inline function exists only to provide type-safety. | |
| | | */ | |
| | | static inline | |
| | | /* this comment is to stop gtkdoc realising this is static */ | |
| | | void tp_svc_connection_interface_contact_info_return_from_request_contact_i | |
| | | nfo (DBusGMethodInvocation *context, | |
| | | const GPtrArray *out_Contact_Info); | |
| | | static inline void | |
| | | tp_svc_connection_interface_contact_info_return_from_request_contact_info ( | |
| | | DBusGMethodInvocation *context, | |
| | | const GPtrArray *out_Contact_Info) | |
| | | { | |
| | | dbus_g_method_return (context, | |
| | | out_Contact_Info); | |
| | | } | |
| | | | |
| | | typedef void (*tp_svc_connection_interface_contact_info_set_contact_info_im | |
| | | pl) (TpSvcConnectionInterfaceContactInfo *self, | |
| | | const GPtrArray *in_ContactInfo, | |
| | | DBusGMethodInvocation *context); | |
| | | void tp_svc_connection_interface_contact_info_implement_set_contact_info (T | |
| | | pSvcConnectionInterfaceContactInfoClass *klass, tp_svc_connection_interface | |
| | | _contact_info_set_contact_info_impl impl); | |
| | | /** | |
| | | * tp_svc_connection_interface_contact_info_return_from_set_contact_info: | |
| | | * @context: The D-Bus method invocation context | |
| | | * | |
| | | * Return successfully by calling dbus_g_method_return(). | |
| | | * This inline function exists only to provide type-safety. | |
| | | */ | |
| | | static inline | |
| | | /* this comment is to stop gtkdoc realising this is static */ | |
| | | void tp_svc_connection_interface_contact_info_return_from_set_contact_info | |
| | | (DBusGMethodInvocation *context); | |
| | | static inline void | |
| | | tp_svc_connection_interface_contact_info_return_from_set_contact_info (DBus | |
| | | GMethodInvocation *context) | |
| | | { | |
| | | dbus_g_method_return (context); | |
| | | } | |
| | | | |
| | | void tp_svc_connection_interface_contact_info_emit_contact_info_changed (gp | |
| | | ointer instance, | |
| | | guint arg_Contact, | |
| | | const GPtrArray *arg_ContactInfo); | |
| | | | |
| | | /** | |
| * TpSvcConnectionInterfaceContacts: | | * TpSvcConnectionInterfaceContacts: | |
| * | | * | |
| * Dummy typedef representing any implementation of this interface. | | * Dummy typedef representing any implementation of this interface. | |
| */ | | */ | |
| typedef struct _TpSvcConnectionInterfaceContacts TpSvcConnectionInterfaceCo
ntacts; | | typedef struct _TpSvcConnectionInterfaceContacts TpSvcConnectionInterfaceCo
ntacts; | |
| | | | |
| /** | | /** | |
| * TpSvcConnectionInterfaceContactsClass: | | * TpSvcConnectionInterfaceContactsClass: | |
| * | | * | |
| * The class of TpSvcConnectionInterfaceContacts. | | * The class of TpSvcConnectionInterfaceContacts. | |
| | | | |
End of changes. 2 change blocks. |
| 1 lines changed or deleted | | 166 lines changed or added | |
|