doc/log-signals.dox

Wed, 02 Aug 2006 06:22:33 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Wed, 02 Aug 2006 06:22:33 +0000
changeset 14080
7fad848bbe7b
parent 14049
c15c41423e19
child 14679
96db8bea9ee0
permissions
-rw-r--r--

[gaim-migrate @ 16614]
Allow setting aliases for buddies/chats/groups.

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