summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2013-08-16 13:25:03 +0200
committerJens Georg <mail@jensge.org>2013-08-16 13:25:03 +0200
commitef1a17b7c713ae703b87ca2d7fd3c363d3c0823b (patch)
tree6687a58c63fa702334aa743f15e5581634c6e2d6 /doc
parent37554c2b9279dc13ffaf2224fae993e82094a8f2 (diff)
downloadgupnp-ef1a17b7c713ae703b87ca2d7fd3c363d3c0823b.tar.gz
Add GUPnPWhiteList to docs
Diffstat (limited to 'doc')
-rw-r--r--doc/gupnp-docs.xml1
-rw-r--r--doc/gupnp-sections.txt27
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/gupnp-docs.xml b/doc/gupnp-docs.xml
index 94c96e3..d7fb919 100644
--- a/doc/gupnp-docs.xml
+++ b/doc/gupnp-docs.xml
@@ -75,6 +75,7 @@
<xi:include href="xml/gupnp-context.xml"/>
<xi:include href="xml/gupnp-context-manager.xml"/>
+ <xi:include href="xml/gupnp-white-list.xml"/>
<xi:include href="xml/gupnp-resource-factory.xml"/>
<xi:include href="xml/gupnp-xml-doc.xml"/>
<xi:include href="xml/gupnp-error.xml"/>
diff --git a/doc/gupnp-sections.txt b/doc/gupnp-sections.txt
index 0b3159c..032066a 100644
--- a/doc/gupnp-sections.txt
+++ b/doc/gupnp-sections.txt
@@ -206,6 +206,7 @@ gupnp_context_manager_rescan_control_points
gupnp_context_manager_manage_control_point
gupnp_context_manager_manage_root_device
gupnp_context_manager_get_port
+gupnp_context_manager_get_white_list
<SUBSECTION Standard>
GUPnPContextManagerClass
GUPNP_CONTEXT_MANAGER
@@ -444,3 +445,29 @@ gupnp_windows_context_manager_get_type
<SECTION>
<FILE>gupnp-network-manager</FILE>
</SECTION>
+
+<SECTION>
+<FILE>gupnp-white-list</FILE>
+<TITLE>GUPnPWhiteList</TITLE>
+GUPnPWhiteList
+gupnp_white_list_add_entry
+gupnp_white_list_check_context
+gupnp_white_list_clear
+gupnp_white_list_enable
+gupnp_white_list_get_entry_list
+gupnp_white_list_is_empty
+gupnp_white_list_is_enabled
+gupnp_white_list_new
+gupnp_white_list_remove_entry
+<SUBSECTION Standard>
+gupnp_white_list_get_type
+GUPNP_IS_WHITE_LIST
+GUPNP_IS_WHITE_LIST_CLASS
+GUPNP_TYPE_WHITE_LIST
+GUPNP_WHITE_LIST
+GUPNP_WHITE_LIST_CLASS
+GUPNP_WHITE_LIST_GET_CLASS
+GUPnPWhiteListClass
+<SUBSECTION Private>
+GUPnPWhiteListPrivate
+</SECTION>