view libgaim/dbus-useful.h @ 14332:af0d0e23b937

[gaim-migrate @ 17028] A user can already manipulate the tabs of a GTK conversation without focus with the mouse wheel, and can scroll up and down and read a conversation without focus. With these lines removed, the user can now also change a conversation from "read" to "unread" despite not having focused the window, merely with his mouse. committer: Tailor Script <tailor@pidgin.im>
author Aaron Sheldon <aaronsheldon>
date Fri, 25 Aug 2006 07:02:17 +0000
parents 60b1bc8dbf37
children
line wrap: on
line source

#include "conversation.h"

GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id,
				    gboolean (*account_test)(const GaimAccount *account));

GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol);

GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);