view libpurple/dbus-useful.h @ 31525:37c9f6020c35

Stop translating gpointer to int in the dbus API. This has the effect of removing a number of functions from the API, which probably shouldn't have been there in the first place. Fixes #12507. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author opensuse-project@opensuse.org
date Tue, 28 Dec 2010 11:34:19 +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);