Mercurial > pidgin
view libgaim/dbus-useful.h @ 14458:cdc4ef325a23
[gaim-migrate @ 17172]
SF Patch #1547447 from Anders Kaseorg
Fixes SF Bug #1547383
"This patch fixes bug 1547383 (Zephyr does not correctly
escape @ character), and also makes both zephyr_to_html
and html_to_zephyr much more correct and robust"
For the record, I have no way of testing this, so I'm following the patches-to-Zephyr-that-compile-are-good approach.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 06 Sep 2006 00:46:00 +0000 |
parents | 60b1bc8dbf37 |
children |
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);