view src/dbus-useful.h @ 12305:1504d878be54

[gaim-migrate @ 14609] Patch 1370694 from Sadrul to fix more buddy count problems: "If you have the same buddy in more than one group for an account, and that account goes offline, then the buddy-count shows wrong." committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 03 Dec 2005 18:35:37 +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);