Mercurial > pidgin
comparison src/core.h @ 3563:e120097bbd72
[gaim-migrate @ 3658]
I made my perl script unloading not suck (as much). Now you may port your
perl scripts--use gaim.pl and PERL-HOWTO as references.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sat, 28 Sep 2002 08:08:14 +0000 |
| parents | cd938f18f3f8 |
| children | 154c4a9d9b6d |
comparison
equal
deleted
inserted
replaced
| 3562:de3bc24fff02 | 3563:e120097bbd72 |
|---|---|
| 129 struct gaim_plugin { | 129 struct gaim_plugin { |
| 130 enum gaim_plugin_type type; | 130 enum gaim_plugin_type type; |
| 131 void *handle; | 131 void *handle; |
| 132 gchar path[128]; | 132 gchar path[128]; |
| 133 struct gaim_plugin_description desc; | 133 struct gaim_plugin_description desc; |
| 134 gchar error[128]; | |
| 134 }; | 135 }; |
| 135 | 136 |
| 136 #ifdef GAIM_PLUGINS | 137 #ifdef GAIM_PLUGINS |
| 137 struct gaim_callback { | 138 struct gaim_callback { |
| 138 GModule *handle; | 139 GModule *handle; |
