Commit dcb0d647 authored by Olivier Crête's avatar Olivier Crête

Repleace UNRELEASED with 0.1.15

parent e3ddaa28
...@@ -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,
......
...@@ -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
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment