view src/dbus-useful.h @ 11807:1f70f265cf27

[gaim-migrate @ 14098] These files don't seem to be using these includes. What's the deal with the leaked bonobo objects when using the evolution plugin? I've also had some crashes caused by the evo plugin that I think are slightly related. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 25 Oct 2005 04:24:26 +0000
parents 1c5398ccbeb0
children 8bda65b88e49
line wrap: on
line source

#include "conversation.h"

GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id, 
				    gboolean (*account_test)(const GaimAccount *account));

GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol);

GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);