Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 25888:14abfec55b1d
Darnit, one more MSN fix:
Also check whether the ADL/FQY count is zero when we've received an error
FQY, since the ADL OK will never happen if that was the last result.
applied changes from 3bb16ff558e43f80f9044fd6d1ab7d66adaad761
through 233c28248ecd717704ccb1932748bdf97b679cf1
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 04 May 2009 00:03:20 +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);