Mercurial > pidgin.yaz
annotate plugins/crazychat/test.h @ 12654:ccd0fa854471
[gaim-migrate @ 14997]
sf bug #1388007, "buddy is typing even after he signed off"
If a remote buddy signs off while they were typing you a message, give
the conversation API the "typing-stopped" signal. This got lost in
the status changes.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 25 Dec 2005 05:34:43 +0000 |
parents | fc464a0abccc |
children |
rev | line source |
---|---|
11218 | 1 class Test { |
2 public: | |
12323
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
3 Test(void); |
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
4 ~Test(void); |
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
5 void runTest(void); |
11218 | 6 private: |
7 asdfint fake; | |
12323
fc464a0abccc
[gaim-migrate @ 14627]
Richard Laager <rlaager@wiktel.com>
parents:
11218
diff
changeset
|
8 }; |