aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-idle.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-09 18:06:00 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-09 18:06:00 +0800
commitc2a1dec002eb9a8c0372bc6fc920a54e36b7e991 (patch)
treeeab79909cfb1550b494c5a81056301bbf2698204 /libempathy/empathy-idle.h
parent4100a5f538bf8f2c22658a579a80c909162dc46c (diff)
downloadgsoc2013-empathy-c2a1dec002eb9a8c0372bc6fc920a54e36b7e991.tar
gsoc2013-empathy-c2a1dec002eb9a8c0372bc6fc920a54e36b7e991.tar.gz
gsoc2013-empathy-c2a1dec002eb9a8c0372bc6fc920a54e36b7e991.tar.bz2
gsoc2013-empathy-c2a1dec002eb9a8c0372bc6fc920a54e36b7e991.tar.lz
gsoc2013-empathy-c2a1dec002eb9a8c0372bc6fc920a54e36b7e991.tar.xz
gsoc2013-empathy-c2a1dec002eb9a8c0372bc6fc920a54e36b7e991.tar.zst
gsoc2013-empathy-c2a1dec002eb9a8c0372bc6fc920a54e36b7e991.zip
Port EmpathyIdle to the new singleton policy.
svn path=/trunk/; revision=2114
Diffstat (limited to 'libempathy/empathy-idle.h')
-rw-r--r--libempathy/empathy-idle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h
index fbaab36a9..7296f7cd4 100644
--- a/libempathy/empathy-idle.h
+++ b/libempathy/empathy-idle.h
@@ -48,7 +48,7 @@ struct _EmpathyIdleClass {
};
GType empathy_idle_get_type (void) G_GNUC_CONST;
-EmpathyIdle *empathy_idle_new (void);
+EmpathyIdle *empathy_idle_dup_singleton (void);
McPresence empathy_idle_get_state (EmpathyIdle *idle);
void empathy_idle_set_state (EmpathyIdle *idle,
McPresence state);