view libpurple/dbus-useful.h @ 19755:cd067497cbe0

Fix the bug reported to the devel mailing list by Georgi Kirilov. The bug is that, when displaying the results of a form-based user search in XMPP, the server had to sent down the contents of each item in the same order as the columns. We now no longer make that assumption and instead make sure that the value we add to each row is in the correct spot in the column.
author Mark Doliner <mark@kingant.net>
date Wed, 12 Sep 2007 07:13:57 +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);