account-channel-request.h   account-channel-request.h 
skipping to change at line 89 skipping to change at line 89
#ifndef TP_DISABLE_DEPRECATED #ifndef TP_DISABLE_DEPRECATED
_TP_DEPRECATED_IN_0_16 _TP_DEPRECATED_IN_0_16
void tp_account_channel_request_set_channel_factory ( void tp_account_channel_request_set_channel_factory (
TpAccountChannelRequest *self, TpAccountChannelRequest *self,
TpClientChannelFactory *factory); TpClientChannelFactory *factory);
#endif #endif
TpChannelRequest * tp_account_channel_request_get_channel_request ( TpChannelRequest * tp_account_channel_request_get_channel_request (
TpAccountChannelRequest *self); TpAccountChannelRequest *self);
_TP_AVAILABLE_IN_0_20
void tp_account_channel_request_set_hint (TpAccountChannelRequest *self,
const gchar *key,
GVariant *value);
void tp_account_channel_request_set_hints (TpAccountChannelRequest *self, void tp_account_channel_request_set_hints (TpAccountChannelRequest *self,
GHashTable *hints); GHashTable *hints);
_TP_AVAILABLE_IN_0_16 _TP_AVAILABLE_IN_0_16
void tp_account_channel_request_set_delegate_to_preferred_handler ( void tp_account_channel_request_set_delegate_to_preferred_handler (
TpAccountChannelRequest *self, TpAccountChannelRequest *self,
gboolean delegate); gboolean delegate);
/* Text */ /* Text */
 End of changes. 1 change blocks. 
0 lines changed or deleted 5 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 7 #define TP_MICRO_VERSION 8
 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/