diff options
author | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-08-19 12:49:32 +0200 |
---|---|---|
committer | Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> | 2013-08-19 13:31:27 +0200 |
commit | 6c2ba1a537ade5c26b7aa8d3b511c0ae8336c6e4 (patch) | |
tree | d4f56c3e434f196a06f7c098ce49c64bce57ebb7 /telepathy-glib/connection.c | |
parent | 04d3e5f75d072af465219d571a443a8548df904f (diff) | |
download | telepathy-glib-6c2ba1a537ade5c26b7aa8d3b511c0ae8336c6e4.tar.gz |
Fix documentation for tp_connection_get_self_handle
Signed-off-by: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/connection.c')
-rw-r--r-- | telepathy-glib/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c index 0daf5609f..e776275ff 100644 --- a/telepathy-glib/connection.c +++ b/telepathy-glib/connection.c @@ -2513,7 +2513,7 @@ _tp_connection_set_account (TpConnection *self, * Returns: the value of the TpConnection:self-handle property * * Since: 0.7.26 - * Deprecated: Use tp_connection_get_self_handle() instead. + * Deprecated: Use tp_connection_get_self_contact() instead. */ TpHandle tp_connection_get_self_handle (TpConnection *self) |