view libpurple/dbus-useful.h @ 21167:8adc8f180be8

Updated Indonesian translation. This is the one that Rai S. Regawa sent to the translators mailing list on October 27th committer: Mark Doliner <mark@kingant.net>
author Rai S. Regawa <raireg@yahoo.com>
date Thu, 08 Nov 2007 08:37:39 +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);