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

nice: Export nice_candidate_type_to_string

Also update the Since to 0.1.19, because it's not really usable now
parent ba47c6cc
...@@ -235,7 +235,7 @@ nice_candidate_equal_target (const NiceCandidate *candidate1, ...@@ -235,7 +235,7 @@ nice_candidate_equal_target (const NiceCandidate *candidate1,
* *
* Returns: a static string with the candidate type * Returns: a static string with the candidate type
* *
* Since: 0.1.18 * Since: 0.1.19
*/ */
const gchar * const gchar *
nice_candidate_type_to_string (NiceCandidateType type); nice_candidate_type_to_string (NiceCandidateType type);
......
...@@ -124,6 +124,9 @@ ...@@ -124,6 +124,9 @@
<index role="0.1.20"> <index role="0.1.20">
<title>Index of new symbols in 0.1.20</title> <title>Index of new symbols in 0.1.20</title>
<xi:include href="xml/api-index-0.1.20.xml"><xi:fallback/></xi:include> <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>
</index> </index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include> <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</part> </part>
......
...@@ -70,6 +70,7 @@ nice_candidate_get_type ...@@ -70,6 +70,7 @@ nice_candidate_get_type
nice_candidate_new nice_candidate_new
nice_candidate_transport_get_type nice_candidate_transport_get_type
nice_candidate_type_get_type nice_candidate_type_get_type
nice_candidate_type_to_string
nice_compatibility_get_type nice_compatibility_get_type
nice_component_state_get_type nice_component_state_get_type
nice_component_state_to_string nice_component_state_to_string
......
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