Mercurial > pidgin
comparison plugins/perl/common/module.h @ 12364:6fd82071a7b8
[gaim-migrate @ 14668]
sf patch #1373688, from Will Thompson
"Make the Perl bindings more Perl-ish"
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 05 Dec 2005 23:54:34 +0000 |
parents | 976677e67239 |
children | 59ce7a35a22b |
comparison
equal
deleted
inserted
replaced
12363:f758af0373cb | 12364:6fd82071a7b8 |
---|---|
176 typedef GaimPluginUiInfo * Gaim__PluginUiInfo; | 176 typedef GaimPluginUiInfo * Gaim__PluginUiInfo; |
177 typedef GaimPluginLoaderInfo * Gaim__PluginLoaderInfo; | 177 typedef GaimPluginLoaderInfo * Gaim__PluginLoaderInfo; |
178 typedef GaimPluginAction * Gaim__Plugin__Action; | 178 typedef GaimPluginAction * Gaim__Plugin__Action; |
179 | 179 |
180 /* pluginpref.h */ | 180 /* pluginpref.h */ |
181 typedef GaimPluginPrefFrame * Gaim__PluginPrefFrame; | 181 typedef GaimPluginPrefFrame * Gaim__PluginPref__Frame; |
182 typedef GaimPluginPref * Gaim__PluginPref; | 182 typedef GaimPluginPref * Gaim__PluginPref; |
183 typedef GaimPluginPrefType Gaim__PluginPrefType; | 183 typedef GaimPluginPrefType Gaim__PluginPrefType; |
184 | 184 |
185 /* pounce.h */ | 185 /* pounce.h */ |
186 typedef GaimPounce * Gaim__Pounce; | 186 typedef GaimPounce * Gaim__Pounce; |
248 | 248 |
249 /* value.h */ | 249 /* value.h */ |
250 typedef GaimValue * Gaim__Value; | 250 typedef GaimValue * Gaim__Value; |
251 | 251 |
252 /* xmlnode.h */ | 252 /* xmlnode.h */ |
253 typedef xmlnode * Gaim__XMLNode; | |
253 typedef XMLNodeType XMLNode__Type; | 254 typedef XMLNodeType XMLNode__Type; |
254 | 255 |
255 | 256 |
256 /* other.h */ | 257 /* other.h */ |
257 | 258 |