Thu, 07 Aug 2008 04:03:23 +0000
Another Perl patch from Zsombor Welker to add more functions.
Fixes #5957
| 11118 | 1 | |
| 2 | ||
| 15884 | 3 | typedef struct group *Purple__Group; |
| 6508 | 4 | |
| 5 | #define group perl_group | |
| 6 | ||
|
6816
b14a3043ed09
[gaim-migrate @ 7356]
Herman Bloggs <herman@bluedigits.com>
parents:
6699
diff
changeset
|
7 | #include <glib.h> |
|
b14a3043ed09
[gaim-migrate @ 7356]
Herman Bloggs <herman@bluedigits.com>
parents:
6699
diff
changeset
|
8 | #ifdef _WIN32 |
|
b14a3043ed09
[gaim-migrate @ 7356]
Herman Bloggs <herman@bluedigits.com>
parents:
6699
diff
changeset
|
9 | #undef pipe |
|
b14a3043ed09
[gaim-migrate @ 7356]
Herman Bloggs <herman@bluedigits.com>
parents:
6699
diff
changeset
|
10 | #endif |
| 6508 | 11 | #include <EXTERN.h> |
| 12 | #include <perl.h> | |
| 13 | #include <XSUB.h> | |
| 14 | ||
| 15 | #undef group | |
| 16 | ||
| 17 | #include "../perl-common.h" | |
| 18 | ||
| 19 | #include "account.h" | |
| 11118 | 20 | #include "accountopt.h" |
| 21 | #include "blist.h" | |
| 22 | #include "buddyicon.h" | |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
23 | #include "certificate.h" |
| 11118 | 24 | #include "cipher.h" |
| 25 | #include "cmds.h" | |
| 6508 | 26 | #include "connection.h" |
|
6591
cc1ab32edcdc
[gaim-migrate @ 7115]
Christian Hammond <chipx86@chipx86.com>
parents:
6588
diff
changeset
|
27 | #include "conversation.h" |
|
15066
57ab37fe1190
[gaim-migrate @ 17784]
Richard Laager <rlaager@pidgin.im>
parents:
14779
diff
changeset
|
28 | #include "core.h" |
| 6508 | 29 | #include "debug.h" |
| 11118 | 30 | #include "desktopitem.h" |
| 31 | #include "eventloop.h" | |
| 32 | #include "ft.h" | |
| 15884 | 33 | #ifdef PURPLE_GTKPERL |
| 11118 | 34 | #include "gtkaccount.h" |
| 35 | #include "gtkblist.h" | |
| 36 | #include "gtkconn.h" | |
| 37 | #include "gtkconv.h" | |
| 38 | #include "gtkutils.h" | |
| 14434 | 39 | #endif |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
40 | #include "idle.h" |
| 11118 | 41 | #include "imgstore.h" |
| 42 | #include "network.h" | |
| 43 | #include "notify.h" | |
| 44 | #include "plugin.h" | |
| 45 | #include "pluginpref.h" | |
| 46 | #include "pounce.h" | |
| 47 | #include "prefs.h" | |
| 48 | #include "privacy.h" | |
| 49 | #include "prpl.h" | |
| 50 | #include "proxy.h" | |
| 51 | #include "request.h" | |
| 52 | #include "roomlist.h" | |
| 53 | #include "savedstatuses.h" | |
|
6523
20c459e452ac
[gaim-migrate @ 7040]
Christian Hammond <chipx86@chipx86.com>
parents:
6520
diff
changeset
|
54 | #include "server.h" |
| 11118 | 55 | #include "signals.h" |
|
23023
6aeeb2037709
Expose smiley API to perl plugins.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21641
diff
changeset
|
56 | #include "smiley.h" |
| 11118 | 57 | #include "sound.h" |
| 58 | #include "sslconn.h" | |
| 59 | #include "status.h" | |
| 60 | #include "stringref.h" | |
|
11318
13fa1d5134f3
[gaim-migrate @ 13521]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
11170
diff
changeset
|
61 | /* 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
|
62 | #include "libpurple/util.h" |
| 11118 | 63 | #include "value.h" |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
64 | #include "whiteboard.h" |
| 11118 | 65 | #include "xmlnode.h" |
| 66 | ||
| 12808 | 67 | /* account.h */ |
| 15884 | 68 | typedef PurpleAccount * Purple__Account; |
| 69 | typedef PurpleAccountOption * Purple__Account__Option; | |
| 70 | typedef PurpleAccountUiOps * Purple__Account__UiOps; | |
| 71 | typedef PurpleAccountUserSplit * Purple__Account__UserSplit; | |
| 11118 | 72 | |
| 12808 | 73 | /* blist.h */ |
| 15884 | 74 | typedef PurpleBlistNode * Purple__BuddyList__Node; |
| 75 | typedef PurpleBlistNodeFlags Purple__BuddyList__NodeFlags; | |
|
17859
afbace92af8d
New function purple_blist_node_get_type.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
17212
diff
changeset
|
76 | typedef PurpleBlistNodeType Purple__BuddyList__NodeType; |
| 15884 | 77 | typedef PurpleBlistUiOps * Purple__BuddyList__UiOps; |
| 78 | typedef PurpleBuddyList * Purple__BuddyList; | |
| 79 | typedef PurpleBuddy * Purple__BuddyList__Buddy; | |
| 80 | typedef PurpleChat * Purple__BuddyList__Chat; | |
| 81 | typedef PurpleContact * Purple__BuddyList__Contact; | |
| 82 | typedef PurpleGroup * Purple__BuddyList__Group; | |
| 11118 | 83 | |
| 12808 | 84 | /* buddyicon.h */ |
| 15884 | 85 | typedef PurpleBuddyIcon * Purple__Buddy__Icon; |
| 11118 | 86 | |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
87 | /* certificate.h */ |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
88 | typedef PurpleCertificate * Purple__Certificate; |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
89 | 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
|
90 | 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
|
91 | 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
|
92 | 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
|
93 | 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
|
94 | |
| 12808 | 95 | /* cipher.h */ |
| 15884 | 96 | typedef PurpleCipher * Purple__Cipher; |
| 97 | typedef PurpleCipherCaps Purple__CipherCaps; | |
| 98 | typedef PurpleCipherContext * Purple__Cipher__Context; | |
| 99 | 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
|
100 | typedef PurpleCipherBatchMode Purple__Cipher__BatchMode; |
| 11118 | 101 | |
| 12808 | 102 | /* cmds.h */ |
| 15884 | 103 | typedef PurpleCmdFlag Purple__Cmd__Flag; |
| 104 | typedef PurpleCmdId Purple__Cmd__Id; | |
| 105 | typedef PurpleCmdPriority Purple__Cmd__Priority; | |
| 106 | typedef PurpleCmdRet Purple__Cmd__Ret; | |
| 11118 | 107 | |
| 12808 | 108 | /* connection.h */ |
| 15884 | 109 | typedef PurpleConnection * Purple__Connection; |
| 110 | typedef PurpleConnectionFlags Purple__ConnectionFlags; | |
| 111 | typedef PurpleConnectionState Purple__ConnectionState; | |
| 112 | typedef PurpleConnectionUiOps * Purple__Connection__UiOps; | |
| 11118 | 113 | |
| 12808 | 114 | /* conversation.h */ |
| 15884 | 115 | typedef PurpleConversationType Purple__ConversationType; |
| 116 | typedef PurpleConvUpdateType Purple__ConvUpdateType; | |
| 117 | typedef PurpleTypingState Purple__TypingState; | |
| 118 | typedef PurpleMessageFlags Purple__MessageFlags; | |
| 119 | typedef PurpleConvChatBuddyFlags Purple__ConvChatBuddyFlags; | |
| 120 | typedef PurpleConversation * Purple__Conversation; | |
| 121 | typedef PurpleConversationUiOps * Purple__Conversation__UiOps; | |
| 122 | typedef PurpleConvIm * Purple__Conversation__IM; | |
| 123 | typedef PurpleConvChat * Purple__Conversation__Chat; | |
| 124 | typedef PurpleConvChatBuddy * Purple__Conversation__ChatBuddy; | |
| 11118 | 125 | |
|
15066
57ab37fe1190
[gaim-migrate @ 17784]
Richard Laager <rlaager@pidgin.im>
parents:
14779
diff
changeset
|
126 | /* core.h */ |
|
57ab37fe1190
[gaim-migrate @ 17784]
Richard Laager <rlaager@pidgin.im>
parents:
14779
diff
changeset
|
127 | |
| 15884 | 128 | typedef PurpleCore * Purple__Core; |
| 129 | typedef PurpleCoreUiOps * Purple__Core__UiOps; | |
|
15066
57ab37fe1190
[gaim-migrate @ 17784]
Richard Laager <rlaager@pidgin.im>
parents:
14779
diff
changeset
|
130 | |
| 12808 | 131 | /* debug.h */ |
| 15884 | 132 | typedef PurpleDebugLevel Purple__DebugLevel; |
| 11118 | 133 | |
| 12808 | 134 | /* desktopitem.h */ |
| 15884 | 135 | typedef PurpleDesktopItem * Purple__DesktopItem; |
| 136 | typedef PurpleDesktopItemType Purple__DesktopItemType; | |
| 11118 | 137 | |
| 12808 | 138 | /* eventloop.h */ |
| 15884 | 139 | typedef PurpleInputCondition * Purple__InputCondition; |
| 140 | typedef PurpleEventLoopUiOps * Purple__EventLoopUiOps; | |
| 11118 | 141 | |
| 12808 | 142 | /* ft.h */ |
| 15884 | 143 | typedef PurpleXfer * Purple__Xfer; |
| 144 | typedef PurpleXferType Purple__XferType; | |
| 145 | typedef PurpleXferStatusType Purple__XferStatusType; | |
| 146 | typedef PurpleXferUiOps * Purple__XferUiOps; | |
| 11118 | 147 | |
| 15884 | 148 | #ifdef PURPLE_GTKPERL |
| 12808 | 149 | /* gtkblish.h */ |
| 15884 | 150 | typedef PurpleGtkBuddyList * Purple__GTK__BuddyList; |
| 151 | typedef PurpleStatusIconSize Purple__StatusIconSize; | |
| 11118 | 152 | |
| 12808 | 153 | /* gtkutils.h */ |
| 15884 | 154 | typedef PurpleButtonOrientation Purple__ButtonOrientation; |
| 155 | typedef PurpleButtonStyle Purple__ButtonStyle; | |
| 11139 | 156 | #ifndef _WIN32 |
| 15884 | 157 | typedef PurpleBrowserPlace Purple__BrowserPlace; |
| 11139 | 158 | #endif /* _WIN32 */ |
| 6508 | 159 | |
| 12808 | 160 | /* gtkconv.h */ |
| 15884 | 161 | typedef PurpleUnseenState Purple__UnseenState; |
| 162 | typedef PurpleGtkConversation * Purple__GTK__Conversation; | |
| 163 | typedef GdkPixbuf * Purple__GDK__Pixbuf; | |
| 164 | typedef GtkWidget * Purple__GTK__Widget; | |
| 11118 | 165 | |
| 12808 | 166 | /* gtkutils.h */ |
| 15884 | 167 | typedef GtkFileSelection * Purple__GTK__FileSelection; |
| 168 | typedef GtkSelectionData * Purple__GTK__SelectionData; | |
| 169 | typedef GtkTextView * Purple__GTK__TextView; | |
| 11118 | 170 | |
| 12808 | 171 | /* gtkconn.h */ |
| 14434 | 172 | #endif |
| 11118 | 173 | |
| 12808 | 174 | /* imgstore.h */ |
| 15884 | 175 | typedef PurpleStoredImage * Purple__StoredImage; |
| 11118 | 176 | |
| 12808 | 177 | /* log.h */ |
| 15884 | 178 | typedef PurpleLog * Purple__Log; |
| 179 | typedef PurpleLogCommonLoggerData * Purple__LogCommonLoggerData; | |
| 180 | typedef PurpleLogLogger * Purple__Log__Logger; | |
| 181 | typedef PurpleLogReadFlags * Purple__Log__ReadFlags; | |
| 182 | typedef PurpleLogSet * Purple__LogSet; | |
| 183 | typedef PurpleLogType Purple__LogType; | |
| 11118 | 184 | |
|
12910
e6c3213c28ec
[gaim-migrate @ 15263]
Daniel Atallah <datallah@pidgin.im>
parents:
12882
diff
changeset
|
185 | /* network.h */ |
| 15884 | 186 | typedef PurpleNetworkListenData * Purple__NetworkListenData; |
| 187 | typedef PurpleNetworkListenCallback Purple__NetworkListenCallback; | |
|
12910
e6c3213c28ec
[gaim-migrate @ 15263]
Daniel Atallah <datallah@pidgin.im>
parents:
12882
diff
changeset
|
188 | |
| 12808 | 189 | /* notify.h */ |
| 15884 | 190 | typedef PurpleNotifyCloseCallback Purple__NotifyCloseCallback; |
| 191 | typedef PurpleNotifyMsgType Purple__NotifyMsgType; | |
| 192 | typedef PurpleNotifySearchButtonType Purple__NotifySearchButtonType; | |
| 193 | typedef PurpleNotifySearchResults * Purple__NotifySearchResults; | |
| 194 | typedef PurpleNotifySearchColumn * Purple__NotifySearchColumn; | |
| 195 | typedef PurpleNotifySearchButton * Purple__NotifySearchButton; | |
| 196 | typedef PurpleNotifyType Purple__NotifyType; | |
| 197 | typedef PurpleNotifyUiOps * Purple__NotifyUiOps; | |
| 198 | typedef PurpleNotifyUserInfo * Purple__NotifyUserInfo; | |
| 199 | typedef PurpleNotifyUserInfoEntry * Purple__NotifyUserInfoEntry; | |
| 11118 | 200 | |
| 12808 | 201 | /* plugin.h */ |
| 15884 | 202 | typedef PurplePlugin * Purple__Plugin; |
| 203 | typedef PurplePluginAction * Purple__Plugin__Action; | |
| 204 | typedef PurplePluginInfo * Purple__PluginInfo; | |
| 205 | typedef PurplePluginLoaderInfo * Purple__PluginLoaderInfo; | |
| 206 | typedef PurplePluginType Purple__PluginType; | |
| 207 | typedef PurplePluginUiInfo * Purple__PluginUiInfo; | |
| 11118 | 208 | |
| 12808 | 209 | /* pluginpref.h */ |
| 15884 | 210 | typedef PurplePluginPref * Purple__PluginPref; |
| 211 | typedef PurplePluginPrefFrame * Purple__PluginPref__Frame; | |
| 212 | 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
|
213 | typedef PurpleStringFormatType Purple__String__Format__Type; |
| 11118 | 214 | |
| 12808 | 215 | /* pounce.h */ |
| 15884 | 216 | typedef PurplePounce * Purple__Pounce; |
| 217 | typedef PurplePounceEvent Purple__PounceEvent; | |
| 11118 | 218 | |
| 12808 | 219 | /* prefs.h */ |
| 15884 | 220 | typedef PurplePrefType Purple__PrefType; |
| 11118 | 221 | |
| 12808 | 222 | /* privacy.h */ |
| 15884 | 223 | typedef PurplePrivacyType Purple__PrivacyType; |
| 224 | typedef PurplePrivacyUiOps * Purple__Privacy__UiOps; | |
| 11118 | 225 | |
| 12808 | 226 | /* proxy.h */ |
| 15884 | 227 | typedef PurpleProxyInfo * Purple__ProxyInfo; |
| 228 | typedef PurpleProxyType Purple__ProxyType; | |
|
6588
187c6026c574
[gaim-migrate @ 7110]
Christian Hammond <chipx86@chipx86.com>
parents:
6531
diff
changeset
|
229 | |
| 12808 | 230 | /* prpl.h */ |
| 15884 | 231 | typedef PurpleBuddyIconSpec * Purple__Buddy__Icon__Spec; |
| 232 | typedef PurpleIconScaleRules Purple__IconScaleRules; | |
| 233 | typedef PurplePluginProtocolInfo * Purple__PluginProtocolInfo; | |
| 234 | typedef PurpleProtocolOptions Purple__ProtocolOptions; | |
| 11118 | 235 | |
| 12808 | 236 | /* request.h */ |
| 15884 | 237 | typedef PurpleRequestField * Purple__Request__Field; |
| 238 | typedef PurpleRequestFields * Purple__Request__Fields; | |
| 239 | typedef PurpleRequestFieldGroup * Purple__Request__Field__Group; | |
| 240 | typedef PurpleRequestFieldType Purple__RequestFieldType; | |
| 241 | typedef PurpleRequestType Purple__RequestType; | |
| 242 | typedef PurpleRequestUiOps * Purple__Request__UiOps; | |
| 11118 | 243 | |
| 12808 | 244 | /* roomlist.h */ |
| 15884 | 245 | typedef PurpleRoomlist * Purple__Roomlist; |
| 246 | typedef PurpleRoomlistField * Purple__Roomlist__Field; | |
| 247 | typedef PurpleRoomlistFieldType Purple__RoomlistFieldType; | |
| 248 | typedef PurpleRoomlistRoom * Purple__Roomlist__Room; | |
| 249 | typedef PurpleRoomlistRoomType Purple__RoomlistRoomType; | |
| 250 | typedef PurpleRoomlistUiOps * Purple__Roomlist__UiOps; | |
| 11118 | 251 | |
| 12808 | 252 | /* savedstatuses.h */ |
| 15884 | 253 | 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
|
254 | typedef PurpleSavedStatusSub * Purple__SavedStatus__Sub; |
| 11118 | 255 | |
|
23023
6aeeb2037709
Expose smiley API to perl plugins.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21641
diff
changeset
|
256 | /* smiley.h */ |
|
6aeeb2037709
Expose smiley API to perl plugins.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21641
diff
changeset
|
257 | typedef PurpleSmiley * Purple__Smiley; |
|
6aeeb2037709
Expose smiley API to perl plugins.
Sadrul Habib Chowdhury <sadrul@pidgin.im>
parents:
21641
diff
changeset
|
258 | |
| 12808 | 259 | /* sound.h */ |
| 15884 | 260 | typedef PurpleSoundEventID Purple__SoundEventID; |
| 261 | typedef PurpleSoundUiOps * Purple__Sound__UiOps; | |
| 11118 | 262 | |
| 12808 | 263 | /* sslconn.h */ |
| 15884 | 264 | typedef PurpleInputCondition * Purple__Input__Condition; |
| 265 | typedef PurpleSslConnection * Purple__Ssl__Connection; | |
| 266 | typedef PurpleSslErrorType Purple__SslErrorType; | |
| 267 | typedef PurpleSslOps * Purple__Ssl__Ops; | |
| 11118 | 268 | |
| 12808 | 269 | /* status.h */ |
| 15884 | 270 | typedef PurplePresence * Purple__Presence; |
| 271 | typedef PurplePresenceContext Purple__PresenceContext; | |
| 272 | typedef PurpleStatus * Purple__Status; | |
| 273 | typedef PurpleStatusAttr * Purple__StatusAttr; | |
| 274 | typedef PurpleStatusPrimitive Purple__StatusPrimitive; | |
| 275 | typedef PurpleStatusType * Purple__StatusType; | |
| 11118 | 276 | |
| 13018 | 277 | /* stringref.h */ |
| 15884 | 278 | typedef PurpleStringref * Purple__Stringref; |
| 11118 | 279 | |
| 12919 | 280 | /* util.h */ |
| 15884 | 281 | typedef PurpleInfoFieldFormatCallback Purple__Util__InfoFieldFormatCallback; |
| 282 | typedef PurpleUtilFetchUrlData Purple__Util__FetchUrlData; | |
| 283 | typedef PurpleMenuAction * Purple__Menu__Action; | |
| 12919 | 284 | |
| 12808 | 285 | /* value.h */ |
| 15884 | 286 | typedef PurpleValue * Purple__Value; |
| 11118 | 287 | |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
288 | /* whiteboard.h */ |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
289 | typedef PurpleWhiteboard * Purple__Whiteboard; |
|
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
290 | |
| 12808 | 291 | /* xmlnode.h */ |
| 15884 | 292 | typedef xmlnode * Purple__XMLNode; |
| 12808 | 293 | typedef XMLNodeType XMLNode__Type; |
| 11118 | 294 | |
|
14779
1b71da367f56
[gaim-migrate @ 17471]
Martijn van Beers <martijn@eekeek.org>
parents:
14434
diff
changeset
|
295 | /* other */ |
| 15884 | 296 | typedef void * Purple__Handle; |
|
15165
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
297 | |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
298 | typedef gchar gchar_own; |
|
0ff631dfbbca
[gaim-migrate @ 17889]
Daniel Atallah <datallah@pidgin.im>
parents:
15066
diff
changeset
|
299 | |
|
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
|
300 | 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
|
301 | 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
|
302 | 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
|
303 | } constiv; |
|
23985
a8c308734700
Another Perl patch from Zsombor Welker to add more functions.
Daniel Atallah <datallah@pidgin.im>
parents:
23982
diff
changeset
|
304 |