3 * Purple 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
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 _PURPLE_PURPLE_H_
23 #define _PURPLE_PURPLE_H_
26 * @section_id: libpurple-purple
27 * @short_description: <filename>purple.h</filename>
28 * @title: Header files and defines
30 * This file contains all the necessary preprocessor directives to include
31 * libpurple's headers and other preprocessor directives required for plugins
32 * or UIs to build. Including this file eliminates the need to directly
33 * include any other libpurple files.
42 #ifndef G_GNUC_NULL_TERMINATED
44 # define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
46 # define G_GNUC_NULL_TERMINATED
53 #include <accountopt.h>
54 #include <buddylist.h>
55 #include <buddyicon.h>
57 #include <circularbuffer.h>
59 #include <connection.h>
60 #include <conversations.h>
64 #include <eventloop.h>
68 #include <mediamanager.h>
75 #include <pluginpref.h>
80 #include <protocols.h>
83 #include <savedstatuses.h>
88 #include <sound-theme.h>
89 #include <sound-theme-loader.h>
92 #include <stringref.h>
95 #include <theme-loader.h>
96 #include <theme-manager.h>
97 #include <tls-certificate.h>
101 #include <whiteboard.h>