channel-dispatch-operation.h   channel-dispatch-operation.h 
skipping to change at line 156 skipping to change at line 156
void tp_channel_dispatch_operation_close_channels_async ( void tp_channel_dispatch_operation_close_channels_async (
TpChannelDispatchOperation *self, TpChannelDispatchOperation *self,
GAsyncReadyCallback callback, GAsyncReadyCallback callback,
gpointer user_data); gpointer user_data);
gboolean tp_channel_dispatch_operation_close_channels_finish ( gboolean tp_channel_dispatch_operation_close_channels_finish (
TpChannelDispatchOperation *self, TpChannelDispatchOperation *self,
GAsyncResult *result, GAsyncResult *result,
GError **error); GError **error);
void tp_channel_dispatch_operation_leave_channels_async (
TpChannelDispatchOperation *self,
TpChannelGroupChangeReason reason,
const gchar *message,
GAsyncReadyCallback callback,
gpointer user_data);
gboolean tp_channel_dispatch_operation_leave_channels_finish (
TpChannelDispatchOperation *self,
GAsyncResult *result,
GError **error);
void tp_channel_dispatch_operation_destroy_channels_async (
TpChannelDispatchOperation *self,
GAsyncReadyCallback callback,
gpointer user_data);
gboolean tp_channel_dispatch_operation_destroy_channels_finish (
TpChannelDispatchOperation *self,
GAsyncResult *result,
GError **error);
G_END_DECLS G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-channel-dispatch-operation.h> #include <telepathy-glib/_gen/tp-cli-channel-dispatch-operation.h>
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 22 lines changed or added


 channel.h   channel.h 
skipping to change at line 155 skipping to change at line 155
GError **error); GError **error);
void tp_channel_close_async (TpChannel *self, void tp_channel_close_async (TpChannel *self,
GAsyncReadyCallback callback, GAsyncReadyCallback callback,
gpointer user_data); gpointer user_data);
gboolean tp_channel_close_finish (TpChannel *self, gboolean tp_channel_close_finish (TpChannel *self,
GAsyncResult *result, GAsyncResult *result,
GError **error); GError **error);
void tp_channel_destroy_async (TpChannel *self,
GAsyncReadyCallback callback,
gpointer user_data);
gboolean tp_channel_destroy_finish (TpChannel *self,
GAsyncResult *result,
GError **error);
/* Channel.Interface.Password */
#define TP_CHANNEL_FEATURE_PASSWORD \
tp_channel_get_feature_quark_password ()
GQuark tp_channel_get_feature_quark_password (void) G_GNUC_CONST;
gboolean tp_channel_password_needed (TpChannel *self);
void tp_channel_provide_password_async (TpChannel *self,
const gchar *password,
GAsyncReadyCallback callback,
gpointer user_data);
gboolean tp_channel_provide_password_finish (TpChannel *self,
GAsyncResult *result,
GError **error);
G_END_DECLS G_END_DECLS
#include <telepathy-glib/_gen/tp-cli-channel.h> #include <telepathy-glib/_gen/tp-cli-channel.h>
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 24 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/