summaryrefslogtreecommitdiff
path: root/pidgin/plugins/perl/common/gtkmodule.h
blob: 9935a943076a1b4c6e5154cc9c58b2edeb907a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
typedef struct group *Gaim__GtkUI__Group;

#define group perl_group

#include <glib.h>
#include <gtk/gtk.h>
#ifdef _WIN32
#undef pipe
#endif
#include <EXTERN.h>
#include <perl.h>
#include <XSUB.h>

#undef group

#include <plugins/perl/common/module.h>

#include "gtkaccount.h"
#include "gtkblist.h"
#include "gtkconn.h"
#include "gtkconv.h"
#include "gtkconvwin.h"
#include "gtkdebug.h"
#include "gtkdialogs.h"
#include "gtkft.h"
#include "gtkimhtml.h"
#include "gtkimhtmltoolbar.h"
#include "gtklog.h"
#include "gtkmenutray.h"
#include "gtkplugin.h"
#include "gtkpluginpref.h"
#include "gtkpounce.h"
#include "gtkprefs.h"
#include "gtkprivacy.h"
#include "gtkroomlist.h"
#include "gtksavedstatuses.h"
#include "gtksession.h"
#include "gtksound.h"
#include "gtkstatusbox.h"
#include "gtkthemes.h"
#include "gtkutils.h"

/* gtkaccount.h */
typedef PidginAccountDialogType			Gaim__GtkUI__Account__Dialog__Type;

/* gtkblist.h */
typedef PidginBuddyList *				Gaim__GtkUI__BuddyList;
typedef pidgin_blist_sort_function			Gaim__GtkUI__BuddyList__SortFunction;

/* gtkconv.h */
typedef PidginConversation *				Gaim__GtkUI__Conversation;
typedef GaimUnseenState					Gaim__UnseenState;

/* gtkconvwin.h */
typedef PidginWindow *					Gaim__GtkUI__Conversation__Window;
typedef GaimConvPlacementFunc				Gaim__Conversation__PlacementFunc;

/* gtkft.h */
typedef PidginXferDialog *				Gaim__GtkUI__Xfer__Dialog;

/* gtkimhtml.h */
typedef GtkIMHtml *					Gaim__GtkUI__IMHtml;
typedef GtkIMHtmlButtons				Gaim__GtkUI__IMHtml__Buttons;
typedef GtkIMHtmlFuncs *				Gaim__GtkUI__IMHtml__Funcs;
typedef GtkIMHtmlScalable *				Gaim__GtkUI__IMHtml__Scalable;
typedef GtkIMHtmlSmiley *				Gaim__GtkUI__IMHtml__Smiley;
typedef GtkIMHtmlOptions				Gaim__GtkUI__IMHtml__Options;

/* gtkimhtmltoolbar.h */
typedef GtkIMHtmlToolbar *				Gaim__GtkUI__IMHtmlToolbar;

/* gtkmenutray.h */
typedef PidginMenuTray *				Gaim__GtkUI__MenuTray;

/* gtkstatusbox.h */
typedef PidginStatusBox *				Gaim__GtkUI__StatusBox;