view libpurple/dbus-useful.h @ 23691:c31dfae66134

Hopefully fix the XMPP contact flipping/swapping between groups bug described at http://trac.adiumx.com/ticket/8834 and http://pidgin.im/pipermail/devel/2008-June/006191.html See the comment I added at the top of roster.c for details.
author Mark Doliner <mark@kingant.net>
date Tue, 05 Aug 2008 23:22:36 +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);