view src/dbus-useful.h @ 11631:0c90ef51ad66

[gaim-migrate @ 13907] Some people use really slow computers. Some people use fairly slow computers and gdb. Some people use faster computers with lots of other things going on. Idiots like me use valgrind. Give the docklet some time, it needs it. Good things come to those who wait. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 09 Oct 2005 23:20:42 +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);