view libpurple/dbus-useful.h @ 28843:dd5026ca598a

When restricting a buddy on both the Allow and Block lists to just one list, directly change the internal structure instead of attempting to ask the server to remove the buddy from the Block list. Obviously, we haven't yet sent the server our list, so it won't be able to remove anyone from it. (Also) Fixes #10613.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 30 Oct 2009 06:46:11 +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);