diff doc/log-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 3df4aadebc20
children e0613cf8c493
line wrap: on
line diff
--- a/doc/log-signals.dox	Mon Apr 16 00:49:52 2007 +0000
+++ b/doc/log-signals.dox	Mon Apr 16 00:50:57 2007 +0000
@@ -8,7 +8,7 @@
 
  @signaldef log-timestamp
   @signalproto
-char *(*log_timestamp)(GaimLog *log, time_t when);
+char *(*log_timestamp)(PurpleLog *log, time_t when);
   @endsignalproto
   @signaldesc
    Emitted to allow plugins to customize the timestamp on a message
@@ -17,7 +17,7 @@
   @param when The time to be converted to a string.
   @return A textual representation of the time, or @c NULL to use a
           default format.
-  @note Plugins must be careful of logs with a type of GAIM_LOG_SYSTEM.
+  @note Plugins must be careful of logs with a type of PURPLE_LOG_SYSTEM.
  @endsignaldef
 
 */