[libgsf] Docs: document GsfXMLContent
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgsf] Docs: document GsfXMLContent
- Date: Mon, 12 Dec 2011 21:41:35 +0000 (UTC)
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]