account.h   account.h 
skipping to change at line 252 skipping to change at line 252
/* ugh, gtk-doc */ /* ugh, gtk-doc */
tp_account_get_uri_schemes (TpAccount *self); tp_account_get_uri_schemes (TpAccount *self);
gboolean tp_account_associated_with_uri_scheme (TpAccount *self, gboolean tp_account_associated_with_uri_scheme (TpAccount *self,
const gchar *scheme); const gchar *scheme);
void tp_account_set_uri_scheme_association_async (TpAccount *self, void tp_account_set_uri_scheme_association_async (TpAccount *self,
const gchar *scheme, gboolean associate, const gchar *scheme, gboolean associate,
GAsyncReadyCallback callback, gpointer user_data); GAsyncReadyCallback callback, gpointer user_data);
gboolean tp_account_set_uri_scheme_association_finish (TpAccount *self, gboolean tp_account_set_uri_scheme_association_finish (TpAccount *self,
GAsyncResult *result, GError **error); GAsyncResult *result, GError **error);
GBinding *tp_account_bind_connection_status_to_property (TpAccount *self,
gpointer target, const char *target_property, gboolean invert);
G_END_DECLS G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-account.h> #include <telepathy-glib/_gen/tp-cli-account.h>
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added


 base-client.h   base-client.h 
skipping to change at line 113 skipping to change at line 113
/* setup functions which can only be called before register() */ /* setup functions which can only be called before register() */
void tp_base_client_add_observer_filter (TpBaseClient *self, void tp_base_client_add_observer_filter (TpBaseClient *self,
GHashTable *filter); GHashTable *filter);
void tp_base_client_take_observer_filter (TpBaseClient *self, void tp_base_client_take_observer_filter (TpBaseClient *self,
GHashTable *filter); GHashTable *filter);
void tp_base_client_set_observer_recover (TpBaseClient *self, void tp_base_client_set_observer_recover (TpBaseClient *self,
gboolean recover); gboolean recover);
void tp_base_client_set_observer_delay_approvers (TpBaseClient *self,
gboolean delay);
void tp_base_client_add_approver_filter (TpBaseClient *self, void tp_base_client_add_approver_filter (TpBaseClient *self,
GHashTable *filter); GHashTable *filter);
void tp_base_client_take_approver_filter (TpBaseClient *self, void tp_base_client_take_approver_filter (TpBaseClient *self,
GHashTable *filter); GHashTable *filter);
void tp_base_client_be_a_handler (TpBaseClient *self); void tp_base_client_be_a_handler (TpBaseClient *self);
void tp_base_client_add_handler_filter (TpBaseClient *self, void tp_base_client_add_handler_filter (TpBaseClient *self,
GHashTable *filter); GHashTable *filter);
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added


 connection.h   connection.h 
