diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2012-08-30 09:29:30 +0200 |
---|---|---|
committer | Sjoerd Simons <sjoerd@luon.net> | 2012-08-30 11:28:39 +0200 |
commit | 6a1bdcf39bb16c77b25004b77c9272f3dfe0af3d (patch) | |
tree | 8c19c167b30d6204e34464326ff050db3a2a668e /telepathy-glib/account-channel-request.h | |
parent | 5ce5818887f0d72a5e615c5e293e3eae39965394 (diff) | |
download | telepathy-glib-6a1bdcf39bb16c77b25004b77c9272f3dfe0af3d.tar.gz |
Add tp_account_channel_request_set_hint API
And an easy and bindable API to add a single hint to the hints
dictionary
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 efe0bb42b..818cba25e 100644 --- a/telepathy-glib/account-channel-request.h +++ b/telepathy-glib/account-channel-request.h @@ -86,6 +86,10 @@ void tp_account_channel_request_set_channel_factory ( TpChannelRequest * tp_account_channel_request_get_channel_request ( TpAccountChannelRequest *self); +void tp_account_channel_request_set_hint (TpAccountChannelRequest *self, + const gchar *key, + GVariant *value); + void tp_account_channel_request_set_hints (TpAccountChannelRequest *self, GHashTable *hints); |