view libpurple/dbus-useful.h @ 30010:80933c92c080

Move a debug message. I'm assuming it's supposed to be related to this icq_relay_xstatus thing? The previous version of the code printing this message even if msgtype != 26... that was probably wrong. Also only free rtfmsg if it's non-NULL (we already have a check for that, might as well use it)
author Mark Doliner <mark@kingant.net>
date Thu, 18 Mar 2010 08:05:29 +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);