view libpurple/dbus-useful.h @ 28582:36de2b72f82b

Ok, clearly I'm an idiot. I removed the right line but from the wrong block. Now dvpdiner2's crash should really be fixed.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 17 Nov 2009 06:49:12 +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);