4c4d9dfdcbd4f117f9f2bd200b779888531d6f69
[python-purple] / libpurple / purple.pxd
1 #
2 #  Copyright (c) 2008 INdT - Instituto Nokia de Tecnologia
3 #
4 #  This file is part of python-purple.
5 #
6 #  python-purple is free software: you can redistribute it and/or modify
7 #  it under the terms of the GNU General Public License as published by
8 #  the Free Software Foundation, either version 3 of the License, or
9 #  (at your option) any later version.
10 #
11 #  python-purple is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #  GNU General Public License for more details.
15 #
16 #  You should have received a copy of the GNU General Public License
17 #  along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 #
19
20 cimport glib
21
22 cimport account
23 cimport accountopt
24 cimport buddyicon
25 cimport blist
26 cimport connection
27 cimport conversation
28 cimport core
29 cimport debug
30 cimport eventloop
31 cimport ft
32 cimport idle
33 cimport notify
34 cimport plugin
35 cimport pounce
36 cimport prefs
37 cimport proxy
38 cimport prpl
39 cimport request
40 cimport roomlist
41 cimport signals
42 cimport status
43 cimport savedstatuses
44 cimport value
45 cimport util
46
47 cdef extern from "libpurple/purple.h":
48     pass