view libpurple/dbus-useful.h @ 24875:ae5e92bd6b08

merge of '3033bb87676edf402a8cf741cc4b225d71b9649b' and '796422fbd6f4f5a30f7af2721f4f240da8d26d96'
author Mark Doliner <mark@kingant.net>
date Sun, 04 Jan 2009 20:13:06 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#include "conversation.h"

PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id,
				    gboolean (*account_test)(const PurpleAccount *account));

PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol);

PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);