view libpurple/dbus-useful.h @ 21329:a04a0d3f9b4f

Add tooltips when hovering over rooms in the roomlist so the full channel topics can be seen more easily. It's mostly copy & paste from gtkblist.c, so could probably be cleaned up as these tips don't need all the complexity of the blist tips.
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 11 Nov 2007 18:08:19 +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);