view src/dbus-useful.h @ 11867:ff02464a079f

[gaim-migrate @ 14158] SF Patch #1339095 from sadrul "This patch resizes images in GtkIMHtml that had previously been resized to a smaller size." This fixes the image resizing bug I had with maximizing Get Info windows. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 27 Oct 2005 21:36:19 +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);