Mercurial > pidgin.yaz
view doc/plugin-signals.dox @ 13522:5ddae6fe983e
[gaim-migrate @ 15898]
SF Patch #1451956 from Philip Derrin
"The IRC client displays any /notice in an IM window,
even when the /notice was actually sent to a channel.
It does so even if the sender of the /notice is being
ignored in that channel.
A patch to fix this is attached. I'm aware the fix is a
little seedy, but so is the code it's fixing."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 17 Mar 2006 05:45:48 +0000 |
parents | 1ec93dd2f359 |
children | 8cf53d7a0887 |
line wrap: on
line source
/** @page plugin-signals Plugin Signals @signals @signal plugin-load @signal plugin-unload @endsignals <hr> @signaldef plugin-load @signalproto void (*plugin_load)(GaimPlugin *plugin); @endsignalproto @signaldesc Emitted when a plugin is loaded. @param plugin The plugin that was loaded. @endsignaldef @signaldef plugin-unload @signalproto void (*plugin_unload)(GaimPlugin *plugin); @endsignalproto @signaldesc Emitted when a plugin is unloaded. @param plugin The plugin that was unloaded. @endsignaldef */ // vim: syntax=c tw=75 et