Mercurial > pidgin
view libpurple/purple-client.h @ 29547:7be0dbc00168
Add purple_marshal_POINTER__POINTER(), which sadrul says should be used for the
patch attached to #4598. Refs #4598.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 07 Mar 2010 01:27:02 +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