view libgaim/dbus-useful.h @ 14691:dbcdef1ab5af

[gaim-migrate @ 17443] Fix Coverity CID 279 - Variable "name" tracked as NULL was passed to a function that dereferences it. Groups can't be renamed to NULL anyway. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 07 Oct 2006 17:25:21 +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);