Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 20890:086b6e3e5015
merge of 'b7ee9ed3d96546482462baf63c4127858553c275'
and 'fa0e512d79dfe479bc36c2436089b51854ef3eb5'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 12 Oct 2007 03:49: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);