Mercurial > pidgin.yaz
view doc/plugin-signals.dox @ 18278:c3d5b91be081
Get rid of the portion of this error message that says "The most
common reason for this is that you have the maximum number of
buddies on your buddy list."
I have a feeling that's not the most common reason anymore,
since the max number of buddies is so high now. And for some
reason people complain that "I don't have anywhere near that
number of buddies!" when they try to add an invalid screen
name like "1blah," or something
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 25 Jun 2007 08:24:12 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
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)(PurplePlugin *plugin); @endsignalproto @signaldesc Emitted when a plugin is loaded. @param plugin The plugin that was loaded. @endsignaldef @signaldef plugin-unload @signalproto void (*plugin_unload)(PurplePlugin *plugin); @endsignalproto @signaldesc Emitted when a plugin is unloaded. @param plugin The plugin that was unloaded. @endsignaldef */ // vim: syntax=c tw=75 et