Mercurial > pidgin.yaz
annotate doc/gtklog-signals.dox @ 17733:d7b50cac1c7a
This is a patch from Chris Davies to make Bonjour work on Windows using the Apple Bonjour framework. It turns out that the actual DNS-SD library is (3 clause) BSD licensed, so we can use it.
There are a few changes by me, mainly to fix the howl implementation.
Fixes #1117 .
There appear to be a few bugs, but I believe that they were also present previously. I'm hoping to do some more tweaking before the next release.
The howl implementation will eventually be supersceded by a native avahi implementation, so I opted for a somewhat dirty hack to enable it instead of doing something with config.h.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 05 Jun 2007 03:38:22 +0000 |
parents | 8cf53d7a0887 |
children | e0613cf8c493 |
rev | line source |
---|---|
12838 | 1 /** @page gtklog-signals GtkLog Signals |
2 | |
3 @signals | |
4 @signal log-displaying | |
5 @endsignals | |
6 | |
7 <hr> | |
8 | |
9 @signaldef log-displaying | |
10 @signalproto | |
16183
8cf53d7a0887
Update the Doxygen signals documentation to match the new struct names.
Richard Laager <rlaager@wiktel.com>
parents:
12838
diff
changeset
|
11 void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log); |
12838 | 12 @endsignalproto |
13 @signaldesc | |
14 Emitted when a log is being displayed. | |
15 @param viewer The log viewer | |
16 @param log The log being displayed | |
17 @endsignaldef | |
18 | |
19 */ | |
20 // vim: syntax=c tw=75 et |