annotate doc/gtklog-signals.dox @ 14300:b8697618399a
[gaim-migrate @ 16990]
oops, that was stupid. I blame the juicey goodness.
Now that we actually properly set the protocol, it seems to work.
I can send and receive messages back and forth between gaim on yahoo and windows live messenger.
Messages I send seem to end up with </font>'s in them.
Status updates also seem to work to some degree
committer: Tailor Script <tailor@pidgin.im>
author |
Tim Ringenbach <marv@pidgin.im> |
date |
Wed, 23 Aug 2006 02:21:00 +0000 |
parents |
cb36bc2db7c5 |
children |
8cf53d7a0887 |
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
|
|
11 void (*log_displaying)(GaimGtkLogViewer *viewer, GaimLog *log);
|
|
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
|