diff options
Diffstat (limited to 'libempathy/empathy-chatroom.h')
-rw-r--r-- | libempathy/empathy-chatroom.h | 5 |
1 files changed, 2 insertions, 3 deletions
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); |