[Pkg-telepathy-commits] [libnice] 190/265: component: Set dummy callback from cancellable GSource

Simon McVittie smcv at debian.org
Wed May 14 12:05:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository libnice.

commit 5454a886248ebe4f5b456ad0cb826eb71b905e16
Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Fri Mar 28 17:38:01 2014 -0400

    component: Set dummy callback from cancellable GSource
---
 agent/component.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/agent/component.c b/agent/component.c
index 3bee9b4..f369bf8 100644
--- a/agent/component.c
+++ b/agent/component.c
@@ -129,6 +129,7 @@ component_new (guint id, NiceAgent *agent, Stream *stream)
   component->own_ctx = g_main_context_new ();
   component->stop_cancellable = g_cancellable_new ();
   src = g_cancellable_source_new (component->stop_cancellable);
+  g_source_set_dummy_callback (src);
   g_source_attach (src, component->own_ctx);
   g_source_unref (src);
   component->ctx = g_main_context_ref (component->own_ctx);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git



More information about the Pkg-telepathy-commits mailing list