view libpurple/dbus-useful.h @ 16501:e40d216f1368

merge of '723918ad23d423582cf7442116a810b6a2eb16d4' and '74b5097c85b1bba90e2508d4d5a477306a49704e'
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 27 Apr 2007 04:04:31 +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);