| 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 | |
|