Commit b8064c22 authored by Philip Withnall's avatar Philip Withnall Committed by Olivier Crête

agent: Fix typos in documentation

parent 5607c08b
...@@ -770,7 +770,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -770,7 +770,7 @@ nice_agent_class_init (NiceAgentClass *klass)
* *
* See also: #NiceAgent::candidate-gathering-done, * See also: #NiceAgent::candidate-gathering-done,
* #NiceAgent::new-candidate-full * #NiceAgent::new-candidate-full
* Deprecated: UNRELEASED: Use #NiceAgent::new-candiate-full * Deprecated: UNRELEASED: Use #NiceAgent::new-candidate-full
*/ */
signals[SIGNAL_NEW_CANDIDATE] = signals[SIGNAL_NEW_CANDIDATE] =
g_signal_new ( g_signal_new (
...@@ -800,7 +800,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -800,7 +800,7 @@ nice_agent_class_init (NiceAgentClass *klass)
* candidate. * candidate.
* *
* See also: #NiceAgent::new-remote-candidate-full * See also: #NiceAgent::new-remote-candidate-full
* Deprecated: UNRELEASED: Use #NiceAgent::new-remote-candiate-full * Deprecated: UNRELEASED: Use #NiceAgent::new-remote-candidate-full
*/ */
signals[SIGNAL_NEW_REMOTE_CANDIDATE] = signals[SIGNAL_NEW_REMOTE_CANDIDATE] =
g_signal_new ( g_signal_new (
......
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