Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 31833:0656f6063cf2
Check for SlpMsgPart before printing it to the debug log. This would
only occur (and somewhat rarely) when verbose debug is on.
Fixes #13116.
Fixes #13284.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 14 Mar 2011 01:04:08 +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);