Mercurial > pidgin
view doc/gtklog-signals.dox @ 13478:38dcde2c8c4b
[gaim-migrate @ 15854]
Make the type-ahead search in the buddy list only match on the beginning of words.
Fixes SF Bug Report #1442845
Major thanks to behdad from #gtk+ on irc.gnome.org for help walking me through the Pango code.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 09 Mar 2006 06:26:16 +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