Mercurial > pidgin.yaz
view doc/core-signals.dox @ 30519:da8c00c5b4e5
Specify purple_request_field_set_required() for the Capcha input textbox.
(This resolves an issue with Pidgin on Maemo where the MXit account cannot be activated)
Also set the Birthdate, NickName, PIN1 & PIN2 as required fields when registering.
It provides better UI-feedback to the user.
author | andrew.victor@mxit.com |
---|---|
date | Tue, 25 May 2010 21:08:25 +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