view libpurple/dbus-useful.h @ 24694:e4b1ba7c351c

Advertise the same typing capability on OSCAR that ICQ 6 does, since we claim to be ICQ 6. This should fix typing notifications in some third-party clients and make us act a bit more like ICQ 6. Fixes #6300. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Jaromír Karmazín <blue.beret@seznam.cz>
date Thu, 11 Dec 2008 08:19:09 +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);