doc/plugin-signals.dox

Wed, 28 Jan 2009 03:40:55 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Wed, 28 Jan 2009 03:40:55 +0000
branch
cpw.darkrain42.oscar.ssl
changeset 25520
f7e939fc0d6a
parent 20897
2608e9e07913
child 36367
891eea799578
permissions
-rw-r--r--

Use 'bos.oscar.aol.com' as the common name for the initial BOS connection.

The redirect from the login server to first BOS server doesn't include the
magic TLV with a name to use for comparison; I missed this because I cached
all those certificates before I fixed the code for the other SNAC family
servers.

/** @page plugin-signals Plugin Signals

 @signals
  @signal plugin-load
  @signal plugin-unload
 @endsignals

 @see plugin.h

 <hr>

 @signaldef plugin-load
  @signalproto
void (*plugin_load)(PurplePlugin *plugin);
  @endsignalproto
  @signaldesc
   Emitted when a plugin is loaded.
  @param plugin The plugin that was loaded.
 @endsignaldef

 @signaldef plugin-unload
  @signalproto
void (*plugin_unload)(PurplePlugin *plugin);
  @endsignalproto
  @signaldesc
   Emitted when a plugin is unloaded.
  @param plugin The plugin that was unloaded.
 @endsignaldef

 */
// vim: syntax=c.doxygen tw=75 et

mercurial