diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-01-10 00:15:02 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-10 00:15:02 +0800 |
commit | bfdd834b3b8e3f22f82ffc47f41e553f902e8200 (patch) | |
tree | 09b30d6b279d377b1a8eaf6c39e21e06e0635593 /libempathy/empathy-dispatcher.h | |
parent | 67582abc7e901b5de7670bcf2434a15e18938835 (diff) | |
download | gsoc2013-empathy-bfdd834b3b8e3f22f82ffc47f41e553f902e8200.tar gsoc2013-empathy-bfdd834b3b8e3f22f82ffc47f41e553f902e8200.tar.gz gsoc2013-empathy-bfdd834b3b8e3f22f82ffc47f41e553f902e8200.tar.bz2 gsoc2013-empathy-bfdd834b3b8e3f22f82ffc47f41e553f902e8200.tar.lz gsoc2013-empathy-bfdd834b3b8e3f22f82ffc47f41e553f902e8200.tar.xz gsoc2013-empathy-bfdd834b3b8e3f22f82ffc47f41e553f902e8200.tar.zst gsoc2013-empathy-bfdd834b3b8e3f22f82ffc47f41e553f902e8200.zip |
Move the dispatcher to the new singleton policy
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2181
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r-- | libempathy/empathy-dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index 1c1793f90..fd45610e9 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -91,7 +91,7 @@ void empathy_dispatcher_join_muc (McAccount *account, gpointer user_data); /* Get the dispatcher singleton */ -EmpathyDispatcher * empathy_get_dispatcher (void); +EmpathyDispatcher * empathy_dispatcher_dup_singleton (void); GType empathy_dispatcher_tube_get_type (void); /* tube stuff */ |