view src/dbus-useful.h @ 11433:0cad723a5a1b

[gaim-migrate @ 13670] from patch #1264246: Comment By: Luke Schierer (lschiere) what name should the copyright assignment go to here? Comment By: Zmitrok (zmitrok) Sony Computer Entertainment America, Inc. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 03 Sep 2005 14:07:47 +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);