view doc/cipher-signals.dox @ 14766:d7ee4a5cf24b

[gaim-migrate @ 17524] (11:52:24) nosnilmot: files that are not DIST'ed should not be in POTFILES.in (11:52:36) nosnilmot: such as gtk/plugins/crazychat/cc_gaim_plugin.c :) (12:29:41) LSchiere: nosnilmot: so I should remove it from POTFILES.in? or add it to the DIST SUBDIRs for plugins? (12:30:14) nosnilmot: I think remove it from POTFILES.in, I don't think crazy chat is shippable committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 18 Oct 2006 16:31:31 +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