[telepathy-glib-0.24] telepathy-glib: TpBasePasswordChannel: fix gtk-doc comment for finished signal
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Feb 3 22:48:46 UTC 2021
Module: telepathy-glib
Branch: telepathy-glib-0.24
Commit: 0868f6d539d25c3b67e7cb10ed4ad21ce77f411e
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=0868f6d539d25c3b67e7cb10ed4ad21ce77f411e
Author: Ting-Wei Lan <lantw at src.gnome.org>
Date: Mon Jun 5 22:10:12 2017 +0800
TpBasePasswordChannel: fix gtk-doc comment for finished signal
https://bugs.freedesktop.org/show_bug.cgi?id=101301
---
telepathy-glib/base-password-channel.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
*
More information about the telepathy-commits
mailing list