view libpurple/dbus-useful.h @ 31068:f48808788b53

Allow the use of the numeric keypad's Page Up and Page Down keys in the conversation window. Fixes #13127. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author rflegel@gmail.com
date Tue, 28 Dec 2010 01:17:25 +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);