view libpurple/dbus-useful.h @ 24519:821afc095104

Patch from 'jfd' (whose trac user account no longer exists) to implement a purple-remote command to get the status message. I changed the command to "getstatusmessage" since that made more sense than "getmessage". Fixes #5598.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 30 Nov 2008 18:34:42 +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);