summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw@src.gnome.org>2017-06-05 22:10:12 +0800
committerAlexander Akulich <akulichalexander@gmail.com>2019-12-13 00:05:52 +0300
commit0868f6d539d25c3b67e7cb10ed4ad21ce77f411e (patch)
tree711ca5a6bb91863d355dc46cecdc98dbd051d2b2
parent13a8d52077f0415d79c0f7aba2af50db01458021 (diff)
downloadtelepathy-glib-0868f6d539d25c3b67e7cb10ed4ad21ce77f411e.tar.gz
TpBasePasswordChannel: fix gtk-doc comment for finished signal
https://bugs.freedesktop.org/show_bug.cgi?id=101301
-rw-r--r--telepathy-glib/base-password-channel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/base-password-channel.c b/telepathy-glib/base-password-channel.c
index 7ca4ca270..93d37db85 100644
--- a/telepathy-glib/base-password-channel.c
+++ b/telepathy-glib/base-password-channel.c
@@ -387,11 +387,12 @@ tp_base_password_channel_class_init (TpBasePasswordChannelClass *tp_base_passwor
/**
* TpBasePasswordChannel::finished:
+ * @self: the #TpBasePasswordChannel
* @password: the password provided by the user, or %NULL if the
* authentication has been aborted
* @domain: domain of a #GError indicating why the authentication has been
* aborted, or 0
- * @code: error code of a GError indicating why the authentication has been
+ * @code: error code of a #GError indicating why the authentication has been
* aborted, or 0
* @message: a message associated with the error, or %NULL
*