comparison libpurple/dbus-useful.h @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children 32c366eeeb99
comparison
equal deleted inserted replaced
15373:f79e0f4df793 15374:5fe8042783c1
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