view libpurple/purple-client.h @ 21389:b7a004e65702

Fix the return type of pidgin_make_mini_dialog() to be GtkWidget * rather than void *.
author Will Thompson <will.thompson@collabora.co.uk>
date Fri, 02 Nov 2007 14:48:06 +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