1 /** @page log-signals Log Signals
11 @signaldef log-timestamp
13 char *(*log_timestamp)(PurpleLog *log, time_t when, gboolean show_date);
16 Emitted to allow plugins to customize the timestamp on a message
18 @param log The log the message belongs to.
19 @param when The time to be converted to a string.
20 @param show_date Whether the date should be displayed.
21 @return A textual representation of the time, or @c NULL to use a
23 @note Plugins must be careful of logs with a type of PURPLE_LOG_SYSTEM.
27 // vim: syntax=c.doxygen tw=75 et