view libpurple/dbus-useful.h @ 32142:6b443ffa2f8b

applied changes from 1d2a25ce8baec7e426910e310ed73db0a4961c31 through 341e86eb5b808e0eab3242d7be676f83eca02b08 Original commit message: Oh yeah, we're trying not to update ChangeLog.win32. Changing our release process to not verify the date in that file
author Mark Doliner <mark@kingant.net>
date Mon, 20 Jun 2011 05:29:11 +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);