view libpurple/dbus-useful.h @ 16368:d13f39e18160

There's no need to recalculate the home_dir on every call to purple_user_dir() when we are already storing it in a variable anyway.
author Richard Laager <rlaager@wiktel.com>
date Mon, 23 Apr 2007 17:06:43 +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);