Mercurial > pidgin
view src/dbus-useful.h @ 11495:d5e4a3af7934
[gaim-migrate @ 13739]
Fix up ICQ status stuff a bit. Invisible was being treated incorrectly, it
looks like a strcmp was misread as !strcmp in the conversion from the
oldstatus way of doing things which inverted the logic a little.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 10 Sep 2005 20:43:25 +0000 (2005-09-10) |
parents | 1c5398ccbeb0 |
children | 8bda65b88e49 |
line wrap: on
line source
#include "conversation.h" GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id, gboolean (*account_test)(const GaimAccount *account)); GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol); GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);