Mercurial > pidgin
view libpurple/dbus-useful.h @ 15768:c7a7ea7c07a8
merge of '12db4a9e09675b5127f1f310972303177d1b2ca8'
and 'ad7432a7ea65bcc312ac4541c0cfe777630248f9'
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sun, 04 Mar 2007 16:52:02 +0000 |
parents | 5fe8042783c1 |
children | 32c366eeeb99 |
line wrap: on
line source
#include "conversation.h" GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id, gboolean (*account_test)(const GaimAccount *account)); GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol); GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);