Added PurpleNotifyUiOps callbacks.
[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 buddyicon
24 cimport blist
25 cimport connection
26 cimport conversation
27 cimport core
28 cimport debug
29 cimport eventloop
30 cimport ft
31 cimport idle
32 cimport notify
33 cimport plugin
34 cimport pounce
35 cimport prefs
36 cimport proxy
37 cimport prpl
38 cimport request
39 cimport roomlist
40 cimport signals
41 cimport status
42 cimport savedstatuses
43 cimport util
44
45 cdef extern from "libpurple/purple.h":
46     pass