summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2021-08-19 15:12:23 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2021-08-19 15:18:01 -0400
commit4401e346a7517614d9ff51bdaec5adaaf55c2f5e (patch)
tree0c01d01f7f1da4418f5c2e67ea4da7177f2193dc
parent0add148e7d6ee15f27957aa23508cdee962d69e7 (diff)
downloadlibnice-4401e346a7517614d9ff51bdaec5adaaf55c2f5e.tar.gz
nice: Bring new symbols to 0.1.19
It's not released yet and we don't do even/odd in this project.
-rw-r--r--agent/agent.c2
-rw-r--r--agent/agent.h4
-rw-r--r--docs/reference/libnice/libnice-docs.xml3
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 @@
<title>Index of new symbols in 0.1.17</title>
<xi:include href="xml/api-index-0.1.17.xml"><xi:fallback/></xi:include>
</index>
- <index role="0.1.20">
- <title>Index of new symbols in 0.1.20</title>
- <xi:include href="xml/api-index-0.1.20.xml"><xi:fallback/></xi:include>
<index role="0.1.19">
<title>Index of new symbols in 0.1.19</title>
<xi:include href="xml/api-index-0.1.19.xml"><xi:fallback/></xi:include>