doc/log-signals.dox

Sat, 06 Jul 2013 15:34:10 +0530

author
Ankit Vani <a@nevitus.org>
date
Sat, 06 Jul 2013 15:34:10 +0530
branch
soc.2013.gobjectification
changeset 34707
d433bf40792a
parent 21142
c2242c1fde7f
permissions
-rw-r--r--

Added blistnode.[ch] and blistnodetypes.[ch]
* Moved PurpleBListNode to blistnode.[ch]. PurpleCountingNode will be added here too.
* Moved PurpleBuddy, PurpleGroup, PurpleChat and PurpleContact to blistnodetypes.[ch].
* Made PurpleBuddyList a normal struct again, it will be a GBoxed.

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

mercurial