view src/dbus-useful.h @ 12669:879f90dbd21f

[gaim-migrate @ 15012] SF Patch #1392411 from Sadrul "I started using Gaim or IRC, and it seems it uses &quot;, &amp; for characters like ", & in the away message. This patch strips html-stuff from an away message for IRC before setting it. This makes the said characters appear correctly in /whois." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 29 Dec 2005 01:30:08 +0000
parents 1c5398ccbeb0
children 8bda65b88e49
line wrap: on
line source

#include "conversation.h"

GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id, 
				    gboolean (*account_test)(const GaimAccount *account));

GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol);

GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);