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