From 2ebe97ff0d7e6bf6852a4999a2d52af5309b7b67 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 19 Jun 2012 13:57:40 +0200 Subject: [PATCH] gcr: Fix signal documentation for GcrParser --- gcr/gcr-parser.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(), -- 2.7.4