From dcb0d647174416a292492f8deca86f83a2ef124c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 21 Jun 2017 17:07:17 -0400 Subject: Repleace UNRELEASED with 0.1.15 --- agent/agent.c | 8 ++++---- 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. * See also: #NiceNominationMode * - * 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() * See also: #NiceNominationMode and #NiceAgentOption * - * Since: UNRELEASED + * Since: 0.1.15 * * Returns: The new agent GObject */ -- cgit v1.2.1