skipping to change at line 129 skipping to change at line 129
#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))
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;
TpConnectionStatus tp_connection_get_status (TpConnection *self, TpConnectionStatus tp_connection_get_status (TpConnection *self,
TpConnectionStatusReason *reason); TpConnectionStatusReason *reason);
const gchar *tp_connection_get_connection_manager_name (TpConnection *self)
;
const gchar *tp_connection_get_protocol_name (TpConnection *self);
TpHandle tp_connection_get_self_handle (TpConnection *self); TpHandle tp_connection_get_self_handle (TpConnection *self);
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 );
GList *tp_connection_get_contact_info_supported_fields (TpConnection *self) ; GList *tp_connection_get_contact_info_supported_fields (TpConnection *self) ;
void tp_connection_set_contact_info_async (TpConnection *self, void tp_connection_set_contact_info_async (TpConnection *self,
skipping to change at line 289 skipping to change at line 293
void tp_connection_get_contact_attributes (TpConnection *self, void tp_connection_get_contact_attributes (TpConnection *self,
gint timeout_ms, guint n_handles, const TpHandle *handles, gint timeout_ms, guint n_handles, const TpHandle *handles,
const gchar * const *interfaces, gboolean hold, const gchar * const *interfaces, gboolean hold,
tp_cli_connection_interface_contacts_callback_for_get_contact_attribute s callback, tp_cli_connection_interface_contacts_callback_for_get_contact_attribute s callback,
gpointer user_data, GDestroyNotify destroy, GObject *weak_object); gpointer user_data, GDestroyNotify destroy, GObject *weak_object);
void tp_connection_get_contact_list_attributes (TpConnection *self, void tp_connection_get_contact_list_attributes (TpConnection *self,
gint timeout_ms, const gchar * const *interfaces, gboolean hold, gint timeout_ms, const gchar * const *interfaces, gboolean hold,
tp_cli_connection_interface_contacts_callback_for_get_contact_attribute s callback, tp_cli_connection_interface_contacts_callback_for_get_contact_attribute s callback,
gpointer user_data, GDestroyNotify destroy, GObject *weak_object); gpointer user_data, GDestroyNotify destroy, GObject *weak_object);
GBinding *tp_connection_bind_connection_status_to_property (TpConnection *s
elf,
gpointer target, const char *target_property, gboolean invert);
G_END_DECLS G_END_DECLS
#endif #endif
 End of changes. 2 change blocks. 
0 lines changed or deleted 8 lines changed or added


 telepathy-interfaces.h   telepathy-interfaces.h 
skipping to change at line 1189 skipping to change at line 1189
(tp_iface_quark_client_observer ()) (tp_iface_quark_client_observer ())
GQuark tp_iface_quark_client_observer (void); GQuark tp_iface_quark_client_observer (void);
#define TP_PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER \ #define TP_PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER \
"org.freedesktop.Telepathy.Client.Observer.ObserverChannelFilter" "org.freedesktop.Telepathy.Client.Observer.ObserverChannelFilter"
#define TP_PROP_CLIENT_OBSERVER_RECOVER \ #define TP_PROP_CLIENT_OBSERVER_RECOVER \
"org.freedesktop.Telepathy.Client.Observer.Recover" "org.freedesktop.Telepathy.Client.Observer.Recover"
#define TP_PROP_CLIENT_OBSERVER_DELAY_APPROVERS \
"org.freedesktop.Telepathy.Client.Observer.DelayApprovers"
#define TP_IFACE_CLIENT_APPROVER \ #define TP_IFACE_CLIENT_APPROVER \
"org.freedesktop.Telepathy.Client.Approver" "org.freedesktop.Telepathy.Client.Approver"
#define TP_IFACE_QUARK_CLIENT_APPROVER \ #define TP_IFACE_QUARK_CLIENT_APPROVER \
(tp_iface_quark_client_approver ()) (tp_iface_quark_client_approver ())
GQuark tp_iface_quark_client_approver (void); GQuark tp_iface_quark_client_approver (void);
#define TP_PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER \ #define TP_PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER \
"org.freedesktop.Telepathy.Client.Approver.ApproverChannelFilter" "org.freedesktop.Telepathy.Client.Approver.ApproverChannelFilter"
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added


 text-channel.h   text-channel.h 
skipping to change at line 72 skipping to change at line 72
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 (
TpTextChannel *self); TpTextChannel *self);
TpDeliveryReportingSupportFlags tp_text_channel_get_delivery_reporting_supp ort ( TpDeliveryReportingSupportFlags tp_text_channel_get_delivery_reporting_supp ort (
TpTextChannel *self); TpTextChannel *self);
GArray * tp_text_channel_get_message_types (TpTextChannel *self);
gboolean tp_text_channel_supports_message_type (TpTextChannel *self,
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;
GList * tp_text_channel_get_pending_messages (TpTextChannel *self); GList * tp_text_channel_get_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,
 End of changes. 1 change blocks. 
0 lines changed or deleted 5 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/