--- 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 */