[libgsf] Docs: document GsfXMLContent



commit 0c2e1a5676ae17735ed593b9ea4a4b292b0e9e52
Author: Morten Welinder <terra gnome org>
Date:   Mon Dec 12 16:41:22 2011 -0500

    Docs: document GsfXMLContent

 gsf/gsf-libxml.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/gsf/gsf-libxml.h b/gsf/gsf-libxml.h
index 9ad2812..33da633 100644
--- a/gsf/gsf-libxml.h
+++ b/gsf/gsf-libxml.h
@@ -58,6 +58,16 @@ typedef struct _GsfXMLInDoc		GsfXMLInDoc;
 typedef struct _GsfXMLInNode		GsfXMLInNode;
 typedef struct _GsfXMLInNS		GsfXMLInNS;
 typedef struct _GsfXMLBlob		GsfXMLBlob;
+
+/**
+ * GsfXMLContent:
+ * @GSF_XML_NO_CONTENT: node has no cstr contents
+ * @GSF_XML_CONTENT: node has cstr contents
+ * @GSF_XML_SHARED_CONTENT: node has contents that is shared with children
+ *
+ * Controls the handling of character data within a parser node.
+ */
+
 typedef enum {
 	GSF_XML_NO_CONTENT = FALSE,
 	GSF_XML_CONTENT,



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