libpurple/dbus-useful.h

Tue, 18 Sep 2007 05:18:29 +0000

author
Kevin Stange <kstange@pidgin.im>
date
Tue, 18 Sep 2007 05:18:29 +0000
changeset 20381
d9e1a6fc64fd
parent 15884
4de1981757fc
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
child 32787
7072f190d6ad
permissions
-rw-r--r--

Try to sync up the change log. It would be helpful for people to remember
to update it. :P

#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);




mercurial