view doc/log-signals.dox @ 17086:4fd7ec01b3f3

Adding Intel Corporation to cover all our bases here: (19:25:17) rlaager: arjan: How should I list you in COPYRIGHT? (19:26:08) arjan: if you want to add me: Arjan van de Ven <arjan@linux.intel.com> (19:26:21) arjan: but it's such a small change that I don't think I deserve that privilege ;) (19:26:47) rlaager: arjan: We add people for even a single character change. ;) By which word does your last name alphabetize? (19:27:01) arjan: eh. if you're in .nl, by "Ven" (19:27:08) arjan: but.. in english usually by "van" (19:27:53) rlaager: arjan: Is any of this work copyright Intel? (19:28:09) arjan: rlaager: I think Intel considers it too small to be copyrigthable (19:29:05) arjan: rlaager: but otherwise if you think it is then yes it's all Intel
author Richard Laager <rlaager@wiktel.com>
date Tue, 15 May 2007 00:30:22 +0000
parents 8cf53d7a0887
children e0613cf8c493
line wrap: on
line source

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