view libpurple/dbus-useful.h @ 17799:3bc25e19ce1c

wabz pointed out that this string comparision was being done twice. I checked to see if maybe I intended to do something else here, but it looks like it's just left over from one when combined OSCAR_STATUS_ID_ONLINE and OSCAR_STATUS_ID_AVAILABLE MiTN: ----------------------------------------------------------------------
author Mark Doliner <mark@kingant.net>
date Sat, 09 Jun 2007 08:01:17 +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);