view libpurple/purple-client.h @ 23422:0c66344d0ed5

Give findaccount an option 'matcher' callback parameter, to match arbitrary account properties. In passing, fix bringing offline accounts online: there's no such method as PurpleAccountSetStatusVargs.
author Will Thompson <will.thompson@collabora.co.uk>
date Thu, 03 Jul 2008 17:19:46 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif