diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2017-06-21 17:07:17 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2017-06-21 17:07:17 -0400 |
commit | dcb0d647174416a292492f8deca86f83a2ef124c (patch) | |
tree | cf78f1af7bed45461c4156fd40fa42d0821a918c /agent | |
parent | e3ddaa285e389baf3f26cfb6964919718a8f6a00 (diff) | |
download | libnice-dcb0d647174416a292492f8deca86f83a2ef124c.tar.gz |
Repleace UNRELEASED with 0.1.15
Diffstat (limited to 'agent')
-rw-r--r-- | agent/agent.c | 8 | ||||
-rw-r--r-- | agent/agent.h | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/agent/agent.c b/agent/agent.c index 8fd8ead..15af9ed 100644 --- a/agent/agent.c +++ b/agent/agent.c @@ -448,7 +448,7 @@ nice_agent_class_init (NiceAgentClass *klass) * the selection of valid pairs to be used upstream. * <para> See also: #NiceNominationMode </para> * - * Since: UNRELEASED + * Since: 0.1.15 */ g_object_class_install_property (gobject_class, PROP_NOMINATION_MODE, g_param_spec_enum ( @@ -744,7 +744,7 @@ nice_agent_class_init (NiceAgentClass *klass) * to the READY state, and on the time needed to complete the GATHERING * state. * - * Since: UNRELEASED + * Since: 0.1.15 */ g_object_class_install_property (gobject_class, PROP_STUN_MAX_RETRANSMISSIONS, @@ -769,7 +769,7 @@ nice_agent_class_init (NiceAgentClass *klass) * divided by two instead (RFC 5389 indicates that a customisable * multiplier 'Rm' to 'RTO' should be used). * - * Since: UNRELEASED + * Since: 0.1.15 */ g_object_class_install_property (gobject_class, PROP_STUN_INITIAL_TIMEOUT, @@ -788,7 +788,7 @@ nice_agent_class_init (NiceAgentClass *klass) * The initial timeout of the STUN binding requests used * for a reliable timer. * - * Since: UNRELEASED + * Since: 0.1.15 */ g_object_class_install_property (gobject_class, PROP_STUN_RELIABLE_TIMEOUT, diff --git a/agent/agent.h b/agent/agent.h index ed6f6e4..520c4c5 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -390,7 +390,7 @@ typedef enum * faster, than the regular mode, potentially causing the nominated * pair to change until the connection check completes. * - * Since: UNRELEASED + * Since: 0.1.15 */ typedef enum { @@ -409,7 +409,7 @@ typedef enum * various properties on the agent. Not including them sets the property to * the other value. * - * Since: UNRELEASED + * Since: 0.1.15 */ typedef enum { NICE_AGENT_OPTION_REGULAR_NOMINATION = 1 << 0, @@ -478,7 +478,7 @@ nice_agent_new_reliable (GMainContext *ctx, NiceCompatibility compat); * The returned object must be freed with g_object_unref() * <para> See also: #NiceNominationMode and #NiceAgentOption</para> * - * Since: UNRELEASED + * Since: 0.1.15 * * Returns: The new agent GObject */ |