Merged pidgin/main into default
[pidgin-git.git] / pidgin / gtkdialogs.h
bloba0ff31fb004539160b97d0bc95ddeb5510fc999e
1 /* pidgin
3 * Pidgin is the legal property of its developers, whose names are too numerous
4 * to list here. Please refer to the COPYRIGHT file distributed with this
5 * source distribution.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
22 #ifndef _PIDGINDIALOGS_H_
23 #define _PIDGINDIALOGS_H_
24 /**
25 * SECTION:gtkdialogs
26 * @section_id: pidgin-gtkdialogs
27 * @short_description: <filename>gtkdialogs.h</filename>
28 * @title: Pidgin Dialogs
31 #include "pidgin.h"
33 #include "account.h"
34 #include "conversation.h"
36 G_BEGIN_DECLS
38 /* Functions in gtkdialogs.c (these should actually stay in this file) */
39 void pidgin_dialogs_destroy_all(void);
40 void pidgin_dialogs_about(void);
41 void pidgin_dialogs_buildinfo(void);
42 void pidgin_dialogs_developers(void);
43 void pidgin_dialogs_translators(void);
44 void pidgin_dialogs_plugins_info(void);
45 void pidgin_dialogs_im(void);
46 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *);
47 void pidgin_dialogs_info(void);
48 void pidgin_dialogs_log(void);
50 void pidgin_dialogs_alias_buddy(PurpleBuddy *);
51 void pidgin_dialogs_alias_chat(PurpleChat *);
52 void pidgin_dialogs_remove_buddy(PurpleBuddy *);
53 void pidgin_dialogs_remove_group(PurpleGroup *);
54 void pidgin_dialogs_remove_chat(PurpleChat *);
55 void pidgin_dialogs_remove_contact(PurpleContact *);
56 void pidgin_dialogs_merge_groups(PurpleGroup *, const char *);
58 G_END_DECLS
60 #endif /* _PIDGINDIALOGS_H_ */