doc/log-signals.dox

Fri, 11 Aug 2006 01:30:22 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 11 Aug 2006 01:30:22 +0000
changeset 14137
48e2c0761c14
parent 14049
c15c41423e19
child 14679
96db8bea9ee0
permissions
-rw-r--r--

[gaim-migrate @ 16696]
Fix CID 254 - We're assuming that an account has an offline status (perhaps it isn't too bad of an assumption, but lets not make it)

/** @page log-signals Log Signals

 @signals
  @signal log-timestamp
 @endsignals

 <hr>

 @signaldef log-timestamp
  @signalproto
char *(*log_timestamp)(GaimConversation *conv, 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 GAIM_LOG_SYSTEM.
 @endsignaldef

*/
// vim: syntax=c tw=75 et

mercurial