view libpurple/dbus-useful.h @ 18686:b70664a62de8

Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
author Andreas Monitzer <pidgin@monitzer.com>
date Thu, 12 Jul 2007 02:20:55 +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);