view libpurple/dbus-useful.h @ 23293:5e6392e93ce9

Don't send an auto-response when you're away and you IM someone and they respond. I thought we used to do this? Did we change it intentionally or something? This logic makes sense to me.
author Mark Doliner <mark@kingant.net>
date Thu, 05 Jun 2008 23:55:01 +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);