view libpurple/dbus-useful.h @ 17757:4e4007a7d92e

don't #include <libebook/e-book-listener.h>, it is apparently an implementation detail and not part of the libebook API, so we should not be including it (and it is not installed in recent e-d-s)
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 06 Jun 2007 19:28: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);