Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
b93ecef2
Commit
b93ecef2
authored
Feb 21, 2014
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Remove NiceIOStream, nothing specific to document
parent
3b581c03
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
64 deletions
+6
-64
docs/reference/libnice/Makefile.am
docs/reference/libnice/Makefile.am
+3
-5
docs/reference/libnice/libnice-docs.sgml
docs/reference/libnice/libnice-docs.sgml
+1
-4
docs/reference/libnice/libnice-sections.txt
docs/reference/libnice/libnice-sections.txt
+2
-55
No files found.
docs/reference/libnice/Makefile.am
View file @
b93ecef2
...
@@ -47,16 +47,14 @@ HFILE_GLOB=$(DOC_SOURCE_DIR)/agent/agent.h $(DOC_SOURCE_DIR)/agent/address.h \
...
@@ -47,16 +47,14 @@ HFILE_GLOB=$(DOC_SOURCE_DIR)/agent/agent.h $(DOC_SOURCE_DIR)/agent/address.h \
$(DOC_SOURCE_DIR)/stun/usages/ice.h
\
$(DOC_SOURCE_DIR)/stun/usages/ice.h
\
$(DOC_SOURCE_DIR)/stun/usages/timer.h
\
$(DOC_SOURCE_DIR)/stun/usages/timer.h
\
$(DOC_SOURCE_DIR)/stun/usages/turn.h
\
$(DOC_SOURCE_DIR)/stun/usages/turn.h
\
$(DOC_SOURCE_DIR)/agent/pseudotcp.h
\
$(DOC_SOURCE_DIR)/agent/pseudotcp.h
$(DOC_SOURCE_DIR)/agent/iostream.h
CFILE_GLOB
=
$(DOC_SOURCE_DIR)
/agent/agent.c
\
CFILE_GLOB
=
$(DOC_SOURCE_DIR)
/agent/agent.c
\
$(DOC_SOURCE_DIR)
/agent/pseudotcp.c
\
$(DOC_SOURCE_DIR)
/agent/pseudotcp.c
$(DOC_SOURCE_DIR)
/agent/iostream.c
# Header files to ignore when scanning.
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES
=
conncheck.h discovery.h stream.h gstnice.h gstnicesrc.h gstnicesink.h
IGNORE_HFILES
=
conncheck.h discovery.h stream.h gstnice.h gstnicesrc.h gstnicesink.h
component.h iostream.h inputstream.h outputstream.h
# Images to copy into HTML directory.
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
...
...
docs/reference/libnice/libnice-docs.sgml
View file @
b93ecef2
...
@@ -19,10 +19,7 @@
...
@@ -19,10 +19,7 @@
<xi:include
href=
"xml/candidate.xml"
/>
<xi:include
href=
"xml/candidate.xml"
/>
</chapter>
</chapter>
<chapter>
<chapter>
<title>
Libnice helper objects and functions
</title>
<title>
Libnice helper functions
</title>
<xi:include
href=
"xml/nice_io_stream.xml"
/>
<xi:include
href=
"xml/nice_input_stream.xml"
/>
<xi:include
href=
"xml/nice_output_stream.xml"
/>
<xi:include
href=
"xml/debug.xml"
/>
<xi:include
href=
"xml/debug.xml"
/>
<xi:include
href=
"xml/interfaces.xml"
/>
<xi:include
href=
"xml/interfaces.xml"
/>
</chapter>
</chapter>
...
...
docs/reference/libnice/libnice-sections.txt
View file @
b93ecef2
...
@@ -44,7 +44,8 @@ nice_agent_generate_local_candidate_sdp
...
@@ -44,7 +44,8 @@ nice_agent_generate_local_candidate_sdp
nice_agent_parse_remote_sdp
nice_agent_parse_remote_sdp
nice_agent_parse_remote_stream_sdp
nice_agent_parse_remote_stream_sdp
nice_agent_parse_remote_candidate_sdp
nice_agent_parse_remote_candidate_sdp
nice_agent_build_io_stream
nice_agent_get_io_stream
nice_agent_get_selected_socket
<SUBSECTION Standard>
<SUBSECTION Standard>
NICE_AGENT
NICE_AGENT
NICE_IS_AGENT
NICE_IS_AGENT
...
@@ -265,57 +266,3 @@ pseudo_tcp_set_debug_level
...
@@ -265,57 +266,3 @@ pseudo_tcp_set_debug_level
pseudo_tcp_socket_get_available_bytes
pseudo_tcp_socket_get_available_bytes
pseudo_tcp_socket_can_send
pseudo_tcp_socket_can_send
</SECTION>
</SECTION>
<SECTION>
<FILE>nice_io_stream</FILE>
<TITLE>NiceIOStream</TITLE>
NiceIOStream
nice_io_stream_new
<SUBSECTION Standard>
NICE_IO_STREAM
NICE_IO_STREAM_CLASS
NICE_IO_STREAM_GET_CLASS
NICE_IS_IO_STREAM
NICE_IS_IO_STREAM_CLASS
NICE_TYPE_IO_STREAM
nice_io_stream_get_type
<SUBSECTION Private>
NiceIOStreamClass
NiceIOStreamPrivate
</SECTION>
<SECTION>
<FILE>nice_input_stream</FILE>
<TITLE>NiceInputStream</TITLE>
NiceInputStream
nice_input_stream_new
<SUBSECTION Standard>
NICE_INPUT_STREAM
NICE_INPUT_STREAM_CLASS
NICE_INPUT_STREAM_GET_CLASS
NICE_IS_INPUT_STREAM
NICE_IS_INPUT_STREAM_CLASS
NICE_TYPE_INPUT_STREAM
nice_input_stream_get_type
<SUBSECTION Private>
NiceInputStreamClass
NiceInputStreamPrivate
</SECTION>
<SECTION>
<FILE>nice_output_stream</FILE>
<TITLE>NiceOutputStream</TITLE>
NiceOutputStream
nice_output_stream_new
<SUBSECTION Standard>
NICE_OUTPUT_STREAM
NICE_OUTPUT_STREAM_CLASS
NICE_OUTPUT_STREAM_GET_CLASS
NICE_IS_OUTPUT_STREAM
NICE_IS_OUTPUT_STREAM_CLASS
NICE_TYPE_OUTPUT_STREAM
nice_output_stream_get_type
<SUBSECTION Private>
NiceOutputStreamClass
NiceOutputStreamPrivate
</SECTION>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment