view libpurple/dbus-useful.h @ 21040:cb086fef7ca1

Consider buddy list obscured if it is partially obscured in addition to fully obscured. This will cause a partially obscured buddy list to get raised when clicking on the docklet rather than hiding it. Fixes #2740.
author Casey Harkins <charkins@pidgin.im>
date Sun, 28 Oct 2007 17:53:14 +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);