view libpurple/dbus-useful.h @ 21931:fa57a93219bf

Reset the 'editable' flag of the renderer after cancelling the edit. Fixes #4471.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 24 Dec 2007 01:28:24 +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);