view libgaim/dbus-useful.h @ 14865:61c3edbaf048

[gaim-migrate @ 17634] revert the protocol version, this should avoid all those new yahoo bugs people keep complaining about. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Tue, 31 Oct 2006 03:01:21 +0000
parents 60b1bc8dbf37
children
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);