libpurple/dbus-useful.h

Tue, 18 Sep 2007 20:30:25 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Tue, 18 Sep 2007 20:30:25 +0000
changeset 20384
632684df1936
parent 15884
4de1981757fc
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
child 32787
7072f190d6ad
permissions
-rw-r--r--

Convert buddy notes to plain text before displaying in the tooltip to
avoid invalid pango markup preventing the display of the entire tooltip
text. Fixes #2657

#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);




mercurial