view src/dbus-useful.h @ 11459:b8f6f1fd30c0

[gaim-migrate @ 13698] I'm committing this so it doesn't get lost in a tragic hard drive accident or something. It's nowhere near finished. The code is pretty bad and I haven't touched it (except for API updates) in probably six or seven months. It was some of the first code I ever wrote for Gaim, so no making fun of me. If you have a desire to work on it, be my guest. :) committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 06 Sep 2005 04:42:27 +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);