diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-11 14:48:49 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-05-07 09:43:42 +0100 |
commit | fe06738bbdfa4e6431ae2d979da3fa0d806296c7 (patch) | |
tree | 824e38397626a110f35c445adff4d0bf9a7cabb6 | |
parent | 48ae67d2a11249eca3a588736f825bac4df3fb9d (diff) |
TpBaseConnection::status-changed: correct a comment
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77189
-rw-r--r-- | telepathy-glib/base-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c index 7c02a7c13..840491e1e 100644 --- a/telepathy-glib/base-connection.c +++ b/telepathy-glib/base-connection.c @@ -1244,7 +1244,7 @@ tp_base_connection_class_init (TpBaseConnectionClass *klass) * TpBaseConnection::status-changed: * @connection: the #TpBaseConnection * @status: the new #TpConnectionStatus - * @reason: the #TpConnectionStatus for this status change + * @reason: the #TpConnectionStatusReason for this status change * * Emitted when the status of this connection changes. Mainly for * compatibility since #TpBaseConnection doesn't implement #TpSvcConnection |