view libpurple/dbus-useful.h @ 16222:520637b2a592

Apparently this breaks some wm's badly. If it's useful on Windows, Daniel should feel free to re-add it with ifdefs
author Sean Egan <seanegan@gmail.com>
date Tue, 17 Apr 2007 15:30:16 +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);