From 1991fd5404adbc78e244cd38c7aa297c4933aef1 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 9 Jan 2009 16:15:17 +0000 Subject: Convert EmpathyChatroomManager to the new singleton convention Signed-off-by: Sjoerd Simons svn path=/trunk/; revision=2185 --- libempathy/empathy-chatroom-manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-chatroom-manager.h') diff --git a/libempathy/empathy-chatroom-manager.h b/libempathy/empathy-chatroom-manager.h index b8e739ad4..4077a3ccd 100644 --- a/libempathy/empathy-chatroom-manager.h +++ b/libempathy/empathy-chatroom-manager.h @@ -54,7 +54,7 @@ struct _EmpathyChatroomManagerClass { }; GType empathy_chatroom_manager_get_type (void) G_GNUC_CONST; -EmpathyChatroomManager *empathy_chatroom_manager_new (const gchar *file); +EmpathyChatroomManager *empathy_chatroom_manager_dup_singleton (const gchar *file); gboolean empathy_chatroom_manager_add (EmpathyChatroomManager *manager, EmpathyChatroom *chatroom); void empathy_chatroom_manager_remove (EmpathyChatroomManager *manager, -- cgit v1.2.3