view src/dbus-useful.h @ 11245:5c15a709835f

[gaim-migrate @ 13413] Remove the "don't prompt me anymore" checkbox on the "warning, you have unread messages, are you sure you want to continue?" dialog. I don't think the checkbox is a good idea because 1. There's no good/easy way to revert the preference 2. Lots of people will probably uncheck the preference out of habit/because it annoyed them once, but this warning is a REALLY good idea committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 13 Aug 2005 00:33:48 +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);