view libpurple/dbus-useful.h @ 20682:76a39cb5610a

references #3355 for real this time. the previus commit was fixes #3350 committer: Luke Schierer <lschiere@pidgin.im>
author Khaled Hosny <khaledhosny@eglug.org>
date Fri, 28 Sep 2007 18:41:01 +0000
parents 32c366eeeb99
children 98520ee78f12
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);