Mercurial > pidgin
view libpurple/dbus-useful.h @ 26740:5f8cdb5225df
merge of '150aa7010128787a82ee3eb64eec7907e08235cc'
and '4639365ab1f20089553d2f1c4de4ce3c68e46d84'
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 28 Apr 2009 21:08:21 +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);