purple.h
Go to the documentation of this file.
1 
12 /* purple
13  *
14  * Purple is the legal property of its developers, whose names are too numerous
15  * to list here. Please refer to the COPYRIGHT file distributed with this
16  * source distribution.
17  *
18  * This program is free software; you can redistribute it and/or modify
19  * it under the terms of the GNU General Public License as published by
20  * the Free Software Foundation; either version 2 of the License, or
21  * (at your option) any later version.
22  *
23  * This program is distributed in the hope that it will be useful,
24  * but WITHOUT ANY WARRANTY; without even the implied warranty of
25  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26  * GNU General Public License for more details.
27  *
28  * You should have received a copy of the GNU General Public License
29  * along with this program; if not, write to the Free Software
30  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
31  */
32 
33 #ifndef _PURPLE_PURPLE_H_
34 #define _PURPLE_PURPLE_H_
35 
36 #include <glib.h>
37 
38 #ifndef G_GNUC_NULL_TERMINATED
39 # if __GNUC__ >= 4
40 # define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
41 # else
42 # define G_GNUC_NULL_TERMINATED
43 # endif
44 #endif
45 
46 #define PURPLE_PLUGINS 1
47 
48 #include <account.h>
49 #include <accountopt.h>
50 #include <blist.h>
51 #include <buddyicon.h>
52 #include <certificate.h>
53 #include <cipher.h>
54 #include <circbuffer.h>
55 #include <cmds.h>
56 #include <connection.h>
57 #include <conversation.h>
58 #include <core.h>
59 #include <debug.h>
60 #include <desktopitem.h>
61 #include <dnsquery.h>
62 #include <dnssrv.h>
63 #include <eventloop.h>
64 #include <ft.h>
65 #include <idle.h>
66 #include <imgstore.h>
67 #include <log.h>
68 #include <media.h>
69 #include <mediamanager.h>
70 #include <mime.h>
71 #include <nat-pmp.h>
72 #include <network.h>
73 #include <notify.h>
74 #include <ntlm.h>
75 #include <plugin.h>
76 #include <pluginpref.h>
77 #include <pounce.h>
78 #include <prefs.h>
79 #include <privacy.h>
80 #include <proxy.h>
81 #include <prpl.h>
82 #include <request.h>
83 #include <roomlist.h>
84 #include <savedstatuses.h>
85 #include <server.h>
86 #include <signals.h>
87 #include <smiley.h>
88 #include <sound.h>
89 #include <sound-theme.h>
90 #include <sound-theme-loader.h>
91 #include <sslconn.h>
92 #include <status.h>
93 #include <stringref.h>
94 #include <stun.h>
95 #include <theme.h>
96 #include <theme-loader.h>
97 #include <theme-manager.h>
98 #include <upnp.h>
99 #include <util.h>
100 #include <value.h>
101 #include <version.h>
102 #include <whiteboard.h>
103 #include <xmlnode.h>
104 
105 #endif
prpl.h
Protocol Plugin functions.
ft.h
File Transfer API.
circbuffer.h
Buffer Utility Functions.
account.h
Account API.
xmlnode.h
XML DOM functions.
notify.h
Notification API.
media.h
Media API.
certificate.h
Public-Key Certificate API.
ntlm.h
stringref.h
Reference-counted immutable strings.
plugin.h
Plugin API.
cmds.h
Commands API.
sslconn.h
SSL API.
blist.h
Buddy List API.
dnsquery.h
DNS query API.
whiteboard.h
The PurpleWhiteboard core object.
version.h
Purple Versioning.
prefs.h
Prefs API.
idle.h
Idle API.
eventloop.h
Purple Event Loop API.
upnp.h
Universal Plug N Play API.
theme.h
Purple Theme Abstact Class API.
theme-loader.h
Purple Theme Loader Abstact Class API.
nat-pmp.h
NAT-PMP Implementation.
roomlist.h
Room List API.
cipher.h
Purple Cipher API.
signals.h
Signal API.
request.h
Request API.
proxy.h
Proxy API.
conversation.h
Conversation API.
log.h
Logging API.
connection.h
Connection API.
savedstatuses.h
Saved Status API.
smiley.h
Smiley API.
dnssrv.h
pounce.h
Buddy Pounce API.
buddyicon.h
Buddy Icon API.
core.h
Startup and shutdown of libpurple.
network.h
Network API.
mediamanager.h
Media Manager API.
privacy.h
Privacy API.
pluginpref.h
Plugin Preferences API.
mime.h
Rudimentary parsing of multi-part MIME messages into more accessible structures.
stun.h
STUN API.
desktopitem.h
Functions for managing .desktop files.
server.h
Server API.
accountopt.h
Account Options API.
util.h
Utility Functions.
imgstore.h
IM Image Store API.
theme-manager.h
Theme Manager API.
sound.h
Sound API.
value.h
Value wrapper API.
status.h
Status API.
debug.h
Debug API.
sound-theme-loader.h
Purple Sound Theme Loader Class API.
sound-theme.h
Purple Sound Theme Abstact Class API.