1 /** @page core-signals Core Signals
17 Emitted when libpurple is quitting.
20 @signaldef uri-handler
22 gboolean (*uri_handler)(const gchar *proto, const gchar *cmd, GHashTable *params);
25 Emitted when handling a registered URI.
26 @param proto The protocol of the URI.
27 @param cmd The 'command' of the URI.
28 @param params Any key/value parameters from the URI.
32 // vim: syntax=c.doxygen tw=75 et