Commit 09e8a1f2 authored by Youness Alaoui's avatar Youness Alaoui

removing the DETAILED flag on signals with no detail

parent 73c5a0b3
...@@ -290,7 +290,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -290,7 +290,7 @@ nice_agent_class_init (NiceAgentClass *klass)
g_signal_new ( g_signal_new (
"component-state-changed", "component-state-changed",
G_OBJECT_CLASS_TYPE (klass), G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED, G_SIGNAL_RUN_LAST,
0, 0,
NULL, NULL,
NULL, NULL,
...@@ -311,7 +311,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -311,7 +311,7 @@ nice_agent_class_init (NiceAgentClass *klass)
g_signal_new ( g_signal_new (
"candidate-gathering-done", "candidate-gathering-done",
G_OBJECT_CLASS_TYPE (klass), G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED, G_SIGNAL_RUN_LAST,
0, 0,
NULL, NULL,
NULL, NULL,
...@@ -334,7 +334,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -334,7 +334,7 @@ nice_agent_class_init (NiceAgentClass *klass)
g_signal_new ( g_signal_new (
"new-selected-pair", "new-selected-pair",
G_OBJECT_CLASS_TYPE (klass), G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED, G_SIGNAL_RUN_LAST,
0, 0,
NULL, NULL,
NULL, NULL,
...@@ -357,7 +357,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -357,7 +357,7 @@ nice_agent_class_init (NiceAgentClass *klass)
g_signal_new ( g_signal_new (
"new-candidate", "new-candidate",
G_OBJECT_CLASS_TYPE (klass), G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED, G_SIGNAL_RUN_LAST,
0, 0,
NULL, NULL,
NULL, NULL,
...@@ -381,7 +381,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -381,7 +381,7 @@ nice_agent_class_init (NiceAgentClass *klass)
g_signal_new ( g_signal_new (
"new-remote-candidate", "new-remote-candidate",
G_OBJECT_CLASS_TYPE (klass), G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED, G_SIGNAL_RUN_LAST,
0, 0,
NULL, NULL,
NULL, NULL,
...@@ -402,7 +402,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -402,7 +402,7 @@ nice_agent_class_init (NiceAgentClass *klass)
g_signal_new ( g_signal_new (
"initial-binding-request-received", "initial-binding-request-received",
G_OBJECT_CLASS_TYPE (klass), G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST | G_SIGNAL_DETAILED, G_SIGNAL_RUN_LAST,
0, 0,
NULL, NULL,
NULL, NULL,
......
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