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
508ac5b4
Commit
508ac5b4
authored
Jan 14, 2009
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the generation of docs for nice_interfaces
parent
07e82747
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
4 deletions
+15
-4
agent/interfaces.h
agent/interfaces.h
+3
-3
docs/reference/libnice/Makefile.am
docs/reference/libnice/Makefile.am
+1
-1
docs/reference/libnice/libnice-docs.sgml
docs/reference/libnice/libnice-docs.sgml
+1
-0
docs/reference/libnice/libnice-sections.txt
docs/reference/libnice/libnice-sections.txt
+10
-0
No files found.
agent/interfaces.h
View file @
508ac5b4
...
@@ -39,7 +39,7 @@ G_BEGIN_DECLS
...
@@ -39,7 +39,7 @@ G_BEGIN_DECLS
/**
/**
*
fs
_interfaces_get_ip_for_interface:
*
nice
_interfaces_get_ip_for_interface:
* @interface_name: name of local interface
* @interface_name: name of local interface
*
*
* Retreives the IPv4 address of an interface by its name
* Retreives the IPv4 address of an interface by its name
...
@@ -50,7 +50,7 @@ gchar * nice_interfaces_get_ip_for_interface (gchar *interface_name);
...
@@ -50,7 +50,7 @@ gchar * nice_interfaces_get_ip_for_interface (gchar *interface_name);
/**
/**
*
fs
_interfaces_get_local_ips:
*
nice
_interfaces_get_local_ips:
* @include_loopback: Include any loopback devices
* @include_loopback: Include any loopback devices
*
*
* Get a list of local ipv4 interface addresses
* Get a list of local ipv4 interface addresses
...
@@ -62,7 +62,7 @@ GList * nice_interfaces_get_local_ips (gboolean include_loopback);
...
@@ -62,7 +62,7 @@ GList * nice_interfaces_get_local_ips (gboolean include_loopback);
/**
/**
*
fs
_interfaces_get_local_interfaces:
*
nice
_interfaces_get_local_interfaces:
*
*
* Get the list of local interfaces
* Get the list of local interfaces
*
*
...
...
docs/reference/libnice/Makefile.am
View file @
508ac5b4
...
@@ -37,7 +37,7 @@ FIXXREF_OPTIONS=
...
@@ -37,7 +37,7 @@ FIXXREF_OPTIONS=
# Used for dependencies. The docs will be rebuilt if any of these change.
# Used for dependencies. The docs will be rebuilt if any of these change.
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
# e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c
HFILE_GLOB
=
$(DOC_SOURCE_DIR)
/agent.h
$(DOC_SOURCE_DIR)
/address.h
$(DOC_SOURCE_DIR)
/debug.h
$(DOC_SOURCE_DIR)
/candidate.h
HFILE_GLOB
=
$(DOC_SOURCE_DIR)
/agent.h
$(DOC_SOURCE_DIR)
/address.h
$(DOC_SOURCE_DIR)
/debug.h
$(DOC_SOURCE_DIR)
/candidate.h
$(DOC_SOURCE_DIR)
/interfaces.h
CFILE_GLOB
=
$(DOC_SOURCE_DIR)
/agent.c
CFILE_GLOB
=
$(DOC_SOURCE_DIR)
/agent.c
# Header files to ignore when scanning.
# Header files to ignore when scanning.
...
...
docs/reference/libnice/libnice-docs.sgml
View file @
508ac5b4
...
@@ -16,5 +16,6 @@
...
@@ -16,5 +16,6 @@
<xi:include
href=
"xml/address.xml"
/>
<xi:include
href=
"xml/address.xml"
/>
<xi:include
href=
"xml/debug.xml"
/>
<xi:include
href=
"xml/debug.xml"
/>
<xi:include
href=
"xml/candidate.xml"
/>
<xi:include
href=
"xml/candidate.xml"
/>
<xi:include
href=
"xml/interfaces.xml"
/>
</chapter>
</chapter>
</book>
</book>
docs/reference/libnice/libnice-sections.txt
View file @
508ac5b4
...
@@ -71,6 +71,16 @@ nice_candidate_pair_priority
...
@@ -71,6 +71,16 @@ nice_candidate_pair_priority
</SECTION>
</SECTION>
<SECTION>
<FILE>interfaces</FILE>
<TITLE>Network interfaces discovery</TITLE>
<INCLUDE>gst/farsight/fs-interfaces.h</INCLUDE>
nice_interfaces_get_ip_for_interface
nice_interfaces_get_local_interfaces
nice_interfaces_get_local_ips
</SECTION>
<SECTION>
<SECTION>
<FILE>address</FILE>
<FILE>address</FILE>
<TITLE>NiceAddress</TITLE>
<TITLE>NiceAddress</TITLE>
...
...
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