view libpurple/dbus-useful.h @ 21043:6b9e304272e4

merge of '02ceb2c6297e1fffb5870c6755ddc0ae3a864eee' and '4561f543b579b6485a54303645c94851c3da527d'
author Ethan Blanton <elb@pidgin.im>
date Mon, 29 Oct 2007 00:09:18 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#include "conversation.h"

PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id,
				    gboolean (*account_test)(const PurpleAccount *account));

PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol);

PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);