Mercurial > pidgin
diff doc/log-signals.dox @ 20407:1122d47583a1
explicit merge of 'd42ad2da81f881b2fbd2fb080cc70a843bc70d02'
and '8582c561c020d2d1e8d358e2e7cd9e3da113ed9e'
to branch 'im.pidgin.cpw.khc.msnp14'
author | Ka-Hing Cheung <khc@hxbc.us> |
---|---|
date | Wed, 02 May 2007 05:25:27 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
line wrap: on
line diff
--- a/doc/log-signals.dox Sun Apr 15 20:12:06 2007 +0000 +++ b/doc/log-signals.dox Wed May 02 05:25:27 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 */