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
dcb0d647
Commit
dcb0d647
authored
Jun 21, 2017
by
Olivier Crête
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Repleace UNRELEASED with 0.1.15
parent
e3ddaa28
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
agent/agent.c
agent/agent.c
+4
-4
agent/agent.h
agent/agent.h
+3
-3
No files found.
agent/agent.c
View file @
dcb0d647
...
@@ -448,7 +448,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -448,7 +448,7 @@ nice_agent_class_init (NiceAgentClass *klass)
* the selection of valid pairs to be used upstream.
* the selection of valid pairs to be used upstream.
* <para> See also: #NiceNominationMode </para>
* <para> See also: #NiceNominationMode </para>
*
*
* Since:
UNRELEASED
* Since:
0.1.15
*/
*/
g_object_class_install_property
(
gobject_class
,
PROP_NOMINATION_MODE
,
g_object_class_install_property
(
gobject_class
,
PROP_NOMINATION_MODE
,
g_param_spec_enum
(
g_param_spec_enum
(
...
@@ -744,7 +744,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -744,7 +744,7 @@ nice_agent_class_init (NiceAgentClass *klass)
* to the READY state, and on the time needed to complete the GATHERING
* to the READY state, and on the time needed to complete the GATHERING
* state.
* state.
*
*
* Since:
UNRELEASED
* Since:
0.1.15
*/
*/
g_object_class_install_property
(
gobject_class
,
PROP_STUN_MAX_RETRANSMISSIONS
,
g_object_class_install_property
(
gobject_class
,
PROP_STUN_MAX_RETRANSMISSIONS
,
...
@@ -769,7 +769,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -769,7 +769,7 @@ nice_agent_class_init (NiceAgentClass *klass)
* divided by two instead (RFC 5389 indicates that a customisable
* divided by two instead (RFC 5389 indicates that a customisable
* multiplier 'Rm' to 'RTO' should be used).
* multiplier 'Rm' to 'RTO' should be used).
*
*
* Since:
UNRELEASED
* Since:
0.1.15
*/
*/
g_object_class_install_property
(
gobject_class
,
PROP_STUN_INITIAL_TIMEOUT
,
g_object_class_install_property
(
gobject_class
,
PROP_STUN_INITIAL_TIMEOUT
,
...
@@ -788,7 +788,7 @@ nice_agent_class_init (NiceAgentClass *klass)
...
@@ -788,7 +788,7 @@ nice_agent_class_init (NiceAgentClass *klass)
* The initial timeout of the STUN binding requests used
* The initial timeout of the STUN binding requests used
* for a reliable timer.
* for a reliable timer.
*
*
* Since:
UNRELEASED
* Since:
0.1.15
*/
*/
g_object_class_install_property
(
gobject_class
,
PROP_STUN_RELIABLE_TIMEOUT
,
g_object_class_install_property
(
gobject_class
,
PROP_STUN_RELIABLE_TIMEOUT
,
...
...
agent/agent.h
View file @
dcb0d647
...
@@ -390,7 +390,7 @@ typedef enum
...
@@ -390,7 +390,7 @@ typedef enum
* faster, than the regular mode, potentially causing the nominated
* faster, than the regular mode, potentially causing the nominated
* pair to change until the connection check completes.
* pair to change until the connection check completes.
*
*
* Since:
UNRELEASED
* Since:
0.1.15
*/
*/
typedef
enum
typedef
enum
{
{
...
@@ -409,7 +409,7 @@ typedef enum
...
@@ -409,7 +409,7 @@ typedef enum
* various properties on the agent. Not including them sets the property to
* various properties on the agent. Not including them sets the property to
* the other value.
* the other value.
*
*
* Since:
UNRELEASED
* Since:
0.1.15
*/
*/
typedef
enum
{
typedef
enum
{
NICE_AGENT_OPTION_REGULAR_NOMINATION
=
1
<<
0
,
NICE_AGENT_OPTION_REGULAR_NOMINATION
=
1
<<
0
,
...
@@ -478,7 +478,7 @@ nice_agent_new_reliable (GMainContext *ctx, NiceCompatibility compat);
...
@@ -478,7 +478,7 @@ nice_agent_new_reliable (GMainContext *ctx, NiceCompatibility compat);
* The returned object must be freed with g_object_unref()
* The returned object must be freed with g_object_unref()
* <para> See also: #NiceNominationMode and #NiceAgentOption</para>
* <para> See also: #NiceNominationMode and #NiceAgentOption</para>
*
*
* Since:
UNRELEASED
* Since:
0.1.15
*
*
* Returns: The new agent GObject
* Returns: The new agent GObject
*/
*/
...
...
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