view libgaim/dbus-useful.h @ 15008:a259abeeee27

[gaim-migrate @ 17788] This patch causes jabber to use DNS SRV lookups when registering jabber accounts. Thanks to George-Cristian B«Ārzan for this. From Debian Bug #399230. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 20 Nov 2006 03:57:47 +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);