view libgaim/dbus-useful.h @ 14685:972ff6ca923f

[gaim-migrate @ 17437] Fix Coverity CIDs 141 & 142 - the return value of gtk_tree_selection_get_selected() should be checked to ensure something is selected. I also sensitized/desensitized the buttons as appropriate, which probably renders the return checking redundant, but I'm playing safe. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 07 Oct 2006 17:01:58 +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);