libgaim/dbus-useful.h

changeset 14254
77edc7a6191a
parent 14253
b63ebf84c42b
child 20470
77693555855f
equal deleted inserted replaced
14253:b63ebf84c42b 14254:77edc7a6191a
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

mercurial