# HG changeset patch # User Etan Reisner # Date 1250209943 0 # Node ID 4179ab2cfe1f24c20b754e076d0bbfe341faaa0d # Parent 5ab7766a6c83f7f8059b664cd1bc82f1a242ec82 Document the uri-handler signal. Did I get this right? diff -r 5ab7766a6c83 -r 4179ab2cfe1f doc/core-signals.dox --- a/doc/core-signals.dox Thu Aug 13 23:34:25 2009 +0000 +++ b/doc/core-signals.dox Fri Aug 14 00:32:23 2009 +0000 @@ -2,6 +2,7 @@ @signals @signal quitting + @signal uri-handler @endsignals @see core.h @@ -16,5 +17,16 @@ 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