view libpurple/dbus-useful.h @ 18745:221461ade6c9

These are new in Glib 2.8: G_PARAM_STATIC_NAME, G_PARAM_STATIC_NICK & G_PARAM_STATIC_BLURB I'm not sure if this fix is 100% correct for glib < 2.8 but it compiles!
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 30 Jul 2007 12:20:15 +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);