annotate libgaim/dbus-useful.h @ 14437:13422c8f74a2
[gaim-migrate @ 17151]
A patch from John Bailey to get gntgaim compiling for him, although we're both running debian and it worked fine here... Well whatever, doesn't hurt my build ;)
committer: Tailor Script <tailor@pidgin.im>
author |
Gary Kramlich <grim@reaperworld.com> |
date |
Mon, 04 Sep 2006 03:58:23 +0000 |
parents |
60b1bc8dbf37 |
children |
|
rev |
line source |
14192
|
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
|