view libpurple/dbus-useful.h @ 18258:70747b33f1bd

better reflect the current state of things...if someone feels like doing the gruntwork of turning these into trac tickets, that'd be awesome
author Nathan Walp <nwalp@pidgin.im>
date Sun, 24 Jun 2007 04:51:41 +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);