diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-29 10:31:24 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-22 16:29:48 +0100 |
commit | c7d94a807499b5cbeed7ac4ae05f1bf423e156c6 (patch) | |
tree | 935afcb6fae6eb182c0f1e89f6cfc21b9fe11088 /telepathy-glib/account-channel-request.h | |
parent | ad698b29f23c9201efff7b4923760eefe4686488 (diff) | |
download | telepathy-glib-c7d94a807499b5cbeed7ac4ae05f1bf423e156c6.tar.gz |
add tp_account_channel_request_set_hints()
Diffstat (limited to 'telepathy-glib/account-channel-request.h')
-rw-r--r-- | telepathy-glib/account-channel-request.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/account-channel-request.h b/telepathy-glib/account-channel-request.h index a561170e4..39d8b29db 100644 --- a/telepathy-glib/account-channel-request.h +++ b/telepathy-glib/account-channel-request.h @@ -75,9 +75,13 @@ void tp_account_channel_request_set_channel_factory ( TpAccountChannelRequest *self, TpClientChannelFactory *factory); + TpChannelRequest * tp_account_channel_request_get_channel_request ( TpAccountChannelRequest *self); +void tp_account_channel_request_set_hints (TpAccountChannelRequest *self, + GHashTable *hints); + /* Request and handle API */ void tp_account_channel_request_create_and_handle_channel_async ( |