view libpurple/dbus-useful.h @ 22263:99c6ed4c9cbe

Get rid of some privacy checking code from zephyr that is done in serv_got_im() in the core, and implement a normalize prpl callback for zephyr. I have no way to test this, so hopefully it doesn't break anything.
author Mark Doliner <mark@kingant.net>
date Sun, 03 Feb 2008 21:23:48 +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);