view libpurple/dbus-useful.h @ 16033:3394bff99628

(16:24:59) Mirv: LSchiere2: mm, about the fi.po you just downloaded, could you s/Gaim/Pidgin/ the ones in the comments and Project-Id-Version? This seems reasonable to me.
author Luke Schierer <lschiere@pidgin.im>
date Mon, 09 Apr 2007 20:26:10 +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);