view libpurple/dbus-useful.h @ 15840:c4f348500fa7

(14:19:21) Geddeth: lschiere: in the recent translation update, kn.po is an HTML document (14:19:36) Geddeth: I think it came from here: http://dev.sampada.net/browser/translation/trunk/gaim/kn.po (14:19:46) Geddeth: FYI
author Luke Schierer <lschiere@pidgin.im>
date Mon, 19 Mar 2007 18:26:14 +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);