view libpurple/dbus-useful.h @ 27529:6a4cab3959b7

Fix building individual plugins on OS X. Closes #3156. Building on OS X creates both a libtmpjoinpart.so.so and libtmpjoinpart.so.so.dSYM/ (the latter being a directory). Thus this wildcard didn't work (and the directory wasn't cleaned up).
author Paul Aurich <paul@darkrain42.org>
date Mon, 13 Jul 2009 17:01:52 +0000
parents 32c366eeeb99
children 98520ee78f12
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);