Mercurial > pidgin.yaz
view doc/gtklog-signals.dox @ 14776:a87c53e7b1e2
[gaim-migrate @ 17540]
Various fixes for wingaim network manager stuff.
When unable to look up network connections, assume that there is one.
Fix error handling.
Remove note about using WSANSPIoctl directly - it isn't supported on w2k anyway.
Fix compile warning
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 19 Oct 2006 01:56:40 +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