view libpurple/dbus-useful.h @ 32506:9f26efb70c67

xnyhps noticed that 'purple_proxy_connect_socks5' is passing the handle to the account param of 'purple_proxy_connect_socks5_account' Fixes #14890
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 23 Jan 2012 16:22:33 +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);