view libpurple/gaim-client.h @ 15583:d91aed154695

Work around gdk-pixbuf brokenness when dealing with unrecognized parameters. Also, improve the error handling so we don't get a confusing error message.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 08 Feb 2007 03:33:44 +0000
parents 5fe8042783c1
children
line wrap: on
line source

#ifndef _GAIM_CLIENT_H_INCLUDED_
#define _GAIM_CLIENT_H_INCLUDED_

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

G_BEGIN_DECLS

void gaim_init(void);

G_END_DECLS

#endif