view libgaim/dbus-useful.h @ 15028:9e720be7d8b9

[gaim-migrate @ 17811] I wanted to make networkmanager detection of disconnected networks just send keepalives as not to kill the connection if it doesn't have to committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 22 Nov 2006 18:40:11 +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);