From: Stef Walter Date: Tue, 19 Jun 2012 11:57:40 +0000 (+0200) Subject: gcr: Fix signal documentation for GcrParser X-Git-Tag: upstream/3.7.5~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ebe97ff0d7e6bf6852a4999a2d52af5309b7b67;p=platform%2Fupstream%2Fgcr.git gcr: Fix signal documentation for GcrParser --- 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(),