From 9b5fcf29d8257f0a93e977fae7a874a387194e58 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 15 Jul 2008 13:23:05 +0000 Subject: Fix reviewer comments svn path=/trunk/; revision=1237 --- libempathy/empathy-chatroom.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libempathy/empathy-chatroom.h') diff --git a/libempathy/empathy-chatroom.h b/libempathy/empathy-chatroom.h index 58e2e53d7..a4eecc04a 100644 --- a/libempathy/empathy-chatroom.h +++ b/libempathy/empathy-chatroom.h @@ -50,9 +50,8 @@ struct _EmpathyChatroomClass { }; GType empathy_chatroom_get_type (void) G_GNUC_CONST; -EmpathyChatroom *empathy_chatroom_new (McAccount *account, - const gchar *room); -EmpathyChatroom *empathy_chatroom_new_full (McAccount *account, +EmpathyChatroom *empathy_chatroom_new (McAccount *account); +EmpathyChatroom *empathy_chatroom_new_full (McAccount *account, const gchar *room, const gchar *name, gboolean auto_connect); -- cgit v1.2.3