Thu, 01 Jan 2015 19:40:48 -0500
Update windows build to use perl 5.20.1. Thanks to Renato Silva for much of this. Fixes #15599
* Remove the stuff for looking up ActivePerl (and MIT Kerberos) at startup and installation
|
24569
5dbd0617a27d
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
Richard Laager <rlaager@pidgin.im>
parents:
23987
diff
changeset
|
1 | /* Allow the Perl code to see deprecated functions, so we can continue to |
|
5dbd0617a27d
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
Richard Laager <rlaager@pidgin.im>
parents:
23987
diff
changeset
|
2 | * export them to Perl plugins. */ |
|
5dbd0617a27d
Build everything with the *_DISABLE_DEPRECATED flags set. This allows us
Richard Laager <rlaager@pidgin.im>
parents:
23987
diff
changeset
|
3 | #undef PURPLE_DISABLE_DEPRECATED |
| 11118 | 4 | |
| 15884 | 5 | typedef struct group *Purple__Group; |
| 6508 | 6 | |
| 7 | #define group perl_group | |
| 8 | ||
|
6816
b14a3043ed09
[gaim-migrate @ 7356]
Herman Bloggs <herman@bluedigits.com>
parents:
6699
diff
changeset
|
9 | #include <glib.h> |
|
b14a3043ed09
[gaim-migrate @ 7356]
Herman Bloggs <herman@bluedigits.com>
parents:
6699
diff
changeset
|
10 | #ifdef _WIN32 |
|
b14a3043ed09
[gaim-migrate @ 7356]
Herman Bloggs <herman@bluedigits.com>
parents:
6699
diff
changeset
|
11 | #undef pipe |
|
b14a3043ed09
[gaim-migrate @ 7356]
Herman Bloggs <herman@bluedigits.com>
parents:
6699
diff
changeset
|
12 | #endif |
|
35981
e8c02ea0800b
Backport warning fixes for perl from default
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
29792
diff
changeset
|
13 | |
|
e8c02ea0800b
Backport warning fixes for perl from default
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
29792
diff
changeset
|
14 | #define SILENT_NO_TAINT_SUPPORT 0 |
|
e8c02ea0800b
Backport warning fixes for perl from default
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
29792
diff
changeset
|
15 | #define NO_TAINT_SUPPORT 0 |
|
e8c02ea0800b
Backport warning fixes for perl from default
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
29792
diff
changeset
|
16 | |
| 6508 | 17 | #include <EXTERN.h> |
| 18 | #include <perl.h> | |
| 19 | #include <XSUB.h> | |
| 20 | ||
| 21 | #undef group | |
| 22 | ||
| 23 | #include "../perl-common.h" | |
| 24 | ||
| 25 | #include "account.h" | |
| 11118 | 26 | #include "accountopt.h" |
| 27 | #include "blist.h" | |
| 28 | #include "buddyicon.h" | |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
29 | #include "certificate.h" |
| 11118 | 30 | #include "cipher.h" |
| 31 | #include "cmds.h" | |
| 6508 | 32 | #include "connection.h" |
|
6591
cc1ab32edcdc
[gaim-migrate @ 7115]
Christian Hammond <chipx86@chipx86.com>
parents:
6588
diff
changeset
|
33 | #include "conversation.h" |
|
15066
57ab37fe1190
[gaim-migrate @ 17784]
Richard Laager <rlaager@pidgin.im>
parents:
14779
diff
changeset
|
34 | #include "core.h" |
| 6508 | 35 | #include "debug.h" |
| 11118 | 36 | #include "desktopitem.h" |
| 37 | #include "eventloop.h" | |
| 38 | #include "ft.h" | |
| 15884 | 39 | #ifdef PURPLE_GTKPERL |
| 11118 | 40 | #include "gtkaccount.h" |
| 41 | #include "gtkblist.h" | |
| 42 | #include "gtkconn.h" | |
| 43 | #include "gtkconv.h" | |
| 44 | #include "gtkutils.h" | |
| 14434 | 45 | #endif |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
46 | #include "idle.h" |
| 11118 | 47 | #include "imgstore.h" |
| 48 | #include "network.h" | |
| 49 | #include "notify.h" | |
| 50 | #include "plugin.h" | |
| 51 | #include "pluginpref.h" | |
| 52 | #include "pounce.h" | |
| 53 | #include "prefs.h" | |
| 54 | #include "privacy.h" | |
| 55 | #include "prpl.h" | |
| 56 | #include "proxy.h" | |
| 57 | #include "request.h" | |
| 58 | #include "roomlist.h" | |
| 59 | #include "savedstatuses.h" | |
|
6523
20c459e452ac
[gaim-migrate @ 7040]
Christian Hammond <chipx86@chipx86.com>
parents:
6520
diff
changeset
|
60 | #include "server.h" |
| 11118 | 61 | #include "signals.h" |
|
23023
6aeeb2037709
Expose smiley API to perl plugins.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21641
diff
changeset
|
62 | #include "smiley.h" |
| 11118 | 63 | #include "sound.h" |
| 64 | #include "sslconn.h" | |
| 65 | #include "status.h" | |
| 66 | #include "stringref.h" | |
|
11318
13fa1d5134f3
[gaim-migrate @ 13521]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11170
diff
changeset
|
67 | /* Ewww. perl has it's own util.h which is in the include path :( */ |
|
15437
68e19d25f4dd
Fix perl plugin compilation after libpurple rename
Daniel Atallah <datallah@pidgin.im>
parents:
15435
diff
changeset
|
68 | #include "libpurple/util.h" |
| 11118 | 69 | #include "value.h" |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
70 | #include "whiteboard.h" |
| 11118 | 71 | #include "xmlnode.h" |
| 72 | ||
|
36025
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
73 | #ifdef __COVERITY__ |
|
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
74 | |
|
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
75 | /* avoid extra_comma false positives */ |
|
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
76 | #undef SvPOK_only |
|
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
77 | #define SvPOK_only(sv) { \ |
|
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
78 | SvFLAGS(sv) &= ~(SVf_OK | SVf_IVisUV | SVf_UTF8); \ |
|
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
79 | SvFLAGS(sv) |= (SVf_POK | SVp_POK); \ |
|
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
80 | } |
|
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
81 | |
|
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
82 | #endif /* __COVERITY__ */ |
|
2897add11757
Silence some coverity false positives
Tomasz Wasilczyk <twasilczyk@pidgin.im>
parents:
35981
diff
changeset
|
83 | |
| 12808 | 84 | /* account.h */ |
| 15884 | 85 | typedef PurpleAccount * Purple__Account; |
| 86 | typedef PurpleAccountOption * Purple__Account__Option; | |
| 87 | typedef PurpleAccountUserSplit * Purple__Account__UserSplit; | |
| 11118 | 88 | |
| 12808 | 89 | /* blist.h */ |
| 15884 | 90 | typedef PurpleBlistNode * Purple__BuddyList__Node; |
| 91 | typedef PurpleBlistNodeFlags Purple__BuddyList__NodeFlags; | |
|
17859
afbace92af8d
New function purple_blist_node_get_type.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17212
diff
changeset
|
92 | typedef PurpleBlistNodeType Purple__BuddyList__NodeType; |
| 15884 | 93 | typedef PurpleBuddyList * Purple__BuddyList; |
| 94 | typedef PurpleBuddy * Purple__BuddyList__Buddy; | |
| 95 | typedef PurpleChat * Purple__BuddyList__Chat; | |
| 96 | typedef PurpleContact * Purple__BuddyList__Contact; | |
| 97 | typedef PurpleGroup * Purple__BuddyList__Group; | |
| 11118 | 98 | |
| 12808 | 99 | /* buddyicon.h */ |
| 15884 | 100 | typedef PurpleBuddyIcon * Purple__Buddy__Icon; |
| 11118 | 101 | |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
102 | /* certificate.h */ |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
103 | typedef PurpleCertificate * Purple__Certificate; |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
104 | typedef PurpleCertificatePool * Purple__Certificate__Pool; |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
105 | typedef PurpleCertificateScheme * Purple__Certificate__Scheme; |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
106 | typedef PurpleCertificateVerifier * Purple__Certificate__Verifier; |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
107 | typedef PurpleCertificateVerificationRequest * Purple__Certificate__VerificationRequest; |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
108 | typedef PurpleCertificateVerificationStatus Purple__Certificate__VerificationStatus; |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
109 | |
| 12808 | 110 | /* cipher.h */ |
| 15884 | 111 | typedef PurpleCipher * Purple__Cipher; |
| 112 | typedef PurpleCipherCaps Purple__CipherCaps; | |
| 113 | typedef PurpleCipherContext * Purple__Cipher__Context; | |
| 114 | typedef PurpleCipherOps * Purple__Cipher__Ops; | |
|
23982
204b6e71f403
Some Perl bindings fixes and additions from Zsombor Welker.
Daniel Atallah <datallah@pidgin.im>
parents:
23023
diff
changeset
|
115 | typedef PurpleCipherBatchMode Purple__Cipher__BatchMode; |
| 11118 | 116 | |
| 12808 | 117 | /* cmds.h */ |
| 15884 | 118 | typedef PurpleCmdFlag Purple__Cmd__Flag; |
| 119 | typedef PurpleCmdId Purple__Cmd__Id; | |
| 120 | typedef PurpleCmdPriority Purple__Cmd__Priority; | |
| 121 | typedef PurpleCmdRet Purple__Cmd__Ret; | |
| 11118 | 122 | |
| 12808 | 123 | /* connection.h */ |
| 15884 | 124 | typedef PurpleConnection * Purple__Connection; |
| 125 | typedef PurpleConnectionFlags Purple__ConnectionFlags; | |
| 126 | typedef PurpleConnectionState Purple__ConnectionState; | |
| 11118 | 127 | |
| 12808 | 128 | /* conversation.h */ |
| 15884 | 129 | typedef PurpleConversationType Purple__ConversationType; |
| 130 | typedef PurpleConvUpdateType Purple__ConvUpdateType; | |
| 131 | typedef PurpleTypingState Purple__TypingState; | |
| 132 | typedef PurpleMessageFlags Purple__MessageFlags; | |
| 133 | typedef PurpleConvChatBuddyFlags Purple__ConvChatBuddyFlags; | |
| 134 | typedef PurpleConversation * Purple__Conversation; | |
| 135 | typedef PurpleConvIm * Purple__Conversation__IM; | |
| 136 | typedef PurpleConvChat * Purple__Conversation__Chat; | |
| 137 | typedef PurpleConvChatBuddy * Purple__Conversation__ChatBuddy; | |
| 11118 | 138 | |
|
15066
57ab37fe1190
[gaim-migrate @ 17784]
Richard Laager <rlaager@pidgin.im>
parents:
14779
diff
changeset
|
139 | /* core.h */ |
|
57ab37fe1190
[gaim-migrate @ 17784]
Richard Laager <rlaager@pidgin.im>
parents:
14779
diff
changeset
|
140 | |
| 15884 | 141 | typedef PurpleCore * Purple__Core; |
|
15066
57ab37fe1190
[gaim-migrate @ 17784]
Richard Laager <rlaager@pidgin.im>
parents:
14779
diff
changeset
|
142 | |
| 12808 | 143 | /* debug.h */ |
| 15884 | 144 | typedef PurpleDebugLevel Purple__DebugLevel; |
| 11118 | 145 | |
| 12808 | 146 | /* desktopitem.h */ |
| 15884 | 147 | typedef PurpleDesktopItem * Purple__DesktopItem; |
| 148 | typedef PurpleDesktopItemType Purple__DesktopItemType; | |
| 11118 | 149 | |
| 12808 | 150 | /* eventloop.h */ |
| 15884 | 151 | typedef PurpleInputCondition * Purple__InputCondition; |
| 11118 | 152 | |
| 12808 | 153 | /* ft.h */ |
| 15884 | 154 | typedef PurpleXfer * Purple__Xfer; |
| 155 | typedef PurpleXferType Purple__XferType; | |
| 156 | typedef PurpleXferStatusType Purple__XferStatusType; | |
|
23987
3d41ccd1f8bf
Remove various opaque UiOps functions from the perl loader as they aren't useable.
Daniel Atallah <datallah@pidgin.im>
parents:
23985
diff
changeset
|
157 | |
| 11118 | 158 | |
| 15884 | 159 | #ifdef PURPLE_GTKPERL |
| 12808 | 160 | /* gtkblish.h */ |
| 15884 | 161 | typedef PurpleGtkBuddyList * Purple__GTK__BuddyList; |
| 162 | typedef PurpleStatusIconSize Purple__StatusIconSize; | |
| 11118 | 163 | |
| 12808 | 164 | /* gtkutils.h */ |
| 15884 | 165 | typedef PurpleButtonOrientation Purple__ButtonOrientation; |
| 166 | typedef PurpleButtonStyle Purple__ButtonStyle; | |
| 11139 | 167 | #ifndef _WIN32 |
| 15884 | 168 | typedef PurpleBrowserPlace Purple__BrowserPlace; |
| 11139 | 169 | #endif /* _WIN32 */ |
| 6508 | 170 | |
| 12808 | 171 | /* gtkconv.h */ |
| 15884 | 172 | typedef PurpleUnseenState Purple__UnseenState; |
| 173 | typedef PurpleGtkConversation * Purple__GTK__Conversation; | |
| 174 | typedef GdkPixbuf * Purple__GDK__Pixbuf; | |
| 175 | typedef GtkWidget * Purple__GTK__Widget; | |
| 11118 | 176 | |
| 12808 | 177 | /* gtkutils.h */ |
| 15884 | 178 | typedef GtkFileSelection * Purple__GTK__FileSelection; |
| 179 | typedef GtkSelectionData * Purple__GTK__SelectionData; | |
| 180 | typedef GtkTextView * Purple__GTK__TextView; | |
| 11118 | 181 | |
| 12808 | 182 | /* gtkconn.h */ |
| 14434 | 183 | #endif |
| 11118 | 184 | |
| 12808 | 185 | /* imgstore.h */ |
| 15884 | 186 | typedef PurpleStoredImage * Purple__StoredImage; |
| 11118 | 187 | |
| 12808 | 188 | /* log.h */ |
| 15884 | 189 | typedef PurpleLog * Purple__Log; |
| 190 | typedef PurpleLogCommonLoggerData * Purple__LogCommonLoggerData; | |
| 191 | typedef PurpleLogLogger * Purple__Log__Logger; | |
| 192 | typedef PurpleLogReadFlags * Purple__Log__ReadFlags; | |
| 193 | typedef PurpleLogSet * Purple__LogSet; | |
| 194 | typedef PurpleLogType Purple__LogType; | |
| 11118 | 195 | |
|
12910
e6c3213c28ec
[gaim-migrate @ 15263]
Daniel Atallah <datallah@pidgin.im>
parents:
12882
diff
changeset
|
196 | /* network.h */ |
| 15884 | 197 | typedef PurpleNetworkListenData * Purple__NetworkListenData; |
| 198 | typedef PurpleNetworkListenCallback Purple__NetworkListenCallback; | |
|
12910
e6c3213c28ec
[gaim-migrate @ 15263]
Daniel Atallah <datallah@pidgin.im>
parents:
12882
diff
changeset
|
199 | |
| 12808 | 200 | /* notify.h */ |
| 15884 | 201 | typedef PurpleNotifyCloseCallback Purple__NotifyCloseCallback; |
| 202 | typedef PurpleNotifyMsgType Purple__NotifyMsgType; | |
| 203 | typedef PurpleNotifySearchButtonType Purple__NotifySearchButtonType; | |
| 204 | typedef PurpleNotifySearchResults * Purple__NotifySearchResults; | |
| 205 | typedef PurpleNotifySearchColumn * Purple__NotifySearchColumn; | |
| 206 | typedef PurpleNotifySearchButton * Purple__NotifySearchButton; | |
| 207 | typedef PurpleNotifyType Purple__NotifyType; | |
| 208 | typedef PurpleNotifyUserInfo * Purple__NotifyUserInfo; | |
| 209 | typedef PurpleNotifyUserInfoEntry * Purple__NotifyUserInfoEntry; | |
| 11118 | 210 | |
| 12808 | 211 | /* plugin.h */ |
| 15884 | 212 | typedef PurplePlugin * Purple__Plugin; |
| 213 | typedef PurplePluginAction * Purple__Plugin__Action; | |
| 214 | typedef PurplePluginInfo * Purple__PluginInfo; | |
| 215 | typedef PurplePluginLoaderInfo * Purple__PluginLoaderInfo; | |
| 216 | typedef PurplePluginType Purple__PluginType; | |
| 217 | typedef PurplePluginUiInfo * Purple__PluginUiInfo; | |
| 11118 | 218 | |
| 12808 | 219 | /* pluginpref.h */ |
| 15884 | 220 | typedef PurplePluginPref * Purple__PluginPref; |
| 221 | typedef PurplePluginPrefFrame * Purple__PluginPref__Frame; | |
| 222 | typedef PurplePluginPrefType Purple__PluginPrefType; | |
|
21641
a0d410a35eb8
Add purple_plugin_pref_[sg]et_format_type to the Perl API. There are a number of new functions that also need to be added, but I don't have time to do that right now. Fixes #3781.
Daniel Atallah <datallah@pidgin.im>
parents:
17859
diff
changeset
|
223 | typedef PurpleStringFormatType Purple__String__Format__Type; |
| 11118 | 224 | |
| 12808 | 225 | /* pounce.h */ |
| 15884 | 226 | typedef PurplePounce * Purple__Pounce; |
| 227 | typedef PurplePounceEvent Purple__PounceEvent; | |
| 11118 | 228 | |
| 12808 | 229 | /* prefs.h */ |
| 15884 | 230 | typedef PurplePrefType Purple__PrefType; |
| 11118 | 231 | |
| 12808 | 232 | /* privacy.h */ |
| 15884 | 233 | typedef PurplePrivacyType Purple__PrivacyType; |
| 11118 | 234 | |
| 12808 | 235 | /* proxy.h */ |
| 15884 | 236 | typedef PurpleProxyInfo * Purple__ProxyInfo; |
| 237 | typedef PurpleProxyType Purple__ProxyType; | |
|
6588
187c6026c574
[gaim-migrate @ 7110]
Christian Hammond <chipx86@chipx86.com>
parents:
6531
diff
changeset
|
238 | |
| 12808 | 239 | /* prpl.h */ |
| 15884 | 240 | typedef PurpleBuddyIconSpec * Purple__Buddy__Icon__Spec; |
| 241 | typedef PurpleIconScaleRules Purple__IconScaleRules; | |
| 242 | typedef PurplePluginProtocolInfo * Purple__PluginProtocolInfo; | |
| 243 | typedef PurpleProtocolOptions Purple__ProtocolOptions; | |
| 11118 | 244 | |
| 12808 | 245 | /* request.h */ |
| 15884 | 246 | typedef PurpleRequestField * Purple__Request__Field; |
| 247 | typedef PurpleRequestFields * Purple__Request__Fields; | |
| 248 | typedef PurpleRequestFieldGroup * Purple__Request__Field__Group; | |
| 249 | typedef PurpleRequestFieldType Purple__RequestFieldType; | |
| 250 | typedef PurpleRequestType Purple__RequestType; | |
| 11118 | 251 | |
| 12808 | 252 | /* roomlist.h */ |
| 15884 | 253 | typedef PurpleRoomlist * Purple__Roomlist; |
| 254 | typedef PurpleRoomlistField * Purple__Roomlist__Field; | |
| 255 | typedef PurpleRoomlistFieldType Purple__RoomlistFieldType; | |
| 256 | typedef PurpleRoomlistRoom * Purple__Roomlist__Room; | |
| 257 | typedef PurpleRoomlistRoomType Purple__RoomlistRoomType; | |
| 11118 | 258 | |
| 12808 | 259 | /* savedstatuses.h */ |
| 15884 | 260 | typedef PurpleSavedStatus * Purple__SavedStatus; |
|
17212
29c5fc5e0cdc
Warmenhove a patch from Steven Danna to add bindings to all the savedstatus.h
Etan Reisner <deryni@pidgin.im>
parents:
16773
diff
changeset
|
261 | typedef PurpleSavedStatusSub * Purple__SavedStatus__Sub; |
| 11118 | 262 | |
|
23023
6aeeb2037709
Expose smiley API to perl plugins.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21641
diff
changeset
|
263 | /* smiley.h */ |
|
6aeeb2037709
Expose smiley API to perl plugins.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21641
diff
changeset
|
264 | typedef PurpleSmiley * Purple__Smiley; |
|
6aeeb2037709
Expose smiley API to perl plugins.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21641
diff
changeset
|
265 | |
| 12808 | 266 | /* sound.h */ |
| 15884 | 267 | typedef PurpleSoundEventID Purple__SoundEventID; |
| 11118 | 268 | |
| 12808 | 269 | /* sslconn.h */ |
| 15884 | 270 | typedef PurpleInputCondition * Purple__Input__Condition; |
| 271 | typedef PurpleSslConnection * Purple__Ssl__Connection; | |
| 272 | typedef PurpleSslErrorType Purple__SslErrorType; | |
| 273 | typedef PurpleSslOps * Purple__Ssl__Ops; | |
| 11118 | 274 | |
| 12808 | 275 | /* status.h */ |
| 15884 | 276 | typedef PurplePresence * Purple__Presence; |
| 277 | typedef PurplePresenceContext Purple__PresenceContext; | |
| 278 | typedef PurpleStatus * Purple__Status; | |
| 279 | typedef PurpleStatusAttr * Purple__StatusAttr; | |
| 280 | typedef PurpleStatusPrimitive Purple__StatusPrimitive; | |
| 281 | typedef PurpleStatusType * Purple__StatusType; | |
| 11118 | 282 | |
| 13018 | 283 | /* stringref.h */ |
| 15884 | 284 | typedef PurpleStringref * Purple__Stringref; |
| 11118 | 285 | |
| 12919 | 286 | /* util.h */ |
| 15884 | 287 | typedef PurpleInfoFieldFormatCallback Purple__Util__InfoFieldFormatCallback; |
| 288 | typedef PurpleUtilFetchUrlData Purple__Util__FetchUrlData; | |
| 289 | typedef PurpleMenuAction * Purple__Menu__Action; | |
| 12919 | 290 | |
| 12808 | 291 | /* value.h */ |
| 15884 | 292 | typedef PurpleValue * Purple__Value; |
| 11118 | 293 | |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
294 | /* whiteboard.h */ |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
295 | typedef PurpleWhiteboard * Purple__Whiteboard; |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
296 | |
| 12808 | 297 | /* xmlnode.h */ |
| 15884 | 298 | typedef xmlnode * Purple__XMLNode; |
| 12808 | 299 | typedef XMLNodeType XMLNode__Type; |
| 11118 | 300 | |
|
14779
1b71da367f56
[gaim-migrate @ 17471]
Martijn van Beers <martijn@eekeek.org>
parents:
14434
diff
changeset
|
301 | /* other */ |
| 15884 | 302 | typedef void * Purple__Handle; |
|
15165
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
303 | |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
304 | typedef gchar gchar_own; |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
305 | |
|
16773
e1171eb45f07
Remove the const-c and const-xs stuff and replace it with real constants
Etan Reisner <deryni@pidgin.im>
parents:
15884
diff
changeset
|
306 | typedef struct _constiv { |
|
e1171eb45f07
Remove the const-c and const-xs stuff and replace it with real constants
Etan Reisner <deryni@pidgin.im>
parents:
15884
diff
changeset
|
307 | const char *name; |
|
e1171eb45f07
Remove the const-c and const-xs stuff and replace it with real constants
Etan Reisner <deryni@pidgin.im>
parents:
15884
diff
changeset
|
308 | IV iv; |
|
e1171eb45f07
Remove the const-c and const-xs stuff and replace it with real constants
Etan Reisner <deryni@pidgin.im>
parents:
15884
diff
changeset
|
309 | } constiv; |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
310 |