view libpurple/dbus-useful.h @ 30571:17d5518c5cad

Copy the third hunk from 3c30f64efedafc379b6536852bbb3b6ef5f1f6c9 to trunk Somehow this didn't get propagated in bcae499af351044e047d297b8032fa4dca99c147 So recent official ICQ clients display our HTML tags :-( Refs #11863
author Mark Doliner <mark@kingant.net>
date Mon, 31 May 2010 18:14:40 +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);