comparison pidgin/plugins/perl/common/gtkmodule.h @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children d75099d2567e
comparison
equal deleted inserted replaced
15373:f79e0f4df793 15374:5fe8042783c1
1 typedef struct group *Gaim__GtkUI__Group;
2
3 #define group perl_group
4
5 #include <glib.h>
6 #include <gtk/gtk.h>
7 #ifdef _WIN32
8 #undef pipe
9 #endif
10 #include <EXTERN.h>
11 #include <perl.h>
12 #include <XSUB.h>
13
14 #undef group
15
16 #include <plugins/perl/common/module.h>
17
18 #include "gtkaccount.h"
19 #include "gtkblist.h"
20 #include "gtkconn.h"
21 #include "gtkconv.h"
22 #include "gtkconvwin.h"
23 #include "gtkdebug.h"
24 #include "gtkdialogs.h"
25 #include "gtkft.h"
26 #include "gtkimhtml.h"
27 #include "gtkimhtmltoolbar.h"
28 #include "gtklog.h"
29 #include "gtkmenutray.h"
30 #include "gtkplugin.h"
31 #include "gtkpluginpref.h"
32 #include "gtkpounce.h"
33 #include "gtkprefs.h"
34 #include "gtkprivacy.h"
35 #include "gtkroomlist.h"
36 #include "gtksavedstatuses.h"
37 #include "gtksession.h"
38 #include "gtksound.h"
39 #include "gtkstatusbox.h"
40 #include "gtkthemes.h"
41 #include "gtkutils.h"
42
43 /* gtkaccount.h */
44 typedef GaimGtkAccountDialogType Gaim__GtkUI__Account__Dialog__Type;
45
46 /* gtkblist.h */
47 typedef GaimGtkBuddyList * Gaim__GtkUI__BuddyList;
48 typedef gaim_gtk_blist_sort_function Gaim__GtkUI__BuddyList__SortFunction;
49
50 /* gtkconv.h */
51 typedef GaimGtkConversation * Gaim__GtkUI__Conversation;
52 typedef GaimUnseenState Gaim__UnseenState;
53
54 /* gtkconvwin.h */
55 typedef GaimGtkWindow * Gaim__GtkUI__Conversation__Window;
56 typedef GaimConvPlacementFunc Gaim__Conversation__PlacementFunc;
57
58 /* gtkft.h */
59 typedef GaimGtkXferDialog * Gaim__GtkUI__Xfer__Dialog;
60
61 /* gtkimhtml.h */
62 typedef GtkIMHtml * Gaim__GtkUI__IMHtml;
63 typedef GtkIMHtmlButtons Gaim__GtkUI__IMHtml__Buttons;
64 typedef GtkIMHtmlFuncs * Gaim__GtkUI__IMHtml__Funcs;
65 typedef GtkIMHtmlScalable * Gaim__GtkUI__IMHtml__Scalable;
66 typedef GtkIMHtmlSmiley * Gaim__GtkUI__IMHtml__Smiley;
67 typedef GtkIMHtmlOptions Gaim__GtkUI__IMHtml__Options;
68
69 /* gtkimhtmltoolbar.h */
70 typedef GtkIMHtmlToolbar * Gaim__GtkUI__IMHtmlToolbar;
71
72 /* gtkmenutray.h */
73 typedef GaimGtkMenuTray * Gaim__GtkUI__MenuTray;
74
75 /* gtkstatusbox.h */
76 typedef GtkGaimStatusBox * Gaim__GtkUI__StatusBox;