view libpurple/dbus-useful.h @ 29192:4066bd054421

Fix -uninstalled pc files for out-of-tree builds. ${pcfiledir} expands to the directory that the .pc file is in. This isn't right for out-of-tree builds: we want to add the source directory to the include path. In the case of libpurple, we need both because some of the headers are generated.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 20 Dec 2009 17:13:47 +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);