view doc/log-signals.dox @ 24663:2341958e33b5

Eliminate minor typographical differences between our version of the GPL and the one at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt This also changes two reference of "GNU Library General Public License" to "GNU Lesser General Public License." I feel that change is minor and typographical, and not significant. I don't know why that difference existed... I thought the GPLv2 always referred to the LGPL as "lesser" and not "library." But I don't think we're allowed to change the content of this document and still refer to it as "the GPL" because the content is copyright the Free Software Foundation.
author Mark Doliner <mark@kingant.net>
date Fri, 12 Dec 2008 19:04:21 +0000
parents 0d8061bbfc1d
children
line wrap: on
line source

/** @page log-signals Log Signals

 @signals
  @signal log-timestamp
 @endsignals

 @see log.h

 <hr>

 @signaldef log-timestamp
  @signalproto
char *(*log_timestamp)(PurpleLog *log, time_t when, gboolean show_date);
  @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.
  @param show_date Whether the date should be displayed.
  @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.doxygen tw=75 et