diff doc/cipher-signals.dox @ 16183:8cf53d7a0887

Update the Doxygen signals documentation to match the new struct names.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 00:50:57 +0000
parents 1ec93dd2f359
children e0613cf8c493
line wrap: on
line diff
--- a/doc/cipher-signals.dox	Mon Apr 16 00:49:52 2007 +0000
+++ b/doc/cipher-signals.dox	Mon Apr 16 00:50:57 2007 +0000
@@ -9,7 +9,7 @@
 
  @signaldef cipher-added
   @signalproto
-void (*cipher_added)(GaimCipher *cipher);
+void (*cipher_added)(PurpleCipher *cipher);
   @endsignalproto
   @signaldesc
    Emitted when a cipher is added.
@@ -18,7 +18,7 @@
 
  @signaldef cipher-removed
   @signalproto
-void (*cipher_removed)(GaimCipher *cipher);
+void (*cipher_removed)(PurpleCipher *cipher);
   @endsignalproto
   @signaldesc
    Emitted when a cipher is removed.