summaryrefslogtreecommitdiff
path: root/docs/reference/libnice/libnice-sections.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/libnice/libnice-sections.txt')
-rw-r--r--docs/reference/libnice/libnice-sections.txt92
1 files changed, 92 insertions, 0 deletions
diff --git a/docs/reference/libnice/libnice-sections.txt b/docs/reference/libnice/libnice-sections.txt
new file mode 100644
index 0000000..94208b9
--- /dev/null
+++ b/docs/reference/libnice/libnice-sections.txt
@@ -0,0 +1,92 @@
+<SECTION>
+<FILE>agent</FILE>
+NICE_AGENT_MAX_REMOTE_CANDIDATES
+NiceComponentState
+NiceComponentType
+NiceCompatibility
+NiceAgentRecvFunc
+<TITLE>NiceAgent</TITLE>
+NiceAgent
+nice_agent_new
+nice_agent_add_local_address
+nice_agent_add_stream
+nice_agent_remove_stream
+nice_agent_set_relay_info
+nice_agent_gather_candidates
+nice_agent_set_remote_credentials
+nice_agent_get_local_credentials
+nice_agent_add_remote_candidate
+nice_agent_set_remote_candidates
+nice_agent_send
+nice_agent_get_local_candidates
+nice_agent_get_remote_candidates
+nice_agent_restart
+nice_agent_attach_recv
+nice_agent_set_selected_pair
+nice_agent_set_selected_remote_candidate
+<SUBSECTION Standard>
+NICE_AGENT
+NICE_IS_AGENT
+NICE_TYPE_AGENT
+nice_agent_get_type
+NICE_AGENT_CLASS
+NICE_IS_AGENT_CLASS
+NICE_AGENT_GET_CLASS
+<SUBSECTION Private>
+</SECTION>
+
+<SECTION>
+<FILE>debug</FILE>
+<TITLE>Debug messages</TITLE>
+nice_debug_enable
+nice_debug_disable
+<SUBSECTION Private>
+nice_debug_init
+nice_debug
+</SECTION>
+
+<SECTION>
+<FILE>candidate</FILE>
+<TITLE>NiceCandidate</TITLE>
+NICE_CANDIDATE_MAX_FOUNDATION
+NiceCandidateType
+NiceCandidateTransport
+NiceRelayType
+NiceCandidate
+TurnServer
+nice_candidate_new
+nice_candidate_free
+nice_candidate_copy
+<SUBSECTION Private>
+NICE_CANDIDATE_TYPE_PREF_HOST
+NICE_CANDIDATE_TYPE_PREF_PEER_REFLEXIVE
+NICE_CANDIDATE_TYPE_PREF_SERVER_REFLEXIVE
+NICE_CANDIDATE_TYPE_PREF_RELAYED
+nice_candidate_jingle_priority
+nice_candidate_msn_priority
+nice_candidate_ice_priority_full
+nice_candidate_ice_priority
+nice_candidate_pair_priority
+</SECTION>
+
+
+<SECTION>
+<FILE>address</FILE>
+<TITLE>NiceAddress</TITLE>
+NICE_ADDRESS_STRING_LEN
+NiceAddress
+nice_address_new
+nice_address_free
+nice_address_dup
+nice_address_set_ipv4
+nice_address_set_ipv6
+nice_address_set_port
+nice_address_get_port
+nice_address_set_from_string
+nice_address_set_from_sockaddr
+nice_address_copy_to_sockaddr
+nice_address_equal
+nice_address_to_string
+nice_address_is_private
+nice_address_is_valid
+</SECTION>