[gupnp-av] Update documentation for FeatureList XML parser



commit 7df40ab5b02eefce057a6020b4ea9236a40b620b
Author: Regis Merlino <regis merlino intel com>
Date:   Thu Oct 11 10:31:10 2012 +0200

    Update documentation for FeatureList XML parser
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685963

 doc/gupnp-av-docs.sgml    |    2 ++
 doc/gupnp-av-sections.txt |   38 ++++++++++++++++++++++++++++++++++++++
 doc/gupnp-av.types        |    2 ++
 3 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/doc/gupnp-av-docs.sgml b/doc/gupnp-av-docs.sgml
index 443f60e..03171be 100644
--- a/doc/gupnp-av-docs.sgml
+++ b/doc/gupnp-av-docs.sgml
@@ -59,6 +59,8 @@
     <xi:include href="xml/gupnp-last-change-parser.xml"/>
     <xi:include href="xml/gupnp-search-criteria-parser.xml"/>
     <xi:include href="xml/gupnp-protocol-info.xml"/>
+    <xi:include href="xml/gupnp-feature.xml"/>
+    <xi:include href="xml/gupnp-feature-list-parser.xml"/>
 
   </chapter>
 
diff --git a/doc/gupnp-av-sections.txt b/doc/gupnp-av-sections.txt
index 26db573..c0d46b8 100644
--- a/doc/gupnp-av-sections.txt
+++ b/doc/gupnp-av-sections.txt
@@ -338,6 +338,44 @@ gupnp_search_criteria_op_get_type
 </SECTION>
 
 <SECTION>
+<FILE>gupnp-feature</FILE>
+<TITLE>GUPnPFeature</TITLE>
+GUPnPFeature
+gupnp_feature_get_name
+gupnp_feature_get_version
+gupnp_feature_get_object_ids
+<SUBSECTION Standard>
+GUPnPFeatureClass
+GUPNP_TYPE_FEATURE
+GUPNP_FEATURE
+GUPNP_FEATURE_CLASS
+GUPNP_IS_FEATURE_PARSER
+GUPNP_IS_FEATURE_PARSER_CLASS
+GUPNP_FEATURE_GET_CLASS
+<SUBSECTION Private>
+GUPnPFeaturePrivate
+gupnp_feature_get_type
+</SECTION>
+
+<SECTION>
+<FILE>gupnp-feature-list-parser</FILE>
+<TITLE>GUPnPFeatureListParser</TITLE>
+GUPnPFeatureListParser
+gupnp_feature_list_parser_new
+gupnp_feature_list_parser_parse_text
+<SUBSECTION Standard>
+GUPnPFeatureListParserClass
+GUPNP_TYPE_FEATURE_LIST_PARSER
+GUPNP_FEATURE_LIST_PARSER
+GUPNP_FEATURE_LIST_PARSER_CLASS
+GUPNP_IS_FEATURE_LIST_PARSER_PARSER
+GUPNP_IS_FEATURE_LIST_PARSER_PARSER_CLASS
+GUPNP_FEATURE_LIST_PARSER_GET_CLASS
+<SUBSECTION Private>
+gupnp_feature_list_parser_get_type
+</SECTION>
+
+<SECTION>
 <FILE>gupnp-av-error</FILE>
 <TITLE>Error codes</TITLE>
 GUPNP_PROTOCOL_ERROR
diff --git a/doc/gupnp-av.types b/doc/gupnp-av.types
index 0122595..6e75f28 100644
--- a/doc/gupnp-av.types
+++ b/doc/gupnp-av.types
@@ -12,3 +12,5 @@ gupnp_protocol_info_get_type
 gupnp_last_change_parser_get_type
 gupnp_search_criteria_parser_get_type
 gupnp_search_criteria_op_get_type
+gupnp_feature_get_type
+gupnp_feature_list_parser_get_type



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