| 195 |
195 |
| 196 /* pluginpref.h */ |
196 /* pluginpref.h */ |
| 197 typedef PurplePluginPref * Purple__PluginPref; |
197 typedef PurplePluginPref * Purple__PluginPref; |
| 198 typedef PurplePluginPrefFrame * Purple__PluginPref__Frame; |
198 typedef PurplePluginPrefFrame * Purple__PluginPref__Frame; |
| 199 typedef PurplePluginPrefType Purple__PluginPrefType; |
199 typedef PurplePluginPrefType Purple__PluginPrefType; |
| |
200 typedef PurpleStringFormatType Purple__String__Format__Type; |
| 200 |
201 |
| 201 /* pounce.h */ |
202 /* pounce.h */ |
| 202 typedef PurplePounce * Purple__Pounce; |
203 typedef PurplePounce * Purple__Pounce; |
| 203 typedef PurplePounceEvent Purple__PounceEvent; |
204 typedef PurplePounceEvent Purple__PounceEvent; |
| 204 |
205 |