doc/gtklog-signals.dox

Sat, 24 Jun 2006 10:10:53 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sat, 24 Jun 2006 10:10:53 +0000
changeset 13926
d2c1522276b3
parent 12838
5c6f36abeee8
child 16244
be35cbf49dfb
permissions
-rw-r--r--

[gaim-migrate @ 16328]
Change the internals of GntTree. The change was required to
accommodate expand/collapsing of the groups.
I have added tooltips for Groups as well, which shows the
online/total count. Do we like it?
I have also added emblems at the beginning of the names of
the buddies to indicate their status. Currently I am using
ASCII-emblems ('o' for available, '.' for away, 'x' for
offline (but I am not showing any offline buddies yet)), but
I plan on using some cool unicode-emblems Sean suggested to me.

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

mercurial