view libpurple/dbus-useful.h @ 25139:533ee13e14cd

Bengali and Norwegian Bokml translations updated. Fixes #8118, #8172. These translations are a bit older as they just missed the deadline for 2.5.4. Hopefully by including them now it will make the translators' jobs easier this time around.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 22 Feb 2009 21:39:34 +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);