doc/log-signals.dox

Fri, 04 May 2007 04:14:19 +0000

author
Evan Schoenberg <evands@pidgin.im>
date
Fri, 04 May 2007 04:14:19 +0000
changeset 16914
eb8e220b0f6f
parent 16244
be35cbf49dfb
child 20897
2608e9e07913
permissions
-rw-r--r--

Noting NAT-PMP support and adding R. Tyler Ballance, author of most of the nat-pmp.c code, to COPYRIGHT

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

mercurial