view libpurple/dbus-useful.h @ 15789:d94d3d0f1149

merge of '1e5814c18dbd7349240ceeec8f3d25583e42a7bd' and '8fd51b26e00adf83c2b8a53c556b308efa1c6c51'
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 13 Mar 2007 10:28:03 +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);