view src/dbus-useful.h @ 12448:4266abdccb97

[gaim-migrate @ 14755] This should make win32 builds say perl is enabled in the about window. Maybe someone who knows more about how perl is enabled/disabled based on the existence of perl during install on win32 can make this more accurate? committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 10 Dec 2005 13:49:05 +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);