view doc/gtklog-signals.dox @ 30381:23dbe381eb7a

Set the GtkTrayIcon invisible before unref'ing it, or else it will leave behind a space every time it's removed. This is more evident if you have the tray icon set to "On Unread Messages". More info at GnomeBug 589860. Fixes #11913.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 17 May 2010 02:09:35 +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