view libpurple/dbus-useful.h @ 28881:95adf9fe2fe2

xmlCleanupParser() should not be called like it was being http://0pointer.de/blog/projects/beware-of-xmlCleanupParser.html http://git.gnome.org/browse/libxml2/tree/parser.c#n14002 I just removed calls to it, as I suspect it probably shouldn't be called from a library like libgnt anyway.
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 13 Jan 2010 14:00:29 +0000
parents 32c366eeeb99
children 98520ee78f12
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);