--- a/plugins/HOWTO Sun Apr 09 18:45:23 2000 +0000 +++ b/plugins/HOWTO Sun Apr 09 20:16:40 2000 +0000 @@ -44,6 +44,7 @@ When your plugin gets unloaded, gaim will try to call gaim_plugin_remove(). It doesn't have to be there, but it's nice if, say, you create a window, and when -the plugin gets unloaded, it removes the window. +the plugin gets unloaded, it removes the window. Also, all the callbacks you +have attached to gaim signals will be removed. There are a few examples in this directory. Enjoy.