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-04-11 14:48:49 +0100 |
commit | cf28b7bba203f7df6d992cd05e05084283276d36 (patch) | |
tree | 6abe90c86058839354f903cb15f03689ca911484 | |
parent | ef3bd70fb326878f2d65ec59a03df72a415bbab6 (diff) |
TpBaseConnection::status-changed: correct a comment
-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 |