pidgin/pidgin

266f7f4e0591
merge of 'ddb96d3b9aab2ad5b20313b9d5c42cda07ebb7f5'
and 'cad3d4a543081fe6d39167d8674b48bde1243fb6'
/** @page log-signals Log Signals
@signals
@signal log-timestamp
@endsignals
<hr>
@signaldef log-timestamp
@signalproto
char *(*log_timestamp)(PurpleLog *log, time_t when);
@endsignalproto
@signaldesc
Emitted to allow plugins to customize the timestamp on a message
being logged.
@param log The log the message belongs to.
@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 PURPLE_LOG_SYSTEM.
@endsignaldef
*/
// vim: syntax=c tw=75 et