account-channel-request.h   account-channel-request.h 
skipping to change at line 30 skipping to change at line 30
#ifndef __TP_ACCOUNT_CHANNEL_REQUEST_H__ #ifndef __TP_ACCOUNT_CHANNEL_REQUEST_H__
#define __TP_ACCOUNT_CHANNEL_REQUEST_H__ #define __TP_ACCOUNT_CHANNEL_REQUEST_H__
#include <gio/gio.h> #include <gio/gio.h>
#include <glib-object.h> #include <glib-object.h>
#include <glib.h> #include <glib.h>
#include <telepathy-glib/account.h> #include <telepathy-glib/account.h>
#include <telepathy-glib/channel.h> #include <telepathy-glib/channel.h>
#include <telepathy-glib/channel-request.h>
#include <telepathy-glib/client-channel-factory.h> #include <telepathy-glib/client-channel-factory.h>
#include <telepathy-glib/handle-channels-context.h> #include <telepathy-glib/handle-channels-context.h>
G_BEGIN_DECLS G_BEGIN_DECLS
typedef struct _TpAccountChannelRequest TpAccountChannelRequest; typedef struct _TpAccountChannelRequest TpAccountChannelRequest;
typedef struct _TpAccountChannelRequestClass \ typedef struct _TpAccountChannelRequestClass \
TpAccountChannelRequestClass; TpAccountChannelRequestClass;
typedef struct _TpAccountChannelRequestPrivate \ typedef struct _TpAccountChannelRequestPrivate \
TpAccountChannelRequestPrivate; TpAccountChannelRequestPrivate;
skipping to change at line 77 skipping to change at line 78
GHashTable * tp_account_channel_request_get_request ( GHashTable * tp_account_channel_request_get_request (
TpAccountChannelRequest *self); TpAccountChannelRequest *self);
gint64 tp_account_channel_request_get_user_action_time ( gint64 tp_account_channel_request_get_user_action_time (
TpAccountChannelRequest *self); TpAccountChannelRequest *self);
void tp_account_channel_request_set_channel_factory ( void tp_account_channel_request_set_channel_factory (
TpAccountChannelRequest *self, TpAccountChannelRequest *self,
TpClientChannelFactory *factory); TpClientChannelFactory *factory);
TpChannelRequest * tp_account_channel_request_get_channel_request (
TpAccountChannelRequest *self);
/* Request and handle API */ /* Request and handle API */
void tp_account_channel_request_create_and_handle_channel_async ( void tp_account_channel_request_create_and_handle_channel_async (
TpAccountChannelRequest *self, TpAccountChannelRequest *self,
GCancellable *cancellable, GCancellable *cancellable,
GAsyncReadyCallback callback, GAsyncReadyCallback callback,
gpointer user_data); gpointer user_data);
TpChannel * tp_account_channel_request_create_and_handle_channel_finish ( TpChannel * tp_account_channel_request_create_and_handle_channel_finish (
TpAccountChannelRequest *self, TpAccountChannelRequest *self,
 End of changes. 2 change blocks. 
0 lines changed or deleted 4 lines changed or added


 debug-sender.h   debug-sender.h 
skipping to change at line 72 skipping to change at line 72
GType tp_debug_sender_get_type (void); GType tp_debug_sender_get_type (void);
TpDebugSender *tp_debug_sender_dup (void) G_GNUC_WARN_UNUSED_RESULT; TpDebugSender *tp_debug_sender_dup (void) G_GNUC_WARN_UNUSED_RESULT;
void tp_debug_sender_add_message (TpDebugSender *self, void tp_debug_sender_add_message (TpDebugSender *self,
GTimeVal *timestamp, GTimeVal *timestamp,
const gchar *domain, const gchar *domain,
GLogLevelFlags level, GLogLevelFlags level,
const gchar *string); const gchar *string);
void tp_debug_sender_add_message_vprintf (TpDebugSender *self,
GTimeVal *timestamp,
gchar **formatted,
const gchar *domain,
GLogLevelFlags level,
const gchar *format,
va_list args);
void tp_debug_sender_add_message_printf (TpDebugSender *self,
GTimeVal *timestamp,
gchar **formatted,
const gchar *domain,
GLogLevelFlags level,
const gchar *format,
...);
void tp_debug_sender_log_handler (const gchar *log_domain, void tp_debug_sender_log_handler (const gchar *log_domain,
GLogLevelFlags log_level, const gchar *message, gpointer exclude); GLogLevelFlags log_level, const gchar *message, gpointer exclude);
G_END_DECLS G_END_DECLS
#endif /* __TP_DEBUG_SENDER_H__ */ #endif /* __TP_DEBUG_SENDER_H__ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 16 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/