view libpurple/dbus-useful.h @ 19598:339c7c8c0e08

If MSIM_CHECK_NEWER_VERSION is defined (off by default), run (incomplete) code to check for a newer official client. Incomplete because libpurple keeps redirecting because MySpace's servers always send Content-Location header.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Tue, 04 Sep 2007 05:01:25 +0000
parents 32c366eeeb99
children 98520ee78f12
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);