Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 20898:70082d0db571
Pay attention to the return value of fread. I don't think not doing this
would cause any problems. But try telling that to the compiler!
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Fri, 12 Oct 2007 12:06:35 +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);