# HG changeset patch # User Eric Warmenhoven # Date 955311400 0 # Node ID c2d22261e281de47d3b89ed2953e116519bab998 # Parent 5b4b7aa8dd9a54c10953725145e156c3a80d9b27 [gaim-migrate @ 108] Quick additional info. committer: Tailor Script diff -r 5b4b7aa8dd9a -r c2d22261e281 plugins/HOWTO --- 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.