comparison doc/core-signals.dox @ 29299:7925bb7f2aa7

propagate from branch 'im.pidgin.pidgin' (head 92e101e3698042e7600729bc09dec9e28f81de8f) to branch 'im.pidgin.cpw.attention_ui' (head 563c35d20efcc234a74567ebb88c059d10ce1e09)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 24 Aug 2009 19:23:56 +0000
parents 4179ab2cfe1f
children
comparison
equal deleted inserted replaced
29298:fb99a0067812 29299:7925bb7f2aa7
1 /** @page core-signals Core Signals 1 /** @page core-signals Core Signals
2 2
3 @signals 3 @signals
4 @signal quitting 4 @signal quitting
5 @signal uri-handler
5 @endsignals 6 @endsignals
6 7
7 @see core.h 8 @see core.h
8 9
9 <hr> 10 <hr>
14 @endsignalproto 15 @endsignalproto
15 @signaldesc 16 @signaldesc
16 Emitted when libpurple is quitting. 17 Emitted when libpurple is quitting.
17 @endsignaldef 18 @endsignaldef
18 19
20 @signaldef uri-handler
21 @signalproto
22 gboolean (*uri_handler)(const gchar *proto, const gchar *cmd, GHashTable *params);
23 @endsignalproto
24 @signaldesc
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.
29 @endsignaldef
30
19 */ 31 */
20 // vim: syntax=c.doxygen tw=75 et 32 // vim: syntax=c.doxygen tw=75 et