From 4401e346a7517614d9ff51bdaec5adaaf55c2f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 19 Aug 2021 15:12:23 -0400 Subject: nice: Bring new symbols to 0.1.19 It's not released yet and we don't do even/odd in this project. --- agent/agent.c | 2 +- agent/agent.h | 4 ++-- docs/reference/libnice/libnice-docs.xml | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/agent/agent.c b/agent/agent.c index 2549bac..f172bd8 100644 --- a/agent/agent.c +++ b/agent/agent.c @@ -901,7 +901,7 @@ nice_agent_class_init (NiceAgentClass *klass) * Setting this property to %TRUE implies that 'keepalive-conncheck' should * be %TRUE as well. * - * Since: 0.1.20 + * Since: 0.1.19 */ g_object_class_install_property (gobject_class, PROP_CONSENT_FRESHNESS, g_param_spec_boolean ( diff --git a/agent/agent.h b/agent/agent.h index 9e38257..fb024fe 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -407,7 +407,7 @@ typedef enum * @NICE_AGENT_OPTION_ICE_TRICKLE: Enable ICE trickle mode * @NICE_AGENT_OPTION_SUPPORT_RENOMINATION: Enable renomination triggered by NOMINATION STUN attribute * 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 * various properties on the agent. Not including them sets the property to @@ -1687,7 +1687,7 @@ nice_agent_peer_candidate_gathering_done ( * Returns: %FALSE if the stream or component could not be found or consent * freshness is not enabled, %TRUE otherwise * - * Since: 0.1.20 + * Since: 0.1.19 */ gboolean nice_agent_consent_lost ( diff --git a/docs/reference/libnice/libnice-docs.xml b/docs/reference/libnice/libnice-docs.xml index a05fe6d..e3e8636 100644 --- a/docs/reference/libnice/libnice-docs.xml +++ b/docs/reference/libnice/libnice-docs.xml @@ -117,9 +117,6 @@ Index of new symbols in 0.1.17 - - Index of new symbols in 0.1.20 - Index of new symbols in 0.1.19 -- cgit v1.2.1