doc/log-signals.dox

Sun, 20 Aug 2006 17:49:58 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sun, 20 Aug 2006 17:49:58 +0000
changeset 14290
f20819ff8d86
parent 14049
c15c41423e19
child 14679
96db8bea9ee0
permissions
-rw-r--r--

[gaim-migrate @ 16910]
Fix autogen.sh to run glib-gettextize

Fix CFLAGS when gstreamer is not installed

Make things work with gtk < 2.6, in part by borrowing some code from gdk

Don't link gntgaim with gstreamer, xss or sm

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