comparison libpurple/plugins/perl/common/module.h @ 21555:ca1d23ae3a21

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.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 16 Nov 2007 17:11:44 +0000
parents 79c1f60ece2e
children 66057702ae5d
comparison
equal deleted inserted replaced
21554:7a1099df3678 21555:ca1d23ae3a21
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