From 5dadc0ac3a478376337e2d10dec4ade7d5b44998 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 9 Jan 2009 10:06:32 +0000 Subject: Port EmpathyContactManager to the new singleton policy. svn path=/trunk/; revision=2121 --- libempathy/empathy-contact-manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-contact-manager.h') diff --git a/libempathy/empathy-contact-manager.h b/libempathy/empathy-contact-manager.h index c2e0b67a2..57e8764e4 100644 --- a/libempathy/empathy-contact-manager.h +++ b/libempathy/empathy-contact-manager.h @@ -52,7 +52,7 @@ struct _EmpathyContactManagerClass { }; GType empathy_contact_manager_get_type (void) G_GNUC_CONST; -EmpathyContactManager *empathy_contact_manager_new (void); +EmpathyContactManager *empathy_contact_manager_dup_singleton (void); EmpathyTpContactList * empathy_contact_manager_get_list (EmpathyContactManager *manager, McAccount *account); gboolean empathy_contact_manager_can_add (EmpathyContactManager *manager, -- cgit v1.2.3