Commit 4401e346 authored by Olivier Crête's avatar Olivier Crête

nice: Bring new symbols to 0.1.19

It's not released yet and we don't do even/odd in this project.
parent 0add148e
...@@ -901,7 +901,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -901,7 +901,7 @@ nice_agent_class_init (NiceAgentClass *klass)
* Setting this property to %TRUE implies that 'keepalive-conncheck' should * Setting this property to %TRUE implies that 'keepalive-conncheck' should
* be %TRUE as well. * be %TRUE as well.
* *
* Since: 0.1.20 * Since: 0.1.19
*/ */
g_object_class_install_property (gobject_class, PROP_CONSENT_FRESHNESS, g_object_class_install_property (gobject_class, PROP_CONSENT_FRESHNESS,
g_param_spec_boolean ( g_param_spec_boolean (
......
...@@ -407,7 +407,7 @@ typedef enum ...@@ -407,7 +407,7 @@ typedef enum
* @NICE_AGENT_OPTION_ICE_TRICKLE: Enable ICE trickle mode * @NICE_AGENT_OPTION_ICE_TRICKLE: Enable ICE trickle mode
* @NICE_AGENT_OPTION_SUPPORT_RENOMINATION: Enable renomination triggered by NOMINATION STUN attribute * @NICE_AGENT_OPTION_SUPPORT_RENOMINATION: Enable renomination triggered by NOMINATION STUN attribute
* proposed here: https://tools.ietf.org/html/draft-thatcher-ice-renomination-00 * 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 * 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 * various properties on the agent. Not including them sets the property to
...@@ -1687,7 +1687,7 @@ nice_agent_peer_candidate_gathering_done ( ...@@ -1687,7 +1687,7 @@ nice_agent_peer_candidate_gathering_done (
* Returns: %FALSE if the stream or component could not be found or consent * Returns: %FALSE if the stream or component could not be found or consent
* freshness is not enabled, %TRUE otherwise * freshness is not enabled, %TRUE otherwise
* *
* Since: 0.1.20 * Since: 0.1.19
*/ */
gboolean gboolean
nice_agent_consent_lost ( nice_agent_consent_lost (
......
...@@ -117,9 +117,6 @@ ...@@ -117,9 +117,6 @@
<title>Index of new symbols in 0.1.17</title> <title>Index of new symbols in 0.1.17</title>
<xi:include href="xml/api-index-0.1.17.xml"><xi:fallback/></xi:include> <xi:include href="xml/api-index-0.1.17.xml"><xi:fallback/></xi:include>
</index> </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"> <index role="0.1.19">
<title>Index of new symbols in 0.1.19</title> <title>Index of new symbols in 0.1.19</title>
<xi:include href="xml/api-index-0.1.19.xml"><xi:fallback/></xi:include> <xi:include href="xml/api-index-0.1.19.xml"><xi:fallback/></xi:include>
......
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