view src/dbus-useful.h @ 12673:de93d4988ad4

[gaim-migrate @ 15016] gaim_imhtml_link.patch from SF Patch #1237965 from Sadrul "This patch fixes bug #1237289. It simply makes sure new text in an empty text-buffer doesn't get hyperlinked." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 29 Dec 2005 15:55:30 +0000
parents 1c5398ccbeb0
children 8bda65b88e49
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);