view libpurple/dbus-useful.h @ 23654:46da06b6b4ce

Disable sending files to MSN contacts using the web messenger. Not sure whether Mobile/Direct should be disabled, too?
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 24 Jul 2008 04:15:13 +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);