Mercurial > pidgin.yaz
view doc/plugin-signals.dox @ 27416:9715022e8e35
De-emphasize the () around the collapsed group counts. I can't actually see
this with the font setup I have here but I think it looks nicer when I bump
the font up so I can see the difference.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 25 Jun 2009 05:11:21 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page plugin-signals Plugin Signals @signals @signal plugin-load @signal plugin-unload @endsignals @see plugin.h <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.doxygen tw=75 et