view doc/log-signals.dox @ 21815:ef781d8d2ec1

(13:35:59) KeaponLaffin: so which SSL libraries are supported? (13:36:01) LSchiere2: faq-ssl (13:36:05) LSchiere2: in the wiki (13:36:27) elb: doesn't that error message point ot the FAQ? (13:36:31) elb: if not, it should :-P
author Luke Schierer <lschiere@pidgin.im>
date Tue, 11 Dec 2007 18:41:33 +0000
parents 0d8061bbfc1d
children
line wrap: on
line source

/** @page log-signals Log Signals

 @signals
  @signal log-timestamp
 @endsignals

 @see log.h

 <hr>

 @signaldef log-timestamp
  @signalproto
char *(*log_timestamp)(PurpleLog *log, time_t when, gboolean show_date);
  @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.
  @param show_date Whether the date should be displayed.
  @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.doxygen tw=75 et