account.h   account.h 
skipping to change at line 89 skipping to change at line 89
tp_account_get_feature_quark_storage () tp_account_get_feature_quark_storage ()
#define TP_ACCOUNT_FEATURE_ADDRESSING \ #define TP_ACCOUNT_FEATURE_ADDRESSING \
tp_account_get_feature_quark_addressing () tp_account_get_feature_quark_addressing ()
GQuark tp_account_get_feature_quark_core (void) G_GNUC_CONST; GQuark tp_account_get_feature_quark_core (void) G_GNUC_CONST;
_TP_AVAILABLE_IN_0_16 _TP_AVAILABLE_IN_0_16
GQuark tp_account_get_feature_quark_connection (void) G_GNUC_CONST; GQuark tp_account_get_feature_quark_connection (void) G_GNUC_CONST;
GQuark tp_account_get_feature_quark_storage (void) G_GNUC_CONST; GQuark tp_account_get_feature_quark_storage (void) G_GNUC_CONST;
GQuark tp_account_get_feature_quark_addressing (void) G_GNUC_CONST; GQuark tp_account_get_feature_quark_addressing (void) G_GNUC_CONST;
_TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_account)
TpAccount *tp_account_new (TpDBusDaemon *bus_daemon, const gchar *object_pa th, TpAccount *tp_account_new (TpDBusDaemon *bus_daemon, const gchar *object_pa th,
GError **error) G_GNUC_WARN_UNUSED_RESULT; GError **error) G_GNUC_WARN_UNUSED_RESULT;
#ifndef TP_DISABLE_DEPRECATED #ifndef TP_DISABLE_DEPRECATED
_TP_DEPRECATED_IN_0_20_FOR(tp_account_get_protocol) _TP_DEPRECATED_IN_0_20_FOR(tp_account_get_protocol)
gboolean tp_account_parse_object_path (const gchar *object_path, gboolean tp_account_parse_object_path (const gchar *object_path,
gchar **cm, gchar **protocol, gchar **account_id, GError **error); gchar **cm, gchar **protocol, gchar **account_id, GError **error);
#endif #endif
const gchar *tp_account_get_path_suffix (TpAccount *account); const gchar *tp_account_get_path_suffix (TpAccount *account);
skipping to change at line 111 skipping to change at line 112
TpConnection *tp_account_get_connection (TpAccount *account); TpConnection *tp_account_get_connection (TpAccount *account);
#ifndef TP_DISABLE_DEPRECATED #ifndef TP_DISABLE_DEPRECATED
_TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_connection) _TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_connection)
TpConnection *tp_account_ensure_connection (TpAccount *account, TpConnection *tp_account_ensure_connection (TpAccount *account,
const gchar *path); const gchar *path);
#endif #endif
const gchar *tp_account_get_display_name (TpAccount *account); const gchar *tp_account_get_display_name (TpAccount *account);
#ifndef TP_DISABLE_DEPRECATED
_TP_DEPRECATED_IN_0_20_FOR(tp_account_get_cm_name)
const gchar *tp_account_get_connection_manager (TpAccount *account); const gchar *tp_account_get_connection_manager (TpAccount *account);
_TP_DEPRECATED_IN_0_20_FOR(tp_account_get_protocol_name)
const gchar *tp_account_get_protocol (TpAccount *account); const gchar *tp_account_get_protocol (TpAccount *account);
#endif
_TP_AVAILABLE_IN_0_20
const gchar *tp_account_get_cm_name (TpAccount *account);
_TP_AVAILABLE_IN_0_20
const gchar *tp_account_get_protocol_name (TpAccount *account);
const gchar *tp_account_get_service (TpAccount *self); const gchar *tp_account_get_service (TpAccount *self);
const gchar *tp_account_get_icon_name (TpAccount *account); const gchar *tp_account_get_icon_name (TpAccount *account);
const gchar *tp_account_get_normalized_name (TpAccount *self); const gchar *tp_account_get_normalized_name (TpAccount *self);
void tp_account_set_enabled_async (TpAccount *account, void tp_account_set_enabled_async (TpAccount *account,
gboolean enabled, GAsyncReadyCallback callback, gpointer user_data); gboolean enabled, GAsyncReadyCallback callback, gpointer user_data);
gboolean tp_account_set_enabled_finish (TpAccount *account, gboolean tp_account_set_enabled_finish (TpAccount *account,
 End of changes. 4 change blocks. 
1 lines changed or deleted 12 lines changed or added


 base-channel.h   base-channel.h 
skipping to change at line 59 skipping to change at line 59
struct _TpBaseChannelClass struct _TpBaseChannelClass
{ {
/*< private >*/ /*< private >*/
GObjectClass parent_class; GObjectClass parent_class;
/*< public >*/ /*< public >*/
TpDBusPropertiesMixinClass dbus_props_class; TpDBusPropertiesMixinClass dbus_props_class;
const gchar *channel_type; const gchar *channel_type;
TpHandleType target_handle_type; TpHandleType target_handle_type;
/*< private >*/
const gchar **_TP_SEAL (interfaces); const gchar **_TP_SEAL (interfaces);
/*< public >*/
TpBaseChannelCloseFunc close; TpBaseChannelCloseFunc close;
TpBaseChannelFillPropertiesFunc fill_immutable_properties; TpBaseChannelFillPropertiesFunc fill_immutable_properties;
TpBaseChannelGetPathFunc get_object_path_suffix; TpBaseChannelGetPathFunc get_object_path_suffix;
TpBaseChannelGetInterfacesFunc get_interfaces; TpBaseChannelGetInterfacesFunc get_interfaces;
/*< private >*/ /*< private >*/
GCallback _reserved[9]; GCallback _reserved[9];
}; };
 End of changes. 2 change blocks. 
0 lines changed or deleted 2 lines changed or added


 base-connection-manager.h   base-connection-manager.h 
skipping to change at line 70 skipping to change at line 70
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);
struct _TpBaseConnectionManagerClass { struct _TpBaseConnectionManagerClass {
GObjectClass parent_class; GObjectClass parent_class;
const char *cm_dbus_name; const char *cm_dbus_name;
/*<private>*/
const TpCMProtocolSpec *_TP_SEAL (protocol_params); const TpCMProtocolSpec *_TP_SEAL (protocol_params);
TpBaseConnectionManagerNewConnFunc _TP_SEAL (new_connection); TpBaseConnectionManagerNewConnFunc _TP_SEAL (new_connection);
/*< public >*/
const gchar * const *interfaces; const gchar * const *interfaces;
/*<private>*/ /*<private>*/
gpointer _future2; gpointer _future2;
gpointer _future3; gpointer _future3;
gpointer _future4; gpointer _future4;
TpBaseConnectionManagerClassPrivate *priv; TpBaseConnectionManagerClassPrivate *priv;
}; };
 End of changes. 2 change blocks. 
0 lines changed or deleted 2 lines changed or added


 channel.h   channel.h 
skipping to change at line 80 skipping to change at line 80
(G_TYPE_CHECK_CLASS_CAST((klass), TP_TYPE_CHANNEL, \ (G_TYPE_CHECK_CLASS_CAST((klass), TP_TYPE_CHANNEL, \
TpChannelClass)) TpChannelClass))
#define TP_IS_CHANNEL(obj) \ #define TP_IS_CHANNEL(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_CHANNEL)) (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_CHANNEL))
#define TP_IS_CHANNEL_CLASS(klass) \ #define TP_IS_CHANNEL_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass), TP_TYPE_CHANNEL)) (G_TYPE_CHECK_CLASS_TYPE((klass), TP_TYPE_CHANNEL))
#define TP_CHANNEL_GET_CLASS(obj) \ #define TP_CHANNEL_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CHANNEL, \ (G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CHANNEL, \
TpChannelClass)) TpChannelClass))
_TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_channel)
TpChannel *tp_channel_new (TpConnection *conn, TpChannel *tp_channel_new (TpConnection *conn,
const gchar *object_path, const gchar *optional_channel_type, const gchar *object_path, const gchar *optional_channel_type,
TpHandleType optional_handle_type, TpHandle optional_handle, TpHandleType optional_handle_type, TpHandle optional_handle,
GError **error) G_GNUC_WARN_UNUSED_RESULT; GError **error) G_GNUC_WARN_UNUSED_RESULT;
_TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_channel)
TpChannel *tp_channel_new_from_properties (TpConnection *conn, TpChannel *tp_channel_new_from_properties (TpConnection *conn,
const gchar *object_path, const GHashTable *immutable_properties, const gchar *object_path, const GHashTable *immutable_properties,
GError **error) G_GNUC_WARN_UNUSED_RESULT; GError **error) G_GNUC_WARN_UNUSED_RESULT;
#ifndef TP_DISABLE_DEPRECATED #ifndef TP_DISABLE_DEPRECATED
_TP_DEPRECATED_IN_0_18 _TP_DEPRECATED_IN_0_18
gboolean tp_channel_run_until_ready (TpChannel *self, GError **error, gboolean tp_channel_run_until_ready (TpChannel *self, GError **error,
GMainLoop **loop); GMainLoop **loop);
typedef void (*TpChannelWhenReadyCb) (TpChannel *channel, const GError *err or, typedef void (*TpChannelWhenReadyCb) (TpChannel *channel, const GError *err or,
 End of changes. 2 change blocks. 
0 lines changed or deleted 2 lines changed or added


 connection.h   connection.h 
skipping to change at line 143 skipping to change at line 143
(G_TYPE_CHECK_CLASS_CAST((klass), TP_TYPE_CONNECTION, \ (G_TYPE_CHECK_CLASS_CAST((klass), TP_TYPE_CONNECTION, \
TpConnectionClass)) TpConnectionClass))
#define TP_IS_CONNECTION(obj) \ #define TP_IS_CONNECTION(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_CONNECTION)) (G_TYPE_CHECK_INSTANCE_TYPE((obj), TP_TYPE_CONNECTION))
#define TP_IS_CONNECTION_CLASS(klass) \ #define TP_IS_CONNECTION_CLASS(klass) \
(G_TYPE_CHECK_CLASS_TYPE((klass), TP_TYPE_CONNECTION)) (G_TYPE_CHECK_CLASS_TYPE((klass), TP_TYPE_CONNECTION))
#define TP_CONNECTION_GET_CLASS(obj) \ #define TP_CONNECTION_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CONNECTION, \ (G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CONNECTION, \
TpConnectionClass)) TpConnectionClass))
_TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_connection)
TpConnection *tp_connection_new (TpDBusDaemon *dbus, const gchar *bus_name, TpConnection *tp_connection_new (TpDBusDaemon *dbus, const gchar *bus_name,
const gchar *object_path, GError **error) G_GNUC_WARN_UNUSED_RESULT; const gchar *object_path, GError **error) G_GNUC_WARN_UNUSED_RESULT;
_TP_AVAILABLE_IN_0_16 _TP_AVAILABLE_IN_0_16
TpAccount *tp_connection_get_account (TpConnection *self); TpAccount *tp_connection_get_account (TpConnection *self);
TpConnectionStatus tp_connection_get_status (TpConnection *self, TpConnectionStatus tp_connection_get_status (TpConnection *self,
TpConnectionStatusReason *reason); TpConnectionStatusReason *reason);
#ifndef TP_DISABLE_DEPRECATED
_TP_DEPRECATED_IN_0_20_FOR (tp_connection_get_cm_name)
const gchar *tp_connection_get_connection_manager_name (TpConnection *self) ; const gchar *tp_connection_get_connection_manager_name (TpConnection *self) ;
#endif
_TP_AVAILABLE_IN_0_20
const gchar *tp_connection_get_cm_name (TpConnection *self);
const gchar *tp_connection_get_protocol_name (TpConnection *self); const gchar *tp_connection_get_protocol_name (TpConnection *self);
#ifndef TP_DISABLE_DEPRECATED #ifndef TP_DISABLE_DEPRECATED
_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);
 End of changes. 3 change blocks. 
