view libpurple/dbus-useful.h @ 22981:410f1bf7f734

I have no idea why this only started being an issue now, but as I was checking to see if I could build the RPMs, dbus started complaining that DBUS_API_SUBJECT_TO_CHANGE was not defined. Hopefully this fix will make that unlikely to be a problem ever again.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 16 May 2008 21:01:24 +0000
parents 32c366eeeb99
children 98520ee78f12
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);