view doc/cipher-signals.dox @ 13343:3e87f0c5287d

[gaim-migrate @ 15713] SF Patch #1439873 from Sadrul "Open a conversation with someone in yahoo. Now with the conversation tab open, disconnect/reconnect or disable/enable the account a few times. Gaim may crash. This is because yahoo doesn't set the proto_data of the connection to NULL after it _close()es the connection. All other prpls (i looked in msn, oscar, jabber, sametime) set it to NULL after freeing the data." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 28 Feb 2006 01:30:01 +0000
parents 1ec93dd2f359
children 8cf53d7a0887
line wrap: on
line source

/** @page cipher-signals Cipher Signals

 @signals
  @signal cipher-added
  @signal cipher-removed
 @endsignals

 <hr>

 @signaldef cipher-added
  @signalproto
void (*cipher_added)(GaimCipher *cipher);
  @endsignalproto
  @signaldesc
   Emitted when a cipher is added.
  @param cipher The cipher that was added.
 @endsignaldef

 @signaldef cipher-removed
  @signalproto
void (*cipher_removed)(GaimCipher *cipher);
  @endsignalproto
  @signaldesc
   Emitted when a cipher is removed.
  @param cipher The cipher that was removed.
 @endsignaldef

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