Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/module.h Fri Nov 16 13:15:19 2007 +0000 +++ b/libpurple/plugins/perl/common/module.h Fri Nov 16 17:11:44 2007 +0000 @@ -197,6 +197,7 @@ typedef PurplePluginPref * Purple__PluginPref; typedef PurplePluginPrefFrame * Purple__PluginPref__Frame; typedef PurplePluginPrefType Purple__PluginPrefType; +typedef PurpleStringFormatType Purple__String__Format__Type; /* pounce.h */ typedef PurplePounce * Purple__Pounce;
