Mercurial > pidgin.yaz
changeset 98:c2d22261e281
[gaim-migrate @ 108]
Quick additional info.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 09 Apr 2000 20:16:40 +0000 |
parents | 5b4b7aa8dd9a |
children | f810fc7d423f |
files | plugins/HOWTO |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.