view libpurple/dbus-useful.h @ 29283:4d7499dc540d

Patch from Gabriel Schulhof to correctly disable all missing dependencies if --disable-missing-dependencies is passed to configure. In some cases, this would only result in incorrect output from configure (yes, instead of no), but I think a few cases would probably not compile. Fixes #10623. committer: Elliott Sales de Andrade <qulogic@pidgin.im>
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 17 Jan 2010 00:59:14 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#include "conversation.h"

PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id,
				    gboolean (*account_test)(const PurpleAccount *account));

PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol);

PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);