view libpurple/dbus-useful.h @ 17961:e5525819d652

Finish emoticon support. You can now send smileys to yourself, they can be disabled, and compilation produces no smiley-related warnings.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 21 Jul 2007 02:51:43 +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);