| account-manager.h | | account-manager.h | |
| | | | |
| skipping to change at line 99 | | skipping to change at line 99 | |
| TpAccountManager *tp_account_manager_dup (void) G_GNUC_WARN_UNUSED_RESULT; | | TpAccountManager *tp_account_manager_dup (void) G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| void tp_account_manager_init_known_interfaces (void); | | void tp_account_manager_init_known_interfaces (void); | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef TP_DISABLE_DEPRECATED | |
| _TP_DEPRECATED_IN_0_16_FOR (tp_simple_client_factory_ensure_account) | | _TP_DEPRECATED_IN_0_16_FOR (tp_simple_client_factory_ensure_account) | |
| TpAccount *tp_account_manager_ensure_account (TpAccountManager *manager, | | TpAccount *tp_account_manager_ensure_account (TpAccountManager *manager, | |
| const gchar *path); | | const gchar *path); | |
| #endif | | #endif | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20_FOR (tp_account_manager_dup_valid_accounts) | |
| GList *tp_account_manager_get_valid_accounts (TpAccountManager *manager) | | GList *tp_account_manager_get_valid_accounts (TpAccountManager *manager) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
|
| | | #endif | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | GList *tp_account_manager_dup_valid_accounts (TpAccountManager *manager) | |
| | | G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| void tp_account_manager_set_all_requested_presences (TpAccountManager *mana
ger, | | void tp_account_manager_set_all_requested_presences (TpAccountManager *mana
ger, | |
| TpConnectionPresenceType type, const gchar *status, const gchar *messag
e); | | TpConnectionPresenceType type, const gchar *status, const gchar *messag
e); | |
| | | | |
| TpConnectionPresenceType tp_account_manager_get_most_available_presence ( | | TpConnectionPresenceType tp_account_manager_get_most_available_presence ( | |
| TpAccountManager *manager, gchar **status, gchar **message); | | TpAccountManager *manager, gchar **status, gchar **message); | |
| | | | |
| void tp_account_manager_create_account_async (TpAccountManager *manager, | | void tp_account_manager_create_account_async (TpAccountManager *manager, | |
| const gchar *connection_manager, const gchar *protocol, | | const gchar *connection_manager, const gchar *protocol, | |
| const gchar *display_name, GHashTable *parameters, GHashTable *properti
es, | | const gchar *display_name, GHashTable *parameters, GHashTable *properti
es, | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 7 lines changed or added | |
|
| base-client.h | | base-client.h | |
| | | | |
| skipping to change at line 201 | | skipping to change at line 201 | |
| /* future, potentially (currently in spec as a draft): | | /* future, potentially (currently in spec as a draft): | |
| void tp_base_client_set_handler_related_conferences_bypass_approval ( | | void tp_base_client_set_handler_related_conferences_bypass_approval ( | |
| TpBaseClient *self, gboolean bypass_approval); | | TpBaseClient *self, gboolean bypass_approval); | |
| */ | | */ | |
| | | | |
| gboolean tp_base_client_register (TpBaseClient *self, | | gboolean tp_base_client_register (TpBaseClient *self, | |
| GError **error); | | GError **error); | |
| | | | |
| /* Normal methods, can be called at any time */ | | /* Normal methods, can be called at any time */ | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20_FOR (tp_base_client_dup_pending_requests) | |
| GList *tp_base_client_get_pending_requests (TpBaseClient *self); | | GList *tp_base_client_get_pending_requests (TpBaseClient *self); | |
|
| | | _TP_DEPRECATED_IN_0_20_FOR (tp_base_client_dup_handled_channels) | |
| GList *tp_base_client_get_handled_channels (TpBaseClient *self); | | GList *tp_base_client_get_handled_channels (TpBaseClient *self); | |
|
| | | #endif | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | GList *tp_base_client_dup_pending_requests (TpBaseClient *self); | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | GList *tp_base_client_dup_handled_channels (TpBaseClient *self); | |
| | | | |
| gboolean tp_base_client_is_handling_channel (TpBaseClient *self, | | gboolean tp_base_client_is_handling_channel (TpBaseClient *self, | |
| TpChannel *channel); | | TpChannel *channel); | |
| | | | |
| _TP_AVAILABLE_IN_0_16 | | _TP_AVAILABLE_IN_0_16 | |
| void tp_base_client_delegate_channels_async (TpBaseClient *self, | | void tp_base_client_delegate_channels_async (TpBaseClient *self, | |
| GList *channels, | | GList *channels, | |
| gint64 user_action_time, | | gint64 user_action_time, | |
| const gchar *preferred_handler, | | const gchar *preferred_handler, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| | | | |
End of changes. 3 change blocks. |
| 0 lines changed or deleted | | 9 lines changed or added | |
|
| channel-dispatch-operation.h | | channel-dispatch-operation.h | |
| | | | |
| skipping to change at line 77 | | skipping to change at line 77 | |
| (G_TYPE_CHECK_CLASS_CAST ((klass), TP_TYPE_CHANNEL_DISPATCH_OPERATION, \ | | (G_TYPE_CHECK_CLASS_CAST ((klass), TP_TYPE_CHANNEL_DISPATCH_OPERATION, \ | |
| TpChannelDispatchOperationClass)) | | TpChannelDispatchOperationClass)) | |
| #define TP_IS_CHANNEL_DISPATCH_OPERATION(obj) \ | | #define TP_IS_CHANNEL_DISPATCH_OPERATION(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TP_TYPE_CHANNEL_DISPATCH_OPERATION)) | | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TP_TYPE_CHANNEL_DISPATCH_OPERATION)) | |
| #define TP_IS_CHANNEL_DISPATCH_OPERATION_CLASS(klass) \ | | #define TP_IS_CHANNEL_DISPATCH_OPERATION_CLASS(klass) \ | |
| (G_TYPE_CHECK_CLASS_TYPE ((klass), TP_TYPE_CHANNEL_DISPATCH_OPERATION)) | | (G_TYPE_CHECK_CLASS_TYPE ((klass), TP_TYPE_CHANNEL_DISPATCH_OPERATION)) | |
| #define TP_CHANNEL_DISPATCH_OPERATION_GET_CLASS(obj) \ | | #define TP_CHANNEL_DISPATCH_OPERATION_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CHANNEL_DISPATCH_OPERATION, \ | | (G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CHANNEL_DISPATCH_OPERATION, \ | |
| TpChannelDispatchOperationClass)) | | TpChannelDispatchOperationClass)) | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20 | |
| TpChannelDispatchOperation *tp_channel_dispatch_operation_new ( | | TpChannelDispatchOperation *tp_channel_dispatch_operation_new ( | |
| TpDBusDaemon *bus_daemon, const gchar *object_path, | | TpDBusDaemon *bus_daemon, const gchar *object_path, | |
| GHashTable *immutable_properties, GError **error) | | GHashTable *immutable_properties, GError **error) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
|
| | | #endif | |
| | | | |
| void tp_channel_dispatch_operation_init_known_interfaces (void); | | void tp_channel_dispatch_operation_init_known_interfaces (void); | |
| | | | |
| #define TP_CHANNEL_DISPATCH_OPERATION_FEATURE_CORE \ | | #define TP_CHANNEL_DISPATCH_OPERATION_FEATURE_CORE \ | |
| tp_channel_dispatch_operation_get_feature_quark_core () | | tp_channel_dispatch_operation_get_feature_quark_core () | |
| | | | |
| GQuark tp_channel_dispatch_operation_get_feature_quark_core (void) G_GNUC_C
ONST; | | GQuark tp_channel_dispatch_operation_get_feature_quark_core (void) G_GNUC_C
ONST; | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20_FOR(tp_channel_dispatch_operation_get_connection) | |
| TpConnection * tp_channel_dispatch_operation_borrow_connection ( | | TpConnection * tp_channel_dispatch_operation_borrow_connection ( | |
| TpChannelDispatchOperation *self); | | TpChannelDispatchOperation *self); | |
| | | | |
|
| | | _TP_DEPRECATED_IN_0_20_FOR(tp_channel_dispatch_operation_get_account) | |
| TpAccount * tp_channel_dispatch_operation_borrow_account ( | | TpAccount * tp_channel_dispatch_operation_borrow_account ( | |
| TpChannelDispatchOperation *self); | | TpChannelDispatchOperation *self); | |
| | | | |
|
| | | _TP_DEPRECATED_IN_0_20_FOR(tp_channel_dispatch_operation_get_channels) | |
| GPtrArray * tp_channel_dispatch_operation_borrow_channels ( | | GPtrArray * tp_channel_dispatch_operation_borrow_channels ( | |
| TpChannelDispatchOperation *self); | | TpChannelDispatchOperation *self); | |
| | | | |
|
| | | _TP_DEPRECATED_IN_0_20_FOR(tp_channel_dispatch_operation_get_possible_handl
ers) | |
| GStrv tp_channel_dispatch_operation_borrow_possible_handlers ( | | GStrv tp_channel_dispatch_operation_borrow_possible_handlers ( | |
| TpChannelDispatchOperation *self); | | TpChannelDispatchOperation *self); | |
| | | | |
|
| | | _TP_DEPRECATED_IN_0_20 | |
| GHashTable * tp_channel_dispatch_operation_borrow_immutable_properties ( | | GHashTable * tp_channel_dispatch_operation_borrow_immutable_properties ( | |
| TpChannelDispatchOperation *self); | | TpChannelDispatchOperation *self); | |
|
| | | #endif | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | TpConnection * tp_channel_dispatch_operation_get_connection ( | |
| | | TpChannelDispatchOperation *self); | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | TpAccount * tp_channel_dispatch_operation_get_account ( | |
| | | TpChannelDispatchOperation *self); | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | GPtrArray * tp_channel_dispatch_operation_get_channels ( | |
| | | TpChannelDispatchOperation *self); | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | GStrv tp_channel_dispatch_operation_get_possible_handlers ( | |
| | | TpChannelDispatchOperation *self); | |
| | | | |
| void tp_channel_dispatch_operation_handle_with_async ( | | void tp_channel_dispatch_operation_handle_with_async ( | |
| TpChannelDispatchOperation *self, | | TpChannelDispatchOperation *self, | |
| const gchar *handler, | | const gchar *handler, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean tp_channel_dispatch_operation_handle_with_finish ( | | gboolean tp_channel_dispatch_operation_handle_with_finish ( | |
| TpChannelDispatchOperation *self, | | TpChannelDispatchOperation *self, | |
| GAsyncResult *result, | | GAsyncResult *result, | |
| | | | |
End of changes. 8 change blocks. |
| 0 lines changed or deleted | | 26 lines changed or added | |
|
| channel-request.h | | channel-request.h | |
| | | | |
| skipping to change at line 73 | | skipping to change at line 73 | |
| (G_TYPE_CHECK_CLASS_CAST ((klass), TP_TYPE_CHANNEL_REQUEST, \ | | (G_TYPE_CHECK_CLASS_CAST ((klass), TP_TYPE_CHANNEL_REQUEST, \ | |
| TpChannelRequestClass)) | | TpChannelRequestClass)) | |
| #define TP_IS_CHANNEL_REQUEST(obj) \ | | #define TP_IS_CHANNEL_REQUEST(obj) \ | |
| (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TP_TYPE_CHANNEL_REQUEST)) | | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TP_TYPE_CHANNEL_REQUEST)) | |
| #define TP_IS_CHANNEL_REQUEST_CLASS(klass) \ | | #define TP_IS_CHANNEL_REQUEST_CLASS(klass) \ | |
| (G_TYPE_CHECK_CLASS_TYPE ((klass), TP_TYPE_CHANNEL_REQUEST)) | | (G_TYPE_CHECK_CLASS_TYPE ((klass), TP_TYPE_CHANNEL_REQUEST)) | |
| #define TP_CHANNEL_REQUEST_GET_CLASS(obj) \ | | #define TP_CHANNEL_REQUEST_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CHANNEL_REQUEST, \ | | (G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CHANNEL_REQUEST, \ | |
| TpChannelRequestClass)) | | TpChannelRequestClass)) | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20 | |
| TpChannelRequest *tp_channel_request_new (TpDBusDaemon *bus_daemon, | | TpChannelRequest *tp_channel_request_new (TpDBusDaemon *bus_daemon, | |
| const gchar *object_path, GHashTable *immutable_properties, | | const gchar *object_path, GHashTable *immutable_properties, | |
| GError **error) G_GNUC_WARN_UNUSED_RESULT; | | GError **error) G_GNUC_WARN_UNUSED_RESULT; | |
|
| | | #endif | |
| | | | |
| void tp_channel_request_init_known_interfaces (void); | | void tp_channel_request_init_known_interfaces (void); | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef TP_DISABLE_DEPRECATED | |
| _TP_DEPRECATED_IN_0_16 | | _TP_DEPRECATED_IN_0_16 | |
| void tp_channel_request_set_channel_factory (TpChannelRequest *self, | | void tp_channel_request_set_channel_factory (TpChannelRequest *self, | |
| TpClientChannelFactory *factory); | | TpClientChannelFactory *factory); | |
| #endif | | #endif | |
| | | | |
| const GHashTable * tp_channel_request_get_immutable_properties ( | | const GHashTable * tp_channel_request_get_immutable_properties ( | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 3 lines changed or added | |
|
| channel.h | | channel.h | |
| | | | |
| skipping to change at line 110 | | skipping to change at line 110 | |
| void tp_channel_call_when_ready (TpChannel *self, | | void tp_channel_call_when_ready (TpChannel *self, | |
| TpChannelWhenReadyCb callback, | | TpChannelWhenReadyCb callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| _TP_DEPRECATED_IN_0_18_FOR (tp_proxy_is_prepared) | | _TP_DEPRECATED_IN_0_18_FOR (tp_proxy_is_prepared) | |
| gboolean tp_channel_is_ready (TpChannel *self); | | gboolean tp_channel_is_ready (TpChannel *self); | |
| #endif | | #endif | |
| | | | |
| void tp_channel_init_known_interfaces (void); | | void tp_channel_init_known_interfaces (void); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20_FOR(tp_channel_get_connection) | |
| TpConnection *tp_channel_borrow_connection (TpChannel *self); | | TpConnection *tp_channel_borrow_connection (TpChannel *self); | |
|
| | | _TP_DEPRECATED_IN_0_20_FOR(tp_channel_dup_immutable_properties) | |
| GHashTable *tp_channel_borrow_immutable_properties (TpChannel *self); | | GHashTable *tp_channel_borrow_immutable_properties (TpChannel *self); | |
|
| | | #endif | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | TpConnection *tp_channel_get_connection (TpChannel *self); | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | GVariant *tp_channel_dup_immutable_properties (TpChannel *self); | |
| | | | |
| void tp_channel_leave_async (TpChannel *self, | | void tp_channel_leave_async (TpChannel *self, | |
| TpChannelGroupChangeReason reason, | | TpChannelGroupChangeReason reason, | |
| const gchar *message, | | const gchar *message, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean tp_channel_leave_finish (TpChannel *self, | | gboolean tp_channel_leave_finish (TpChannel *self, | |
| GAsyncResult *result, | | GAsyncResult *result, | |
| GError **error); | | GError **error); | |
| | | | |
End of changes. 3 change blocks. |
| 0 lines changed or deleted | | 9 lines changed or added | |
|
| connection.h | | connection.h | |
| | | | |
| skipping to change at line 174 | | skipping to change at line 174 | |
| _TP_DEPRECATED_IN_0_20_FOR (tp_connection_get_self_contact) | | _TP_DEPRECATED_IN_0_20_FOR (tp_connection_get_self_contact) | |
| TpHandle tp_connection_get_self_handle (TpConnection *self); | | TpHandle tp_connection_get_self_handle (TpConnection *self); | |
| #endif | | #endif | |
| | | | |
| TpContact *tp_connection_get_self_contact (TpConnection *self); | | TpContact *tp_connection_get_self_contact (TpConnection *self); | |
| | | | |
| TpCapabilities * tp_connection_get_capabilities (TpConnection *self); | | TpCapabilities * tp_connection_get_capabilities (TpConnection *self); | |
| | | | |
| TpContactInfoFlags tp_connection_get_contact_info_flags (TpConnection *self
); | | TpContactInfoFlags tp_connection_get_contact_info_flags (TpConnection *self
); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20_FOR (tp_connection_dup_contact_info_supported_fields | |
| | | ) | |
| GList *tp_connection_get_contact_info_supported_fields (TpConnection *self)
; | | GList *tp_connection_get_contact_info_supported_fields (TpConnection *self)
; | |
|
| | | #endif | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | GList *tp_connection_dup_contact_info_supported_fields (TpConnection *self) | |
| | | ; | |
| | | | |
| void tp_connection_set_contact_info_async (TpConnection *self, | | void tp_connection_set_contact_info_async (TpConnection *self, | |
| GList *info, GAsyncReadyCallback callback, | | GList *info, GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean tp_connection_set_contact_info_finish (TpConnection *self, | | gboolean tp_connection_set_contact_info_finish (TpConnection *self, | |
| GAsyncResult *result, GError **error); | | GAsyncResult *result, GError **error); | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef TP_DISABLE_DEPRECATED | |
| _TP_DEPRECATED_IN_0_18_FOR (tp_proxy_is_prepared) | | _TP_DEPRECATED_IN_0_18_FOR (tp_proxy_is_prepared) | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 8 lines changed or added | |
|
| contact.h | | contact.h | |
| | | | |
| skipping to change at line 109 | | skipping to change at line 109 | |
| GHashTable *tp_contact_get_location (TpContact *self); | | GHashTable *tp_contact_get_location (TpContact *self); | |
| | | | |
| /* TP_CONTACT_FEATURE_CAPABILITIES */ | | /* TP_CONTACT_FEATURE_CAPABILITIES */ | |
| TpCapabilities *tp_contact_get_capabilities (TpContact *self); | | TpCapabilities *tp_contact_get_capabilities (TpContact *self); | |
| | | | |
| /* TP_CONTACT_FEATURE_AVATAR_DATA */ | | /* TP_CONTACT_FEATURE_AVATAR_DATA */ | |
| GFile *tp_contact_get_avatar_file (TpContact *self); | | GFile *tp_contact_get_avatar_file (TpContact *self); | |
| const gchar *tp_contact_get_avatar_mime_type (TpContact *self); | | const gchar *tp_contact_get_avatar_mime_type (TpContact *self); | |
| | | | |
| /* TP_CONTACT_FEATURE_INFO */ | | /* TP_CONTACT_FEATURE_INFO */ | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20_FOR (tp_contact_dup_contact_info) | |
| GList *tp_contact_get_contact_info (TpContact *self); | | GList *tp_contact_get_contact_info (TpContact *self); | |
|
| | | #endif | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | GList *tp_contact_dup_contact_info (TpContact *self); | |
| | | | |
| void tp_contact_request_contact_info_async (TpContact *self, | | void tp_contact_request_contact_info_async (TpContact *self, | |
| GCancellable *cancellable, GAsyncReadyCallback callback, | | GCancellable *cancellable, GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean tp_contact_request_contact_info_finish (TpContact *self, | | gboolean tp_contact_request_contact_info_finish (TpContact *self, | |
| GAsyncResult *result, GError **error); | | GAsyncResult *result, GError **error); | |
| | | | |
| void tp_connection_refresh_contact_info (TpConnection *self, | | void tp_connection_refresh_contact_info (TpConnection *self, | |
| guint n_contacts, TpContact * const *contacts); | | guint n_contacts, TpContact * const *contacts); | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 6 lines changed or added | |
|
| handle-repo.h | | handle-repo.h | |
| | | | |
| skipping to change at line 135 | | skipping to change at line 135 | |
| TpBaseConnection *connection, | | TpBaseConnection *connection, | |
| const gchar *id, | | const gchar *id, | |
| gpointer context, | | gpointer context, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| _TP_AVAILABLE_IN_0_20 | | _TP_AVAILABLE_IN_0_20 | |
| TpHandle tp_handle_ensure_finish (TpHandleRepoIface *self, | | TpHandle tp_handle_ensure_finish (TpHandleRepoIface *self, | |
| GAsyncResult *result, | | GAsyncResult *result, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20 | |
| void tp_handle_set_qdata (TpHandleRepoIface *repo, TpHandle handle, | | void tp_handle_set_qdata (TpHandleRepoIface *repo, TpHandle handle, | |
| GQuark key_id, gpointer data, GDestroyNotify destroy); | | GQuark key_id, gpointer data, GDestroyNotify destroy); | |
|
| | | _TP_DEPRECATED_IN_0_20 | |
| gpointer tp_handle_get_qdata (TpHandleRepoIface *repo, TpHandle handle, | | gpointer tp_handle_get_qdata (TpHandleRepoIface *repo, TpHandle handle, | |
| GQuark key_id); | | GQuark key_id); | |
|
| | | #endif | |
| | | | |
| /* Handle set helper class */ | | /* Handle set helper class */ | |
| | | | |
| typedef void (*TpHandleSetMemberFunc)(TpHandleSet *set, TpHandle handle, | | typedef void (*TpHandleSetMemberFunc)(TpHandleSet *set, TpHandle handle, | |
| gpointer userdata); | | gpointer userdata); | |
| | | | |
| TpHandleSet * tp_handle_set_new (TpHandleRepoIface *repo) | | TpHandleSet * tp_handle_set_new (TpHandleRepoIface *repo) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
| TpHandleSet *tp_handle_set_copy (const TpHandleSet *other) | | TpHandleSet *tp_handle_set_copy (const TpHandleSet *other) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
End of changes. 3 change blocks. |
| 0 lines changed or deleted | | 4 lines changed or added | |
|
| properties-mixin.h | | properties-mixin.h | |
| | | | |
| skipping to change at line 29 | | skipping to change at line 29 | |
| * License along with this library; if not, write to the Free Software | | * License along with this library; if not, write to the Free Software | |
| * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 U
SA | | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 U
SA | |
| */ | | */ | |
| | | | |
| #ifndef __TP_PROPERTIES_MIXIN_H__ | | #ifndef __TP_PROPERTIES_MIXIN_H__ | |
| #define __TP_PROPERTIES_MIXIN_H__ | | #define __TP_PROPERTIES_MIXIN_H__ | |
| | | | |
| #include <glib-object.h> | | #include <glib-object.h> | |
| #include <dbus/dbus-glib.h> | | #include <dbus/dbus-glib.h> | |
| | | | |
|
| | | #define _TP_IN_META_HEADER | |
| | | | |
| #include <telepathy-glib/enums.h> | | #include <telepathy-glib/enums.h> | |
| #include <telepathy-glib/gtypes.h> | | #include <telepathy-glib/gtypes.h> | |
| #include <telepathy-glib/intset.h> | | #include <telepathy-glib/intset.h> | |
| #include <telepathy-glib/svc-properties-interface.h> | | #include <telepathy-glib/svc-properties-interface.h> | |
| #include <telepathy-glib/util.h> | | #include <telepathy-glib/util.h> | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
| /** | | /** | |
| * TpPropertySignature: | | * TpPropertySignature: | |
| | | | |
End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 2 lines changed or added | |
|
| protocol.h | | protocol.h | |
| | | | |
| skipping to change at line 104 | | skipping to change at line 104 | |
| const gchar *param); | | const gchar *param); | |
| _TP_AVAILABLE_IN_0_18 | | _TP_AVAILABLE_IN_0_18 | |
| TpConnectionManagerParam *tp_protocol_dup_param (TpProtocol *self, | | TpConnectionManagerParam *tp_protocol_dup_param (TpProtocol *self, | |
| const gchar *param); | | const gchar *param); | |
| gboolean tp_protocol_has_param (TpProtocol *self, | | gboolean tp_protocol_has_param (TpProtocol *self, | |
| const gchar *param); | | const gchar *param); | |
| gboolean tp_protocol_can_register (TpProtocol *self); | | gboolean tp_protocol_can_register (TpProtocol *self); | |
| GStrv tp_protocol_dup_param_names (TpProtocol *self) G_GNUC_WARN_UNUSED_RES
ULT; | | GStrv tp_protocol_dup_param_names (TpProtocol *self) G_GNUC_WARN_UNUSED_RES
ULT; | |
| _TP_AVAILABLE_IN_0_18 | | _TP_AVAILABLE_IN_0_18 | |
| GList *tp_protocol_dup_params (TpProtocol *self) G_GNUC_WARN_UNUSED_RESULT; | | GList *tp_protocol_dup_params (TpProtocol *self) G_GNUC_WARN_UNUSED_RESULT; | |
|
| | | | |
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20_FOR(tp_protocol_dup_params) | |
| _TP_AVAILABLE_IN_0_18 | | _TP_AVAILABLE_IN_0_18 | |
| const TpConnectionManagerParam *tp_protocol_borrow_params (TpProtocol *self
) | | const TpConnectionManagerParam *tp_protocol_borrow_params (TpProtocol *self
) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
|
| | | #endif | |
| | | | |
| const gchar * const * | | const gchar * const * | |
| /* gtk-doc sucks */ | | /* gtk-doc sucks */ | |
| tp_protocol_get_authentication_types (TpProtocol *self); | | tp_protocol_get_authentication_types (TpProtocol *self); | |
| | | | |
| #define TP_PROTOCOL_FEATURE_CORE \ | | #define TP_PROTOCOL_FEATURE_CORE \ | |
| (tp_protocol_get_feature_quark_core ()) | | (tp_protocol_get_feature_quark_core ()) | |
| GQuark tp_protocol_get_feature_quark_core (void) G_GNUC_CONST; | | GQuark tp_protocol_get_feature_quark_core (void) G_GNUC_CONST; | |
| | | | |
| const gchar *tp_protocol_get_vcard_field (TpProtocol *self); | | const gchar *tp_protocol_get_vcard_field (TpProtocol *self); | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 4 lines changed or added | |
|
| proxy-subclass.h | | proxy-subclass.h | |
| | | | |
| skipping to change at line 66 | | skipping to change at line 66 | |
| | | | |
| void tp_proxy_signal_connection_v0_take_results | | void tp_proxy_signal_connection_v0_take_results | |
| (TpProxySignalConnection *sc, GValueArray *args); | | (TpProxySignalConnection *sc, GValueArray *args); | |
| | | | |
| typedef void (*TpProxyInterfaceAddedCb) (TpProxy *self, | | typedef void (*TpProxyInterfaceAddedCb) (TpProxy *self, | |
| guint quark, DBusGProxy *proxy, gpointer unused); | | guint quark, DBusGProxy *proxy, gpointer unused); | |
| | | | |
| void tp_proxy_or_subclass_hook_on_interface_add (GType proxy_or_subclass, | | void tp_proxy_or_subclass_hook_on_interface_add (GType proxy_or_subclass, | |
| TpProxyInterfaceAddedCb callback); | | TpProxyInterfaceAddedCb callback); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20_FOR(tp_proxy_get_interface_by_id) | |
| DBusGProxy *tp_proxy_borrow_interface_by_id (TpProxy *self, GQuark iface, | | DBusGProxy *tp_proxy_borrow_interface_by_id (TpProxy *self, GQuark iface, | |
| GError **error); | | GError **error); | |
|
| | | #endif | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | DBusGProxy *tp_proxy_get_interface_by_id (TpProxy *self, GQuark iface, | |
| | | GError **error); | |
| | | | |
| DBusGProxy *tp_proxy_add_interface_by_id (TpProxy *self, GQuark iface); | | DBusGProxy *tp_proxy_add_interface_by_id (TpProxy *self, GQuark iface); | |
| void tp_proxy_add_interfaces (TpProxy *self, const gchar * const *interface
s); | | void tp_proxy_add_interfaces (TpProxy *self, const gchar * const *interface
s); | |
| | | | |
| void tp_proxy_invalidate (TpProxy *self, const GError *error); | | void tp_proxy_invalidate (TpProxy *self, const GError *error); | |
| | | | |
| void tp_proxy_subclass_add_error_mapping (GType proxy_subclass, | | void tp_proxy_subclass_add_error_mapping (GType proxy_subclass, | |
| const gchar *static_prefix, GQuark domain, GType code_enum_type); | | const gchar *static_prefix, GQuark domain, GType code_enum_type); | |
| | | | |
| gboolean tp_proxy_dbus_g_proxy_claim_for_signal_adding (DBusGProxy *proxy); | | gboolean tp_proxy_dbus_g_proxy_claim_for_signal_adding (DBusGProxy *proxy); | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 7 lines changed or added | |
|
| text-channel.h | | text-channel.h | |
| | | | |
| skipping to change at line 87 | | skipping to change at line 87 | |
| | | | |
| GArray * tp_text_channel_get_message_types (TpTextChannel *self); | | GArray * tp_text_channel_get_message_types (TpTextChannel *self); | |
| | | | |
| gboolean tp_text_channel_supports_message_type (TpTextChannel *self, | | gboolean tp_text_channel_supports_message_type (TpTextChannel *self, | |
| TpChannelTextMessageType message_type); | | TpChannelTextMessageType message_type); | |
| | | | |
| #define TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES \ | | #define TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES \ | |
| tp_text_channel_get_feature_quark_incoming_messages () | | tp_text_channel_get_feature_quark_incoming_messages () | |
| GQuark tp_text_channel_get_feature_quark_incoming_messages (void) G_GNUC_CO
NST; | | GQuark tp_text_channel_get_feature_quark_incoming_messages (void) G_GNUC_CO
NST; | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| | | _TP_DEPRECATED_IN_0_20_FOR (tp_text_channel_dup_pending_messages) | |
| GList * tp_text_channel_get_pending_messages (TpTextChannel *self); | | GList * tp_text_channel_get_pending_messages (TpTextChannel *self); | |
|
| | | #endif | |
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | GList * tp_text_channel_dup_pending_messages (TpTextChannel *self); | |
| | | | |
| void tp_text_channel_send_message_async (TpTextChannel *self, | | void tp_text_channel_send_message_async (TpTextChannel *self, | |
| TpMessage *message, | | TpMessage *message, | |
| TpMessageSendingFlags flags, | | TpMessageSendingFlags flags, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean tp_text_channel_send_message_finish (TpTextChannel *self, | | gboolean tp_text_channel_send_message_finish (TpTextChannel *self, | |
| GAsyncResult *result, | | GAsyncResult *result, | |
| gchar **token, | | gchar **token, | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 6 lines changed or added | |
|
| util.h | | util.h | |
| | | | |
| skipping to change at line 41 | | skipping to change at line 41 | |
| | | | |
| #include <telepathy-glib/verify.h> | | #include <telepathy-glib/verify.h> | |
| | | | |
| #define tp_verify_statement(R) ((void) tp_verify_true (R)) | | #define tp_verify_statement(R) ((void) tp_verify_true (R)) | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
| gboolean tp_g_ptr_array_contains (GPtrArray *haystack, gpointer needle); | | gboolean tp_g_ptr_array_contains (GPtrArray *haystack, gpointer needle); | |
| void tp_g_ptr_array_extend (GPtrArray *target, GPtrArray *source); | | void tp_g_ptr_array_extend (GPtrArray *target, GPtrArray *source); | |
| | | | |
|
| | | #ifndef __GI_SCANNER__ | |
| | | /* Functions with _new in their names confuse the g-i scanner, but these | |
| | | * are all (skip)'d anyway. */ | |
| | | | |
| GValue *tp_g_value_slice_new (GType type) G_GNUC_WARN_UNUSED_RESULT; | | GValue *tp_g_value_slice_new (GType type) G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| GValue *tp_g_value_slice_new_boolean (gboolean b) G_GNUC_WARN_UNUSED_RESULT
; | | GValue *tp_g_value_slice_new_boolean (gboolean b) G_GNUC_WARN_UNUSED_RESULT
; | |
| GValue *tp_g_value_slice_new_int (gint n) G_GNUC_WARN_UNUSED_RESULT; | | GValue *tp_g_value_slice_new_int (gint n) G_GNUC_WARN_UNUSED_RESULT; | |
| GValue *tp_g_value_slice_new_int64 (gint64 n) G_GNUC_WARN_UNUSED_RESULT; | | GValue *tp_g_value_slice_new_int64 (gint64 n) G_GNUC_WARN_UNUSED_RESULT; | |
| GValue *tp_g_value_slice_new_byte (guchar n) G_GNUC_WARN_UNUSED_RESULT; | | GValue *tp_g_value_slice_new_byte (guchar n) G_GNUC_WARN_UNUSED_RESULT; | |
| GValue *tp_g_value_slice_new_uint (guint n) G_GNUC_WARN_UNUSED_RESULT; | | GValue *tp_g_value_slice_new_uint (guint n) G_GNUC_WARN_UNUSED_RESULT; | |
| GValue *tp_g_value_slice_new_uint64 (guint64 n) G_GNUC_WARN_UNUSED_RESULT; | | GValue *tp_g_value_slice_new_uint64 (guint64 n) G_GNUC_WARN_UNUSED_RESULT; | |
| GValue *tp_g_value_slice_new_double (double d) G_GNUC_WARN_UNUSED_RESULT; | | GValue *tp_g_value_slice_new_double (double d) G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| | | | |
| skipping to change at line 65 | | skipping to change at line 69 | |
| GValue *tp_g_value_slice_new_take_string (gchar *string) | | GValue *tp_g_value_slice_new_take_string (gchar *string) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| GValue *tp_g_value_slice_new_boxed (GType type, gconstpointer p) | | GValue *tp_g_value_slice_new_boxed (GType type, gconstpointer p) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
| GValue *tp_g_value_slice_new_static_boxed (GType type, gconstpointer p) | | GValue *tp_g_value_slice_new_static_boxed (GType type, gconstpointer p) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
| GValue *tp_g_value_slice_new_take_boxed (GType type, gpointer p) | | GValue *tp_g_value_slice_new_take_boxed (GType type, gpointer p) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
|
| | | #endif | |
| | | | |
| void tp_g_value_slice_free (GValue *value); | | void tp_g_value_slice_free (GValue *value); | |
| | | | |
| GValue *tp_g_value_slice_dup (const GValue *value) G_GNUC_WARN_UNUSED_RESUL
T; | | GValue *tp_g_value_slice_dup (const GValue *value) G_GNUC_WARN_UNUSED_RESUL
T; | |
| | | | |
| void tp_g_hash_table_update (GHashTable *target, GHashTable *source, | | void tp_g_hash_table_update (GHashTable *target, GHashTable *source, | |
| GBoxedCopyFunc key_dup, GBoxedCopyFunc value_dup); | | GBoxedCopyFunc key_dup, GBoxedCopyFunc value_dup); | |
| | | | |
| static inline gboolean | | static inline gboolean | |
| tp_str_empty (const gchar *s) | | tp_str_empty (const gchar *s) | |
| { | | { | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 6 lines changed or added | |
|