view src/dbus-useful.h @ 13146:a3c1112bb190

[gaim-migrate @ 15509] SF Patch #1424827 from Mart Raudsepp (leio) "gtk_tree_view_columns_autosize is a function to autosize a treeviews columns automatically to their optimal width. This was necessary when the buddy list treeview could have a horizontal scrollbar, but now there is none and the widths are fixed, based on the toplevels width." I imagine this is only valid for GTK+ 2.6.0, so rather than removing the aforemeentioned line of code, I'm #if'ing it based on GTK+ version. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 07 Feb 2006 02:22:36 +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);