view libpurple/dbus-useful.h @ 15695:79808b1a237f

merge of 'e57f2c0fb5b3a764c079b6991a8e68e23230b016' and 'fe52ccdd53046a7cef83ae2919b4f98960d8b416'
author Sean Egan <seanegan@gmail.com>
date Sun, 25 Feb 2007 01:09:40 +0000
parents 5fe8042783c1
children 32c366eeeb99
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);