doc/savedstatus-signals.dox

Sat, 26 Aug 2006 06:25:49 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sat, 26 Aug 2006 06:25:49 +0000
changeset 14400
953baf2eba1a
parent 13388
56132ad4179e
child 16244
be35cbf49dfb
permissions
-rw-r--r--

[gaim-migrate @ 17035]
Fixes SF Bug # 1373116 (and related Debian Bug #341607)

Fix the Find functionality in the log viewer. It now properly scrolls to the first occurrence of the search term. Also, clicking the Find button will now jump to the next occurrence of the search term, including wrapping around to the top.

Possible Badness:
This changes the behavior of all IMHTML searches. Previously, if you kept calling gtk_imhtml_search_find(), it'd clear the highlighting when you went past the last occurrence of the search term. This seems wrong. I believe it should either stop or wrap around to the top. Wrapping around seemed most useful to me, so that's what I implemented.

This was inspired by SF Patch #1545488 by Mark Schneider

/** @page savedstatus-signals Saved Status Signals

 @signals
  @signal savedstatus-changed
 @endsignals

 <hr>

 @signaldef savedstatus-changed
  @signalproto
void (*savedstatus_changed)(GaimSavedStatus *new, GaimSavedStatus *old);
  @endsignalproto
  @signaldesc
   Emitted when a new saved status is activated.
 @endsignaldef

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

mercurial