view libpurple/dbus-useful.h @ 22328:5fd8b4b4c6bd

I'm going to pretend this solves all my problems, except I can't see how these would ever be called with a NULL account and my logs show no sign that they are either. However, I haven't crashed since I made this change. References #4814
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 26 Feb 2008 14:02:06 +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);