view libpurple/purple-client.h @ 31525:37c9f6020c35

Stop translating gpointer to int in the dbus API. This has the effect of removing a number of functions from the API, which probably shouldn't have been there in the first place. Fixes #12507. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author opensuse-project@opensuse.org
date Tue, 28 Dec 2010 11:34:19 +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