Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 32662:c6da05c40daa
Mention webkit functions here. We may want to list everything
here, but for now I just added a single line. I imagine the
list will change between now and the time we release
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 21 Sep 2011 07:43:16 +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);