From b93ecef209e114d10b4df5133a6871bd5d646c77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 21 Feb 2014 15:05:59 -0500 Subject: [PATCH] docs: Remove NiceIOStream, nothing specific to document --- docs/reference/libnice/Makefile.am | 8 ++-- docs/reference/libnice/libnice-docs.sgml | 5 +-- docs/reference/libnice/libnice-sections.txt | 57 +---------------------------- 3 files changed, 6 insertions(+), 64 deletions(-) diff --git a/docs/reference/libnice/Makefile.am b/docs/reference/libnice/Makefile.am index 6d01065..ac7d897 100644 --- a/docs/reference/libnice/Makefile.am +++ b/docs/reference/libnice/Makefile.am @@ -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/timer.h \ $(DOC_SOURCE_DIR)/stun/usages/turn.h \ - $(DOC_SOURCE_DIR)/agent/pseudotcp.h \ - $(DOC_SOURCE_DIR)/agent/iostream.h + $(DOC_SOURCE_DIR)/agent/pseudotcp.h CFILE_GLOB=$(DOC_SOURCE_DIR)/agent/agent.c \ - $(DOC_SOURCE_DIR)/agent/pseudotcp.c \ - $(DOC_SOURCE_DIR)/agent/iostream.c + $(DOC_SOURCE_DIR)/agent/pseudotcp.c # Header files to ignore when scanning. # 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. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png diff --git a/docs/reference/libnice/libnice-docs.sgml b/docs/reference/libnice/libnice-docs.sgml index 4e76764..5686383 100644 --- a/docs/reference/libnice/libnice-docs.sgml +++ b/docs/reference/libnice/libnice-docs.sgml @@ -19,10 +19,7 @@ - Libnice helper objects and functions - - - + Libnice helper functions diff --git a/docs/reference/libnice/libnice-sections.txt b/docs/reference/libnice/libnice-sections.txt index 9b69411..3083e8f 100644 --- a/docs/reference/libnice/libnice-sections.txt +++ b/docs/reference/libnice/libnice-sections.txt @@ -44,7 +44,8 @@ nice_agent_generate_local_candidate_sdp nice_agent_parse_remote_sdp nice_agent_parse_remote_stream_sdp nice_agent_parse_remote_candidate_sdp -nice_agent_build_io_stream +nice_agent_get_io_stream +nice_agent_get_selected_socket NICE_AGENT NICE_IS_AGENT @@ -265,57 +266,3 @@ pseudo_tcp_set_debug_level pseudo_tcp_socket_get_available_bytes pseudo_tcp_socket_can_send - -
-nice_io_stream -NiceIOStream -NiceIOStream -nice_io_stream_new - -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 - -NiceIOStreamClass -NiceIOStreamPrivate -
- -
-nice_input_stream -NiceInputStream -NiceInputStream -nice_input_stream_new - -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 - -NiceInputStreamClass -NiceInputStreamPrivate -
- -
-nice_output_stream -NiceOutputStream -NiceOutputStream -nice_output_stream_new - -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 - -NiceOutputStreamClass -NiceOutputStreamPrivate -
-- 2.7.4