Commit 4a063d41 authored by Olivier Crête's avatar Olivier Crête

signal

parent 70d161fa
...@@ -764,6 +764,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -764,6 +764,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
*/ */
signals[SIGNAL_NEW_CANDIDATE] = signals[SIGNAL_NEW_CANDIDATE] =
g_signal_new ( g_signal_new (
...@@ -793,6 +794,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -793,6 +794,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
*/ */
signals[SIGNAL_NEW_REMOTE_CANDIDATE] = signals[SIGNAL_NEW_REMOTE_CANDIDATE] =
g_signal_new ( g_signal_new (
...@@ -895,6 +897,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -895,6 +897,7 @@ nice_agent_class_init (NiceAgentClass *klass)
* *
* See also: #NiceAgent::candidate-gathering-done, * See also: #NiceAgent::candidate-gathering-done,
* #NiceAgent::new-candidate * #NiceAgent::new-candidate
* Since: UNRELEASED
*/ */
signals[SIGNAL_NEW_CANDIDATE_FULL] = signals[SIGNAL_NEW_CANDIDATE_FULL] =
g_signal_new ( g_signal_new (
...@@ -921,6 +924,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -921,6 +924,7 @@ nice_agent_class_init (NiceAgentClass *klass)
* also emitted with the candidate's foundation. * also emitted with the candidate's foundation.
* *
* See also: #NiceAgent::new-remote-candidate * See also: #NiceAgent::new-remote-candidate
* Since: UNRELEASED
*/ */
signals[SIGNAL_NEW_REMOTE_CANDIDATE_FULL] = signals[SIGNAL_NEW_REMOTE_CANDIDATE_FULL] =
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