diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-09-19 12:13:01 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-26 14:50:14 +0200 |
commit | 08fa36559db4ee3909c4f62e15fc2b64c0c181ab (patch) | |
tree | bcb479e3d8719c5d4bb2be03c2f066668746e50d | |
parent | 93dd462e247ee8138b5e5088c72a1f9d6be0d047 (diff) |
tp_account_channel_request_set_hints: document that set_hint is better for g-i
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55099
-rw-r--r-- | telepathy-glib/account-channel-request.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/account-channel-request.c b/telepathy-glib/account-channel-request.c index 9f39e0ae3..1d2edf039 100644 --- a/telepathy-glib/account-channel-request.c +++ b/telepathy-glib/account-channel-request.c @@ -1665,6 +1665,9 @@ tp_account_channel_request_set_hint (TpAccountChannelRequest *self, * This function can't be called once @self has been used to request a * channel. * + * In high-level language bindings, use tp_account_channel_request_set_hint() + * instead. + * * Since: 0.13.14 */ void |