annotate src/dbus-useful.h @ 11684:c1906dc6257c
[gaim-migrate @ 13970]
"This patch fixes the tab-color change prob (hopefully
this is the last one in the series). Bleeter also
thinks I have nailed it this time." -- Sadrul Habib Chowdhury
This also seems to fix a case of it I was having this morning.
committer: Tailor Script <tailor@pidgin.im>
| author |
Luke Schierer <lschiere@pidgin.im> |
| date |
Mon, 17 Oct 2005 16:42:10 +0000 |
| parents |
1c5398ccbeb0 |
| children |
8bda65b88e49 |
| rev |
line source |
|
11146
|
1 #include "conversation.h"
|
|
|
2
|
|
|
3 GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id,
|
|
|
4 gboolean (*account_test)(const GaimAccount *account));
|
|
|
5
|
|
|
6 GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol);
|
|
|
7
|
|
|
8 GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);
|
|
|
9
|
|
|
10
|
|
|
11
|
|
|
12
|
|
|
13
|