view libpurple/dbus-useful.h @ 22512:eee94c5446a9

If the default value of a list-single or list-multi data forms field is NULL (<value/> or <value></value>) don't stick NULL in the selected list (this will crash in the g_list_find_custom call later).
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 20 Mar 2008 02:59:50 +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);