view libpurple/dbus-useful.h @ 32446:aeaf9eebd5ec

If we handle a navigation request, then we should tell WebKit to ignore it.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 04 Jan 2012 02:49:34 +0000
parents 98520ee78f12
children
line wrap: on
line source

#include "conversation.h"

G_BEGIN_DECLS

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);

G_END_DECLS