view doc/gtklog-signals.dox @ 16134:d3e197b67ef9

Fix Ticket #152 "The string gchar *errmsg = g_strconcat(_("Setting custom faces is not currently supported. Please choose an image from "), buddy_icon_dir, ".", NULL); assumes that it is always grammatically correct to append a directory name to a sentence fragment. Also, without reading the source, the translator would not have an idea what the sentence fragment is talking about."
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 06:56:43 +0000
parents cb36bc2db7c5
children 8cf53d7a0887
line wrap: on
line source

/** @page gtklog-signals GtkLog Signals

 @signals
  @signal log-displaying
 @endsignals

 <hr>

 @signaldef log-displaying
  @signalproto
void (*log_displaying)(GaimGtkLogViewer *viewer, GaimLog *log);
  @endsignalproto
  @signaldesc
   Emitted when a log is being displayed.
  @param viewer The log viewer
  @param log The log being displayed
 @endsignaldef

*/
// vim: syntax=c tw=75 et