view libpurple/dbus-useful.h @ 31129:b27d2e8f137e

Default to FALSE the endpoints you want to sing out from this menu. It makes sense because you may want to just change the endpoint name.
author masca@cpw.pidgin.im
date Thu, 04 Feb 2010 20:57:01 +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);