From 726dec7bfdafeae5d1cbaf00149aa0659ce589a4 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 23 May 2007 23:01:46 +0000 Subject: New objects: GossipAccountChooser and GossipNewChatroom, we can now join 2007-05-24 Xavier Claessens * libempathy-gtk/gossip-account-chooser.c: * libempathy-gtk/gossip-new-chatroom-dialog.c: * libempathy-gtk/gossip-account-widget-jabber.c: * libempathy-gtk/gossip-account-chooser.h: * libempathy-gtk/gossip-new-chatroom-dialog.h: * libempathy-gtk/gossip-group-chat.c: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/gossip-new-chatroom-dialog.glade: * libempathy-gtk/gossip-account-widget-jabber.glade: * libempathy-gtk/Makefile.am: * libempathy/empathy-tp-chatroom.c: * data/gtalk.profile: * data/jabber.profile: * data/salut.profile: * data/Makefile.am: * data/empathy.desktop.in.in: * data/msn.profile: * data/irc.profile: New objects: GossipAccountChooser and GossipNewChatroom, we can now join any chatroom. Adding IRC profile. svn path=/trunk/; revision=89 --- libempathy-gtk/gossip-new-chatroom-dialog.h | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 libempathy-gtk/gossip-new-chatroom-dialog.h (limited to 'libempathy-gtk/gossip-new-chatroom-dialog.h') diff --git a/libempathy-gtk/gossip-new-chatroom-dialog.h b/libempathy-gtk/gossip-new-chatroom-dialog.h new file mode 100644 index 000000000..44b7ce67f --- /dev/null +++ b/libempathy-gtk/gossip-new-chatroom-dialog.h @@ -0,0 +1,34 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Copyright (C) 2006-2007 Imendio AB + * Copyright (C) 2007 Collabora Ltd. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + * + * Authors: Martyn Russell + * Xavier Claessens + */ + +#ifndef __GOSSIP_NEW_CHATROOMS_WINDOW_H__ +#define __GOSSIP_NEW_CHATROOMS_WINDOW_H__ + +G_BEGIN_DECLS + +void gossip_new_chatroom_dialog_show (GtkWindow *parent); + +G_END_DECLS + +#endif /* __GOSSIP_NEW_CHATROOMS_WINDOW_H__ */ -- cgit v1.2.3