[gcr] gcr: Fix signal documentation for GcrParser



commit 2ebe97ff0d7e6bf6852a4999a2d52af5309b7b67
Author: Stef Walter <stefw gnome org>
Date:   Tue Jun 19 13:57:40 2012 +0200

    gcr: Fix signal documentation for GcrParser

 gcr/gcr-parser.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gcr/gcr-parser.c b/gcr/gcr-parser.c
index bfa92e1..c985c12 100644
--- a/gcr/gcr-parser.c
+++ b/gcr/gcr-parser.c
@@ -2354,7 +2354,8 @@ gcr_parser_class_init (GcrParserClass *klass)
 
 	/**
 	 * GcrParser::authenticate:
-	 * @count: The number of times this item has been authenticated.
+	 * @self: the parser
+	 * @count: the number of times this item has been authenticated
 	 *
 	 * This signal is emitted when an item needs to be unlocked or decrypted before
 	 * it can be parsed. The @count argument specifies the number of times
@@ -2377,6 +2378,7 @@ gcr_parser_class_init (GcrParserClass *klass)
 
 	/**
 	 * GcrParser::parsed:
+	 * @self: the parser
 	 *
 	 * This signal is emitted when an item is sucessfully parsed. To access
 	 * the information about the item use the gcr_parser_get_parsed_label(),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]