Mercurial > pidgin
view libpurple/dbus-useful.h @ 23020:56c9176d21e4
applied changes from 6d5fbc31cdd30fde1120b4a0a58f42c439dd2905
through aee44829b7e711fdac9a1848e4918effdb78195d
applied changes from aee44829b7e711fdac9a1848e4918effdb78195d
through 3000ba9c654a856b833192838f3a789b6d0bbf92
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 19 Jun 2008 03:06:03 +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);