view src/dbus-useful.h @ 12348:4f7797a3024b

[gaim-migrate @ 14652] 00:53:29 <Bleeter> oh yeah, we've lost the accellerator on the 'add/edit' menu item anyway 00:53:42 <deryni> We can get that back. And now we have. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 05 Dec 2005 06:07:14 +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);