summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2018-06-19 13:58:30 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2018-06-19 13:58:30 -0400
commitda0f00675fcbc04307bb2d1e970c56ed1b5d1d16 (patch)
tree1d8f6956a65a6a19e1e66e740e74343b5fab6caf
parent9f6a50e911411f72a66adb6c015a189d604a4c53 (diff)
downloadlibnice-da0f00675fcbc04307bb2d1e970c56ed1b5d1d16.tar.gz
docs: Add missing symbols to various sections
-rw-r--r--docs/reference/libnice/libnice-sections.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/reference/libnice/libnice-sections.txt b/docs/reference/libnice/libnice-sections.txt
index a481106..c541b55 100644
--- a/docs/reference/libnice/libnice-sections.txt
+++ b/docs/reference/libnice/libnice-sections.txt
@@ -14,6 +14,7 @@ NICE_AGENT_MAX_REMOTE_CANDIDATES
nice_agent_new
nice_agent_new_reliable
nice_agent_new_full
+NiceAgentOption
nice_agent_add_local_address
nice_agent_set_port_range
nice_agent_add_stream
@@ -62,6 +63,18 @@ nice_agent_get_type
NICE_AGENT_CLASS
NICE_IS_AGENT_CLASS
NICE_AGENT_GET_CLASS
+NICE_TYPE_AGENT_OPTION
+NICE_TYPE_COMPATIBILITY
+NICE_TYPE_COMPONENT_STATE
+NICE_TYPE_COMPONENT_TYPE
+NICE_TYPE_NOMINATION_MODE
+NICE_TYPE_PROXY_TYPE
+nice_agent_option_get_type
+nice_compatibility_get_type
+nice_component_state_get_type
+nice_component_type_get_type
+nice_nomination_mode_get_type
+nice_proxy_type_get_type
<SUBSECTION Private>
NiceAgentClass
</SECTION>
@@ -330,4 +343,9 @@ IS_PSEUDO_TCP_SOCKET
IS_PSEUDO_TCP_SOCKET_CLASS
<SUBSECTION Private>
PseudoTcpSocketPrivate
+ECONNRESET
+EMSGSIZE
+ENOTCONN
+ETIMEDOUT
+EWOULDBLOCK
</SECTION>