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
ab26ccbb
Commit
ab26ccbb
authored
Aug 19, 2021
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nice: Export nice_candidate_type_to_string
Also update the Since to 0.1.19, because it's not really usable now
parent
ba47c6cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
agent/candidate.h
agent/candidate.h
+1
-1
docs/reference/libnice/libnice-docs.xml
docs/reference/libnice/libnice-docs.xml
+3
-0
nice/libnice.sym
nice/libnice.sym
+1
-0
No files found.
agent/candidate.h
View file @
ab26ccbb
...
@@ -235,7 +235,7 @@ nice_candidate_equal_target (const NiceCandidate *candidate1,
...
@@ -235,7 +235,7 @@ nice_candidate_equal_target (const NiceCandidate *candidate1,
*
*
* Returns: a static string with the candidate type
* Returns: a static string with the candidate type
*
*
* Since: 0.1.1
8
* Since: 0.1.1
9
*/
*/
const
gchar
*
const
gchar
*
nice_candidate_type_to_string
(
NiceCandidateType
type
);
nice_candidate_type_to_string
(
NiceCandidateType
type
);
...
...
docs/reference/libnice/libnice-docs.xml
View file @
ab26ccbb
...
@@ -124,6 +124,9 @@
...
@@ -124,6 +124,9 @@
<index
role=
"0.1.20"
>
<index
role=
"0.1.20"
>
<title>
Index of new symbols in 0.1.20
</title>
<title>
Index of new symbols in 0.1.20
</title>
<xi:include
href=
"xml/api-index-0.1.20.xml"
><xi:fallback/></xi:include>
<xi:include
href=
"xml/api-index-0.1.20.xml"
><xi:fallback/></xi:include>
<index
role=
"0.1.19"
>
<title>
Index of new symbols in 0.1.19
</title>
<xi:include
href=
"xml/api-index-0.1.19.xml"
><xi:fallback/></xi:include>
</index>
</index>
<xi:include
href=
"xml/annotation-glossary.xml"
><xi:fallback
/></xi:include>
<xi:include
href=
"xml/annotation-glossary.xml"
><xi:fallback
/></xi:include>
</part>
</part>
...
...
nice/libnice.sym
View file @
ab26ccbb
...
@@ -70,6 +70,7 @@ nice_candidate_get_type
...
@@ -70,6 +70,7 @@ nice_candidate_get_type
nice_candidate_new
nice_candidate_new
nice_candidate_transport_get_type
nice_candidate_transport_get_type
nice_candidate_type_get_type
nice_candidate_type_get_type
nice_candidate_type_to_string
nice_compatibility_get_type
nice_compatibility_get_type
nice_component_state_get_type
nice_component_state_get_type
nice_component_state_to_string
nice_component_state_to_string
...
...
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