X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Faction.h;h=22637a95e60a62b8134522f759e85026229861fa;hb=879d0eec420fe0fd5ddcd56c8fe62b82a6744edd;hp=e77dfac45e89f5c6d9e096988557f3ba1b08510d;hpb=49062bcde61a1622b6e5605097beff11916cd07e;p=swftools.git diff --git a/lib/python/action.h b/lib/python/action.h index e77dfac..22637a9 100644 --- a/lib/python/action.h +++ b/lib/python/action.h @@ -1,4 +1,4 @@ -/* action.c +/* action.h Python wrapper for librfxswf- actionscript stuff (header) @@ -23,16 +23,13 @@ #ifndef __action_h__ #define __action_h__ -#include "../rfxswf.h" -#undef HAVE_STAT #include +#undef HAVE_STAT +#include "../rfxswf.h" extern PyTypeObject ActionClass; - -typedef struct { - PyObject_HEAD - ActionTAG*action; -} ActionObject; - PyObject* f_Action(PyObject* self, PyObject* args, PyObject* kwargs); +ActionTAG* action_getAction(PyObject* self); + +PyMethodDef* action_getMethods(); #endif