| account-request.h | | account-request.h | |
| | | | |
| skipping to change at line 123 | | skipping to change at line 123 | |
| const gchar *superseded_path); | | const gchar *superseded_path); | |
| | | | |
| _TP_AVAILABLE_IN_0_20 | | _TP_AVAILABLE_IN_0_20 | |
| void tp_account_request_set_avatar (TpAccountRequest *self, | | void tp_account_request_set_avatar (TpAccountRequest *self, | |
| const guchar *avatar, gsize len, const gchar *mime_type); | | const guchar *avatar, gsize len, const gchar *mime_type); | |
| | | | |
| _TP_AVAILABLE_IN_0_20 | | _TP_AVAILABLE_IN_0_20 | |
| void tp_account_request_set_service (TpAccountRequest *self, | | void tp_account_request_set_service (TpAccountRequest *self, | |
| const gchar *service); | | const gchar *service); | |
| | | | |
|
| | | _TP_AVAILABLE_IN_0_20 | |
| | | void tp_account_request_set_storage_provider (TpAccountRequest *self, | |
| | | const gchar *provider); | |
| | | | |
| /* parameters */ | | /* parameters */ | |
| _TP_AVAILABLE_IN_0_20 | | _TP_AVAILABLE_IN_0_20 | |
| void tp_account_request_set_parameter (TpAccountRequest *self, | | void tp_account_request_set_parameter (TpAccountRequest *self, | |
| const gchar *key, | | const gchar *key, | |
| GVariant *value); | | GVariant *value); | |
| | | | |
| _TP_AVAILABLE_IN_0_20 | | _TP_AVAILABLE_IN_0_20 | |
| void tp_account_request_unset_parameter (TpAccountRequest *self, | | void tp_account_request_unset_parameter (TpAccountRequest *self, | |
| const gchar *key); | | const gchar *key); | |
| | | | |
| | | | |
End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 4 lines changed or added | |
|
| base-connection-manager.h | | base-connection-manager.h | |
| | | | |
| skipping to change at line 66 | | skipping to change at line 66 | |
| typedef struct _TpBaseConnectionManager TpBaseConnectionManager; | | typedef struct _TpBaseConnectionManager TpBaseConnectionManager; | |
| typedef struct _TpBaseConnectionManagerPrivate TpBaseConnectionManagerPriva
te; | | typedef struct _TpBaseConnectionManagerPrivate TpBaseConnectionManagerPriva
te; | |
| typedef struct _TpBaseConnectionManagerClass TpBaseConnectionManagerClass; | | typedef struct _TpBaseConnectionManagerClass TpBaseConnectionManagerClass; | |
| typedef struct _TpBaseConnectionManagerClassPrivate | | typedef struct _TpBaseConnectionManagerClassPrivate | |
| TpBaseConnectionManagerClassPrivate; | | TpBaseConnectionManagerClassPrivate; | |
| | | | |
| typedef TpBaseConnection *(*TpBaseConnectionManagerNewConnFunc)( | | typedef TpBaseConnection *(*TpBaseConnectionManagerNewConnFunc)( | |
| TpBaseConnectionManager *self, const gchar *proto, | | TpBaseConnectionManager *self, const gchar *proto, | |
| TpIntset *params_present, void *parsed_params, GError **error); | | TpIntset *params_present, void *parsed_params, GError **error); | |
| | | | |
|
| | | typedef GPtrArray * (*TpBaseConnectionManagerGetInterfacesFunc) ( | |
| | | TpBaseConnectionManager *self); | |
| | | | |
| struct _TpBaseConnectionManagerClass { | | struct _TpBaseConnectionManagerClass { | |
| GObjectClass parent_class; | | GObjectClass parent_class; | |
| | | | |
| const char *cm_dbus_name; | | const char *cm_dbus_name; | |
| /*<private>*/ | | /*<private>*/ | |
| const TpCMProtocolSpec *_TP_SEAL (protocol_params); | | const TpCMProtocolSpec *_TP_SEAL (protocol_params); | |
| TpBaseConnectionManagerNewConnFunc _TP_SEAL (new_connection); | | TpBaseConnectionManagerNewConnFunc _TP_SEAL (new_connection); | |
| /*< public >*/ | | /*< public >*/ | |
| | | | |
|
| const gchar * const *interfaces; | | /*<private>*/ | |
| | | const gchar * const *_TP_SEAL (interfaces); | |
| | | /*<public>*/ | |
| | | TpBaseConnectionManagerGetInterfacesFunc get_interfaces; | |
| | | | |
| /*<private>*/ | | /*<private>*/ | |
|
| gpointer _future2; | | | |
| gpointer _future3; | | gpointer _future3; | |
| gpointer _future4; | | gpointer _future4; | |
| | | | |
| TpBaseConnectionManagerClassPrivate *priv; | | TpBaseConnectionManagerClassPrivate *priv; | |
| }; | | }; | |
| | | | |
| struct _TpBaseConnectionManager { | | struct _TpBaseConnectionManager { | |
| /*<private>*/ | | /*<private>*/ | |
| GObject parent; | | GObject parent; | |
| | | | |
| | | | |
End of changes. 3 change blocks. |
| 2 lines changed or deleted | | 7 lines changed or added | |
|
| base-connection.h | | base-connection.h | |
| | | | |
| skipping to change at line 62 | | skipping to change at line 62 | |
| | | | |
| typedef GPtrArray *(*TpBaseConnectionCreateChannelFactoriesImpl) ( | | typedef GPtrArray *(*TpBaseConnectionCreateChannelFactoriesImpl) ( | |
| TpBaseConnection *self); | | TpBaseConnection *self); | |
| | | | |
| typedef GPtrArray *(*TpBaseConnectionCreateChannelManagersImpl) ( | | typedef GPtrArray *(*TpBaseConnectionCreateChannelManagersImpl) ( | |
| TpBaseConnection *self); | | TpBaseConnection *self); | |
| | | | |
| typedef gchar *(*TpBaseConnectionGetUniqueConnectionNameImpl) ( | | typedef gchar *(*TpBaseConnectionGetUniqueConnectionNameImpl) ( | |
| TpBaseConnection *self); | | TpBaseConnection *self); | |
| | | | |
|
| | | typedef GPtrArray *(*TpBaseConnectionGetInterfacesImpl) ( | |
| | | TpBaseConnection *self); | |
| | | | |
| struct _TpBaseConnection { | | struct _TpBaseConnection { | |
| /*<private>*/ | | /*<private>*/ | |
| GObject parent; | | GObject parent; | |
| | | | |
| gchar *_TP_SEAL (bus_name); | | gchar *_TP_SEAL (bus_name); | |
| gchar *_TP_SEAL (object_path); | | gchar *_TP_SEAL (object_path); | |
| | | | |
| TpConnectionStatus _TP_SEAL (status); | | TpConnectionStatus _TP_SEAL (status); | |
| | | | |
| TpHandle _TP_SEAL (self_handle); | | TpHandle _TP_SEAL (self_handle); | |
| | | | |
| skipping to change at line 105 | | skipping to change at line 108 | |
| TpBaseConnectionGetUniqueConnectionNameImpl get_unique_connection_name; | | TpBaseConnectionGetUniqueConnectionNameImpl get_unique_connection_name; | |
| | | | |
| TpBaseConnectionProc connecting; | | TpBaseConnectionProc connecting; | |
| TpBaseConnectionProc connected; | | TpBaseConnectionProc connected; | |
| TpBaseConnectionProc disconnected; | | TpBaseConnectionProc disconnected; | |
| | | | |
| TpBaseConnectionProc shut_down; | | TpBaseConnectionProc shut_down; | |
| | | | |
| TpBaseConnectionStartConnectingImpl start_connecting; | | TpBaseConnectionStartConnectingImpl start_connecting; | |
| | | | |
|
| const gchar **interfaces_always_present; | | /*<private>*/ | |
| | | const gchar **_TP_SEAL (interfaces_always_present); | |
| | | /*<public>*/ | |
| TpBaseConnectionCreateChannelManagersImpl create_channel_managers; | | TpBaseConnectionCreateChannelManagersImpl create_channel_managers; | |
| | | | |
|
| | | TpBaseConnectionGetInterfacesImpl get_interfaces_always_present; | |
| | | | |
| /*<private>*/ | | /*<private>*/ | |
|
| gpointer _future2; | | | |
| gpointer _future3; | | gpointer _future3; | |
| gpointer _future4; | | gpointer _future4; | |
| | | | |
| gpointer priv; | | gpointer priv; | |
| }; | | }; | |
| | | | |
| # define TP_INTERNAL_CONNECTION_STATUS_NEW ((TpConnectionStatus)(-1)) | | # define TP_INTERNAL_CONNECTION_STATUS_NEW ((TpConnectionStatus)(-1)) | |
| | | | |
| GType tp_base_connection_get_type (void); | | GType tp_base_connection_get_type (void); | |
| | | | |
| | | | |
End of changes. 4 change blocks. |
| 3 lines changed or deleted | | 8 lines changed or added | |
|
| base-protocol.h | | base-protocol.h | |
| | | | |
| skipping to change at line 142 | | skipping to change at line 142 | |
| typedef void (*TpBaseProtocolGetAvatarDetailsFunc) (TpBaseProtocol *self, | | typedef void (*TpBaseProtocolGetAvatarDetailsFunc) (TpBaseProtocol *self, | |
| GStrv *supported_mime_types, | | GStrv *supported_mime_types, | |
| guint *min_height, | | guint *min_height, | |
| guint *min_width, | | guint *min_width, | |
| guint *rec_height, | | guint *rec_height, | |
| guint *rec_width, | | guint *rec_width, | |
| guint *max_height, | | guint *max_height, | |
| guint *max_width, | | guint *max_width, | |
| guint *max_bytes); | | guint *max_bytes); | |
| | | | |
|
| | | typedef GPtrArray * (*TpBaseProtocolGetInterfacesArrayFunc) (TpBaseProtocol | |
| | | *self); | |
| | | | |
| struct _TpBaseProtocolClass | | struct _TpBaseProtocolClass | |
| { | | { | |
| GObjectClass parent_class; | | GObjectClass parent_class; | |
| TpDBusPropertiesMixinClass dbus_properties_class; | | TpDBusPropertiesMixinClass dbus_properties_class; | |
| | | | |
| gboolean is_stub; | | gboolean is_stub; | |
| const TpCMParamSpec *(*get_parameters) (TpBaseProtocol *self); | | const TpCMParamSpec *(*get_parameters) (TpBaseProtocol *self); | |
| TpBaseConnection *(*new_connection) (TpBaseProtocol *self, | | TpBaseConnection *(*new_connection) (TpBaseProtocol *self, | |
| GHashTable *asv, | | GHashTable *asv, | |
| GError **error); | | GError **error); | |
| | | | |
| gchar *(*normalize_contact) (TpBaseProtocol *self, | | gchar *(*normalize_contact) (TpBaseProtocol *self, | |
| const gchar *contact, | | const gchar *contact, | |
| GError **error); | | GError **error); | |
| gchar *(*identify_account) (TpBaseProtocol *self, | | gchar *(*identify_account) (TpBaseProtocol *self, | |
| GHashTable *asv, | | GHashTable *asv, | |
| GError **error); | | GError **error); | |
| | | | |
|
| GStrv (*get_interfaces) (TpBaseProtocol *self); | | /*<private>*/ | |
| | | GStrv (*_TP_SEAL (get_interfaces)) (TpBaseProtocol *self); | |
| | | /*<public>*/ | |
| | | | |
| void (*get_connection_details) (TpBaseProtocol *self, | | void (*get_connection_details) (TpBaseProtocol *self, | |
| GStrv *connection_interfaces, | | GStrv *connection_interfaces, | |
| GType **channel_manager_types, | | GType **channel_manager_types, | |
| gchar **icon_name, | | gchar **icon_name, | |
| gchar **english_name, | | gchar **english_name, | |
| gchar **vcard_field); | | gchar **vcard_field); | |
| | | | |
| const TpPresenceStatusSpec * (*get_statuses) (TpBaseProtocol *self); | | const TpPresenceStatusSpec * (*get_statuses) (TpBaseProtocol *self); | |
| | | | |
| TpBaseProtocolGetAvatarDetailsFunc get_avatar_details; | | TpBaseProtocolGetAvatarDetailsFunc get_avatar_details; | |
| | | | |
| GStrv (*dup_authentication_types) (TpBaseProtocol *self); | | GStrv (*dup_authentication_types) (TpBaseProtocol *self); | |
| | | | |
|
| | | TpBaseProtocolGetInterfacesArrayFunc get_interfaces_array; | |
| | | | |
| /*<private>*/ | | /*<private>*/ | |
|
| GCallback padding[5]; | | GCallback padding[4]; | |
| TpBaseProtocolClassPrivate *priv; | | TpBaseProtocolClassPrivate *priv; | |
| }; | | }; | |
| | | | |
| const gchar *tp_base_protocol_get_name (TpBaseProtocol *self); | | const gchar *tp_base_protocol_get_name (TpBaseProtocol *self); | |
| GHashTable *tp_base_protocol_get_immutable_properties (TpBaseProtocol *self
); | | GHashTable *tp_base_protocol_get_immutable_properties (TpBaseProtocol *self
); | |
| | | | |
| const TpCMParamSpec *tp_base_protocol_get_parameters (TpBaseProtocol *self)
; | | const TpCMParamSpec *tp_base_protocol_get_parameters (TpBaseProtocol *self)
; | |
| const TpPresenceStatusSpec *tp_base_protocol_get_statuses (TpBaseProtocol *
self); | | const TpPresenceStatusSpec *tp_base_protocol_get_statuses (TpBaseProtocol *
self); | |
| | | | |
| TpBaseConnection *tp_base_protocol_new_connection (TpBaseProtocol *self, | | TpBaseConnection *tp_base_protocol_new_connection (TpBaseProtocol *self, | |
| | | | |
End of changes. 4 change blocks. |
| 2 lines changed or deleted | | 9 lines changed or added | |
|