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
4401e346
Commit
4401e346
authored
Aug 19, 2021
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nice: Bring new symbols to 0.1.19
It's not released yet and we don't do even/odd in this project.
parent
0add148e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
agent/agent.c
agent/agent.c
+1
-1
agent/agent.h
agent/agent.h
+2
-2
docs/reference/libnice/libnice-docs.xml
docs/reference/libnice/libnice-docs.xml
+0
-3
No files found.
agent/agent.c
View file @
4401e346
...
@@ -901,7 +901,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -901,7 +901,7 @@ nice_agent_class_init (NiceAgentClass *klass)
* Setting this property to %TRUE implies that 'keepalive-conncheck' should
* Setting this property to %TRUE implies that 'keepalive-conncheck' should
* be %TRUE as well.
* be %TRUE as well.
*
*
* Since: 0.1.
20
* Since: 0.1.
19
*/
*/
g_object_class_install_property
(
gobject_class
,
PROP_CONSENT_FRESHNESS
,
g_object_class_install_property
(
gobject_class
,
PROP_CONSENT_FRESHNESS
,
g_param_spec_boolean
(
g_param_spec_boolean
(
...
...
agent/agent.h
View file @
4401e346
...
@@ -407,7 +407,7 @@ typedef enum
...
@@ -407,7 +407,7 @@ typedef enum
* @NICE_AGENT_OPTION_ICE_TRICKLE: Enable ICE trickle mode
* @NICE_AGENT_OPTION_ICE_TRICKLE: Enable ICE trickle mode
* @NICE_AGENT_OPTION_SUPPORT_RENOMINATION: Enable renomination triggered by NOMINATION STUN attribute
* @NICE_AGENT_OPTION_SUPPORT_RENOMINATION: Enable renomination triggered by NOMINATION STUN attribute
* proposed here: https://tools.ietf.org/html/draft-thatcher-ice-renomination-00
* proposed here: https://tools.ietf.org/html/draft-thatcher-ice-renomination-00
* @NICE_AGENT_OPTION_CONSENT_FRESHNESS: Enable RFC 7675 consent freshness support. (Since: 0.1.
20
)
* @NICE_AGENT_OPTION_CONSENT_FRESHNESS: Enable RFC 7675 consent freshness support. (Since: 0.1.
19
)
*
*
* These are options that can be passed to nice_agent_new_full(). They set
* These are options that can be passed to nice_agent_new_full(). They set
* various properties on the agent. Not including them sets the property to
* various properties on the agent. Not including them sets the property to
...
@@ -1687,7 +1687,7 @@ nice_agent_peer_candidate_gathering_done (
...
@@ -1687,7 +1687,7 @@ nice_agent_peer_candidate_gathering_done (
* Returns: %FALSE if the stream or component could not be found or consent
* Returns: %FALSE if the stream or component could not be found or consent
* freshness is not enabled, %TRUE otherwise
* freshness is not enabled, %TRUE otherwise
*
*
* Since: 0.1.
20
* Since: 0.1.
19
*/
*/
gboolean
gboolean
nice_agent_consent_lost
(
nice_agent_consent_lost
(
...
...
docs/reference/libnice/libnice-docs.xml
View file @
4401e346
...
@@ -117,9 +117,6 @@
...
@@ -117,9 +117,6 @@
<title>
Index of new symbols in 0.1.17
</title>
<title>
Index of new symbols in 0.1.17
</title>
<xi:include
href=
"xml/api-index-0.1.17.xml"
><xi:fallback/></xi:include>
<xi:include
href=
"xml/api-index-0.1.17.xml"
><xi:fallback/></xi:include>
</index>
</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>
<index
role=
"0.1.19"
>
<index
role=
"0.1.19"
>
<title>
Index of new symbols in 0.1.19
</title>
<title>
Index of new symbols in 0.1.19
</title>
<xi:include
href=
"xml/api-index-0.1.19.xml"
><xi:fallback/></xi:include>
<xi:include
href=
"xml/api-index-0.1.19.xml"
><xi:fallback/></xi:include>
...
...
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