view doc/gtklog-signals.dox @ 28519:f3f057b06840

Updated Simplified Chinese translation and email update. Closes #10165. In committing this, I fixed these "fatal errors": ./zh_CN.po:2941: `msgid' and `msgstr' entries do not both end with '\n' ./zh_CN.po:4526: `msgid' and `msgstr' entries do not both end with '\n' ./zh_CN.po:8848: `msgid' and `msgstr' entries do not both end with '\n' ./zh_CN.po:9303: `msgid' and `msgstr' entries do not both end with '\n' ./zh_CN.po:9545: `msgid' and `msgstr' entries do not both end with '\n' ./zh_CN.po:10358: `msgid' and `msgstr[0]' entries do not both end with '\n' ./zh_CN.po:12888: `msgid' and `msgstr' entries do not both begin with '\n' msgfmt: found 7 fatal error
author Paul Aurich <paul@darkrain42.org>
date Tue, 01 Sep 2009 02:54:01 +0000
parents e0613cf8c493
children
line wrap: on
line source

/** @page gtklog-signals GtkLog Signals

 @signals
  @signal log-displaying
 @endsignals

 @see gtklog.h

 <hr>

 @signaldef log-displaying
  @signalproto
void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *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.doxygen tw=75 et