view libpurple/purple-client.h @ 28815:f56b7177553d

Oops, the GtkListStore's for the themes have a lifetime that extends over the prefs dialog, so they shouldn't be NULL'd when it closes.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 23 Dec 2009 02:21:52 +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