Mercurial > pidgin.yaz
view doc/core-signals.dox @ 30395:5edd3992f59d
More improvements to create_nsis_translations.pl - I have more to do, but I'm
afraid that these are going to be less likely to be applicable upstream.
* Add all the current NSIS translations to the map
* Add the LCID to the language map (not currently used)
* Only include translations that are >= 50% translated
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 19 May 2010 02:50:02 +0000 |
parents | 4179ab2cfe1f |
children |
line wrap: on
line source
/** @page core-signals Core Signals @signals @signal quitting @signal uri-handler @endsignals @see core.h <hr> @signaldef quitting @signalproto void (*quitting)(); @endsignalproto @signaldesc Emitted when libpurple is quitting. @endsignaldef @signaldef uri-handler @signalproto gboolean (*uri_handler)(const gchar *proto, const gchar *cmd, GHashTable *params); @endsignalproto @signaldesc Emitted when handling a registered URI. @param proto The protocol of the URI. @param cmd The 'command' of the URI. @param params Any key/value parameters from the URI. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et