annotate plugins/perl/common/module.h @ 12866:43d8af815a9d

[gaim-migrate @ 15217] Gaim::BuddyList::NodeFlags fits with the rest of the perl naming better than Gaim::BlistNodeFlags. Also some of the request api *_new functions now have default values so people can leave off the final parameter in the function call. Gaim::Request::Field::account_new("name", "label", undef) can now be Gaim::Request::Field::account_new("name", "label") for example. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 13 Jan 2006 23:00:43 +0000
parents 59ce7a35a22b
children e1603fd610fa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
1
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
2
6508
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
3 typedef struct group *Gaim__Group;
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
4
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
5 #define group perl_group
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
6
6816
5aeba37b303c [gaim-migrate @ 7356]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6699
diff changeset
7 #include <glib.h>
5aeba37b303c [gaim-migrate @ 7356]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6699
diff changeset
8 #ifdef _WIN32
5aeba37b303c [gaim-migrate @ 7356]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6699
diff changeset
9 #undef pipe
5aeba37b303c [gaim-migrate @ 7356]
Herman Bloggs <hermanator12002@yahoo.com>
parents: 6699
diff changeset
10 #endif
6508
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
11 #include <EXTERN.h>
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
12 #include <perl.h>
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
13 #include <XSUB.h>
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
14
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
15 #undef group
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
16
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
17 #include "../perl-common.h"
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
18
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
19 #include "account.h"
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
20 #include "accountopt.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
21 #include "blist.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
22 #include "buddyicon.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
23 #include "cipher.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
24 #include "cmds.h"
6508
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
25 #include "connection.h"
6591
d25ae4b5a204 [gaim-migrate @ 7115]
Christian Hammond <chipx86@chipx86.com>
parents: 6588
diff changeset
26 #include "conversation.h"
6508
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
27 #include "debug.h"
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
28 #include "desktopitem.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
29 #include "eventloop.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
30 #include "ft.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
31 #include "gtkaccount.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
32 #include "gtkblist.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
33 #include "gtkconn.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
34 #include "gtkconv.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
35 #include "gtkutils.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
36 #include "imgstore.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
37 #include "network.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
38 #include "notify.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
39 #include "plugin.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
40 #include "pluginpref.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
41 #include "pounce.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
42 #include "prefs.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
43 #include "privacy.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
44 #include "prpl.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
45 #include "proxy.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
46 #include "request.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
47 #include "roomlist.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
48 #include "savedstatuses.h"
6523
d7e04709be96 [gaim-migrate @ 7040]
Christian Hammond <chipx86@chipx86.com>
parents: 6520
diff changeset
49 #include "server.h"
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
50 #include "signals.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
51 #include "sound.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
52 #include "sslconn.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
53 #include "status.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
54 #include "stringref.h"
11318
519dc2186438 [gaim-migrate @ 13521]
Stu Tomlinson <stu@nosnilmot.com>
parents: 11170
diff changeset
55 /* Ewww. perl has it's own util.h which is in the include path :( */
519dc2186438 [gaim-migrate @ 13521]
Stu Tomlinson <stu@nosnilmot.com>
parents: 11170
diff changeset
56 #include "src/util.h"
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
57 #include "value.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
58 #include "xmlnode.h"
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
59
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
60 /* account.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
61 typedef GaimAccount * Gaim__Account;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
62 typedef GaimAccountOption * Gaim__Account__Option;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
63 typedef GaimAccountUiOps * Gaim__Account__UiOps;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
64 typedef GaimAccountUserSplit * Gaim__Account__UserSplit;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
65
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
66 /* blist.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
67 typedef GaimBlistNode * Gaim__BuddyList__Node;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
68 typedef GaimBlistNodeAction * Gaim__BuddyList__Node__Action;
12866
43d8af815a9d [gaim-migrate @ 15217]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12808
diff changeset
69 typedef GaimBlistNodeFlags Gaim__BuddyList__NodeFlags;
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
70 typedef GaimBlistUiOps * Gaim__BuddyList__UiOps;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
71 typedef GaimBuddyList * Gaim__BuddyList;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
72 typedef GaimBuddy * Gaim__BuddyList__Buddy;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
73 typedef GaimChat * Gaim__BuddyList__Chat;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
74 typedef GaimContact * Gaim__BuddyList__Contact;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
75 typedef GaimGroup * Gaim__BuddyList__Group;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
76
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
77 /* buddyicon.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
78 typedef GaimBuddyIcon * Gaim__Buddy__Icon;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
79
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
80 /* cipher.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
81 typedef GaimCipher * Gaim__Cipher;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
82 typedef GaimCipherCaps Gaim__CipherCaps;
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
83 typedef GaimCipherContext * Gaim__Cipher__Context;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
84 typedef GaimCipherOps * Gaim__Cipher__Ops;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
85
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
86 /* cmds.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
87 typedef GaimCmdId Gaim__CmdId;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
88
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
89 /* connection.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
90 typedef GaimConnection * Gaim__Connection;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
91 typedef GaimConnectionFlags Gaim__ConnectionFlags;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
92 typedef GaimConnectionState Gaim__ConnectionState;
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
93 typedef GaimConnectionUiOps * Gaim__Connection__UiOps;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
94
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
95 /* conversation.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
96 typedef GaimConversationType Gaim__ConversationType;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
97 typedef GaimUnseenState Gaim__UnseenState;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
98 typedef GaimConvUpdateType Gaim__ConvUpdateType;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
99 typedef GaimTypingState Gaim__TypingState;
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
100 typedef GaimMessageFlags Gaim__MessageFlags;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
101 typedef GaimConvChatBuddyFlags Gaim__ConvChatBuddyFlags;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
102 typedef GaimConversation * Gaim__Conversation;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
103 typedef GaimConversationUiOps * Gaim__Conversation__UiOps;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
104 typedef GaimConvIm * Gaim__Conversation__IM;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
105 typedef GaimConvChat * Gaim__Conversation__Chat;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
106 typedef GaimConvChatBuddy * Gaim__Conversation__ChatBuddy;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
107
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
108 /* debug.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
109 typedef GaimDebugLevel Gaim__DebugLevel;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
110
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
111 /* desktopitem.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
112 typedef GaimDesktopItem * Gaim__DesktopItem;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
113 typedef GaimDesktopItemType Gaim__DesktopItemType;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
114
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
115 /* eventloop.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
116 typedef GaimInputCondition * Gaim__InputCondition;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
117 typedef GaimEventLoopUiOps * Gaim__EventLoopUiOps;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
118
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
119 /* ft.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
120 typedef GaimXfer * Gaim__Xfer;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
121 typedef GaimXferType Gaim__XferType;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
122 typedef GaimXferStatusType Gaim__XferStatusType;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
123 typedef GaimXferUiOps * Gaim__XferUiOps;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
124
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
125 /* gtkblish.h */
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
126 typedef GaimGtkBuddyList * Gaim__GTK__BuddyList;
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
127 typedef GaimStatusIconSize Gaim__StatusIconSize;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
128
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
129 /* gtkutils.h */
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
130 typedef GaimButtonOrientation Gaim__ButtonOrientation;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
131 typedef GaimButtonStyle Gaim__ButtonStyle;
11139
2b6009535e30 [gaim-migrate @ 13203]
Richard Laager <rlaager@wiktel.com>
parents: 11130
diff changeset
132 #ifndef _WIN32
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
133 typedef GaimBrowserPlace Gaim__BrowserPlace;
11139
2b6009535e30 [gaim-migrate @ 13203]
Richard Laager <rlaager@wiktel.com>
parents: 11130
diff changeset
134 #endif /* _WIN32 */
6508
cbd24b37350d [gaim-migrate @ 7025]
Christian Hammond <chipx86@chipx86.com>
parents:
diff changeset
135
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
136 /* gtkconv.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
137 typedef GaimGtkConversation * Gaim__GTK__Conversation;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
138 typedef GdkPixbuf * Gaim__GDK__Pixbuf;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
139 typedef GtkWidget * Gaim__GTK__Widget;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
140
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
141 /* gtkutils.h */
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
142 typedef GtkFileSelection * Gaim__GTK__FileSelection;
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
143 typedef GtkSelectionData * Gaim__GTK__SelectionData;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
144 typedef GtkTextView * Gaim__GTK__TextView;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
145
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
146 /* gtkconn.h */
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
147
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
148 /* imgstore.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
149 typedef GaimStoredImage * Gaim__StoredImage;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
150
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
151 /* log.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
152 typedef GaimLog * Gaim__Log;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
153 typedef GaimLogCommonLoggerData * Gaim__LogCommonLoggerData;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
154 typedef GaimLogLogger * Gaim__Log__Logger;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
155 typedef GaimLogReadFlags * Gaim__Log__ReadFlags;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
156 typedef GaimLogSet * Gaim__LogSet;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
157 typedef GaimLogType Gaim__LogType;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
158
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
159 /* notify.h */
12242
976677e67239 [gaim-migrate @ 14544]
Richard Laager <rlaager@wiktel.com>
parents: 12216
diff changeset
160 typedef GaimNotifyCloseCallback Gaim__NotifyCloseCallback;
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
161 typedef GaimNotifyMsgType Gaim__NotifyMsgType;
11533
c9b815aeddc1 [gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents: 11318
diff changeset
162 typedef GaimNotifySearchButtonType Gaim__NotifySearchButtonType;
c9b815aeddc1 [gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents: 11318
diff changeset
163 typedef GaimNotifySearchResults * Gaim__NotifySearchResults;
c9b815aeddc1 [gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents: 11318
diff changeset
164 typedef GaimNotifySearchColumn * Gaim__NotifySearchColumn;
c9b815aeddc1 [gaim-migrate @ 13782]
Richard Laager <rlaager@wiktel.com>
parents: 11318
diff changeset
165 typedef GaimNotifySearchButton * Gaim__NotifySearchButton;
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
166 typedef GaimNotifyType Gaim__NotifyType;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
167 typedef GaimNotifyUiOps * Gaim__NotifyUiOps;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
168
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
169 /* plugin.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
170 typedef GaimPlugin * Gaim__Plugin;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
171 typedef GaimPluginAction * Gaim__Plugin__Action;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
172 typedef GaimPluginInfo * Gaim__PluginInfo;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
173 typedef GaimPluginLoaderInfo * Gaim__PluginLoaderInfo;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
174 typedef GaimPluginType Gaim__PluginType;
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
175 typedef GaimPluginUiInfo * Gaim__PluginUiInfo;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
176
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
177 /* pluginpref.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
178 typedef GaimPluginPref * Gaim__PluginPref;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
179 typedef GaimPluginPrefFrame * Gaim__PluginPref__Frame;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
180 typedef GaimPluginPrefType Gaim__PluginPrefType;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
181
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
182 /* pounce.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
183 typedef GaimPounce * Gaim__Pounce;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
184 typedef GaimPounceEvent Gaim__PounceEvent;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
185
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
186 /* prefs.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
187 typedef GaimPrefType Gaim__PrefType;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
188
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
189 /* privacy.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
190 typedef GaimPrivacyType Gaim__PrivacyType;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
191 typedef GaimPrivacyUiOps * Gaim__Privacy__UiOps;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
192
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
193 /* proxy.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
194 typedef GaimProxyInfo * Gaim__ProxyInfo;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
195 typedef GaimProxyType Gaim__ProxyType;
6588
7f5f57dd5cac [gaim-migrate @ 7110]
Christian Hammond <chipx86@chipx86.com>
parents: 6531
diff changeset
196
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
197 /* prpl.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
198 typedef GaimBuddyIconSpec * Gaim__Buddy__Icon__Spec;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
199 typedef GaimIconScaleRules Gaim__IconScaleRules;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
200 typedef GaimPluginProtocolInfo * Gaim__PluginProtocolInfo;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
201 typedef GaimProtocolOptions Gaim__ProtocolOptions;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
202
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
203 /* request.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
204 typedef GaimRequestField * Gaim__Request__Field;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
205 typedef GaimRequestFields * Gaim__Request__Fields;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
206 typedef GaimRequestFieldGroup * Gaim__Request__Field__Group;
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
207 typedef GaimRequestFieldType Gaim__RequestFieldType;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
208 typedef GaimRequestType Gaim__RequestType;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
209 typedef GaimRequestUiOps * Gaim__Request__UiOps;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
210
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
211 /* roomlist.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
212 typedef GaimRoomlist * Gaim__Roomlist;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
213 typedef GaimRoomlistField * Gaim__Roomlist__Field;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
214 typedef GaimRoomlistFieldType Gaim__RoomlistFieldType;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
215 typedef GaimRoomlistRoom * Gaim__Roomlist__Room;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
216 typedef GaimRoomlistRoomType Gaim__RoomlistRoomType;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
217 typedef GaimRoomlistUiOps * Gaim__Roomlist__UiOps;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
218
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
219 /* savedstatuses.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
220 typedef GaimSavedStatus * Gaim__SavedStatus;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
221 typedef GaimSavedStatusSub * Gaim__SavedStatusSub;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
222
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
223 /* sound.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
224 typedef GaimSoundEventID Gaim__SoundEventID;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
225 typedef GaimSoundUiOps * Gaim__Sound__UiOps;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
226
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
227 /* sslconn.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
228 typedef GaimInputCondition * Gaim__Input__Condition;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
229 typedef GaimSslConnection * Gaim__Ssl__Connection;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
230 typedef GaimSslErrorType Gaim__SslErrorType;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
231 typedef GaimSslOps * Gaim__Ssl__Ops;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
232
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
233 /* status.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
234 typedef GaimPresence * Gaim__Presence;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
235 typedef GaimPresenceContext Gaim__PresenceContext;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
236 typedef GaimStatus * Gaim__Status;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
237 typedef GaimStatusAttr * Gaim__StatusAttr;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
238 typedef GaimStatusPrimitive Gaim__StatusPrimitive;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
239 typedef GaimStatusType * Gaim__StatusType;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
240
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
241 typedef GaimStringref * Gaim__Stringref;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
242
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
243 /* value.h */
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
244 typedef GaimValue * Gaim__Value;
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
245
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
246 /* xmlnode.h */
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
247 typedef xmlnode * Gaim__XMLNode;
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
248 typedef XMLNodeType XMLNode__Type;
11118
134d0001983d [gaim-migrate @ 13174]
John H. Kelm <johnkelm@gmail.com>
parents: 7118
diff changeset
249
12808
59ce7a35a22b [gaim-migrate @ 15155]
Etan Reisner <pidgin@unreliablesource.net>
parents: 12364
diff changeset
250 /* other.h */