Mercurial > pidgin
view libpurple/dbus-useful.h @ 28551:c967e6d63da9
I forgot to set the border on the proxy tab. This looks much better now.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Wed, 11 Nov 2009 16:16:45 +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);