[libgdata/construction: 2/5] [core] Minor documentation fix
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/construction: 2/5] [core] Minor documentation fix
- Date: Sun, 8 Aug 2010 22:54:33 +0000 (UTC)
commit c9b9b611847c699a9c29f548b283dfba8f7c10fb
Author: Philip Withnall <philip withnall collabora co uk>
Date: Sat Aug 7 15:12:57 2010 +0100
[core] Minor documentation fix
gdata/gdata-parser.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdata/gdata-parser.c b/gdata/gdata-parser.c
index 96b1b07..6a4104f 100644
--- a/gdata/gdata-parser.c
+++ b/gdata/gdata-parser.c
@@ -518,9 +518,9 @@ gdata_parser_object_from_element_setter (xmlNode *element, const gchar *element_
* If @element matches @element_name and all of the checks specified by @options pass, %TRUE will be returned, @error will be unset and
* @success will be set to %TRUE.
*
- * The reason for returning the success of the parsing in @success is so that calls to gdata_parser_object_from_element_setter() can be chained
+ * The reason for returning the success of the parsing in @success is so that calls to gdata_parser_object_from_element() can be chained
* together in a large "or" statement based on their return values, for the purposes of determining whether any of the calls matched
- * a given @element. If any of the calls to gdata_parser_object_from_element_setter() return %TRUE, the value of @success can be examined.
+ * a given @element. If any of the calls to gdata_parser_object_from_element() return %TRUE, the value of @success can be examined.
*
* @_object is a #gpointer to avoid casts having to be put into calls to gdata_parser_object_from_element(). It is actually of type #GDataParsable
* and must not be %NULL. No check is implemented against this condition (for efficiency reasons), so calling code must be correct.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]