view utils.h @ 13:ca17531e8c81

Added an object class.
author Atul Varma <varmaa@toolness.com>
date Sun, 28 Jun 2009 18:19:14 -0700
parents 551ba05fe6ad
children abede8af8cf5
line wrap: on
line source

#ifndef PYM_UTILS_H
#define PYM_UTILS_H

#include <jsapi.h>
#include <Python/Python.h>

extern PyObject *PYM_error;

extern PyObject *
PYM_jsvalToPyObject(jsval value);

#endif