view libpurple/dbus-useful.h @ 22716:5433b59bdfc3

Remove code that tried to show the buddylist from the core (but didn't work in pidgin). I think 006a7eef is a better way of doing it.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 25 Apr 2008 20:35:32 +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);