view libpurple/dbus-useful.h @ 30825:a4f579485ce6

encoding can be NULL in encoding_extract(); this is not an error and shouldn't be written to the log.
author ivan.komarov@soc.pidgin.im
date Wed, 28 Jul 2010 23:13:25 +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);