doc/log-signals.dox

Fri, 01 Sep 2006 08:19:31 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Fri, 01 Sep 2006 08:19:31 +0000
changeset 14463
f4a23bc6d666
parent 14049
c15c41423e19
child 14679
96db8bea9ee0
permissions
-rw-r--r--

[gaim-migrate @ 17109]
Remove some stuff from the core perl typemap that is only defined in the gtk
files, and some gtk types themselves. Some of this will get added back in the
gtk perl typemap when I commit it later.

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