0 lines changed or deleted 7 lines changed or added


 file-transfer-channel.h   file-transfer-channel.h 
skipping to change at line 70 skipping to change at line 70
tp_file_transfer_channel_get_feature_quark_core () tp_file_transfer_channel_get_feature_quark_core ()
_TP_AVAILABLE_IN_0_16 _TP_AVAILABLE_IN_0_16
GQuark tp_file_transfer_channel_get_feature_quark_core (void) G_GNUC_CONST; GQuark tp_file_transfer_channel_get_feature_quark_core (void) G_GNUC_CONST;
_TP_AVAILABLE_IN_0_16 _TP_AVAILABLE_IN_0_16
GType tp_file_transfer_channel_get_type (void); GType tp_file_transfer_channel_get_type (void);
/* Methods */ /* Methods */
_TP_AVAILABLE_IN_0_16 _TP_AVAILABLE_IN_0_16
_TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_channel)
TpFileTransferChannel * tp_file_transfer_channel_new (TpConnection *conn, TpFileTransferChannel * tp_file_transfer_channel_new (TpConnection *conn,
const gchar *object_path, const gchar *object_path,
const GHashTable *immutable_properties, const GHashTable *immutable_properties,
GError **error); GError **error);
_TP_AVAILABLE_IN_0_18 _TP_AVAILABLE_IN_0_18
void tp_file_transfer_channel_accept_file_async (TpFileTransferChannel *sel f, void tp_file_transfer_channel_accept_file_async (TpFileTransferChannel *sel f,
GFile *file, GFile *file,
guint64 offset, guint64 offset,
GAsyncReadyCallback callback, GAsyncReadyCallback callback,
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 stream-tube-channel.h   stream-tube-channel.h 
skipping to change at line 62 skipping to change at line 62
struct _TpStreamTubeChannelClass struct _TpStreamTubeChannelClass
{ {
/*<private>*/ /*<private>*/
TpChannelClass parent_class; TpChannelClass parent_class;
GCallback _padding[7]; GCallback _padding[7];
}; };
GType tp_stream_tube_channel_get_type (void); GType tp_stream_tube_channel_get_type (void);
_TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_channel)
TpStreamTubeChannel *tp_stream_tube_channel_new (TpConnection *conn, TpStreamTubeChannel *tp_stream_tube_channel_new (TpConnection *conn,
const gchar *object_path, const gchar *object_path,
const GHashTable *immutable_properties, const GHashTable *immutable_properties,
GError **error); GError **error);
const gchar * tp_stream_tube_channel_get_service (TpStreamTubeChannel *self ); const gchar * tp_stream_tube_channel_get_service (TpStreamTubeChannel *self );
GHashTable * tp_stream_tube_channel_get_parameters (TpStreamTubeChannel *se lf); GHashTable * tp_stream_tube_channel_get_parameters (TpStreamTubeChannel *se lf);
/* Incoming tube methods */ /* Incoming tube methods */
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 text-channel.h   text-channel.h 
skipping to change at line 62 skipping to change at line 62
struct _TpTextChannelClass struct _TpTextChannelClass
{ {
/*<private>*/ /*<private>*/
TpChannelClass parent_class; TpChannelClass parent_class;
GCallback _padding[7]; GCallback _padding[7];
}; };
GType tp_text_channel_get_type (void); GType tp_text_channel_get_type (void);
_TP_DEPRECATED_IN_0_20_FOR(tp_simple_client_factory_ensure_channel)
TpTextChannel *tp_text_channel_new (TpConnection *conn, TpTextChannel *tp_text_channel_new (TpConnection *conn,
const gchar *object_path, const gchar *object_path,
const GHashTable *immutable_properties, const GHashTable *immutable_properties,
GError **error); GError **error);
const gchar * const * const gchar * const *
/* gtk-doc sucks */ /* gtk-doc sucks */
tp_text_channel_get_supported_content_types (TpTextChannel *self); tp_text_channel_get_supported_content_types (TpTextChannel *self);
TpMessagePartSupportFlags tp_text_channel_get_message_part_support_flags ( TpMessagePartSupportFlags tp_text_channel_get_message_part_support_flags (
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 version.h   version.h 
/* telepathy-glib/version.h. Generated from version.h.in by configure. */ /* telepathy-glib/version.h. Generated from version.h.in by configure. */
#define TP_MAJOR_VERSION 0 #define TP_MAJOR_VERSION 0
#define TP_MINOR_VERSION 19 #define TP_MINOR_VERSION 19
#define TP_MICRO_VERSION 2 #define TP_MICRO_VERSION 3
 End of changes. 1 change blocks. 
0 lines changed or deleted 0 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/