Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 15573:8eaa1f23443b
merge of '017eca04bf34860761af5c6fe3ff1c1ea28f0fc3'
and '01871e9d112ea919162917990541a5fe9132611d'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 05 Feb 2007 12:13:45 +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);