view libgaim/dbus-useful.h @ 14349:2816a4a0fcc2

[gaim-migrate @ 17052] Change our invisible character to something a little smaller. I'm changing it from the character used by Ubuntu to the character used by Red Hat/Fedora. The Ubuntu character looks ridiculously huge on my FC5 system. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 26 Aug 2006 20:24:04 +0000
parents 60b1bc8dbf37
children
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);