ChangeLog entries for what I've plucked. Some are better than what they were before.
[pidgin-git.git] / doc / core-signals.dox
bloba4be04136d899e7c8d664d926c37ca93d39d2dec
1 /** @page core-signals Core Signals
3  @signals
4   @signal quitting
5   @signal uri-handler
6  @endsignals
8  @see core.h
10  <hr>
12  @signaldef quitting
13   @signalproto
14 void (*quitting)();
15   @endsignalproto
16   @signaldesc
17    Emitted when libpurple is quitting.
18  @endsignaldef
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
31  */
32 // vim: syntax=c.doxygen tw=75 et