[Bf-python] static or not functions

dunk at dunkfordyce.co.uk dunk at dunkfordyce.co.uk
Wed Jan 7 20:18:49 CET 2004


sometimes i must declare functions like this :

PyObject *Render_ToggleRenderDisplay(PyObject *self);

sometimes they must be 

static PyObject *Render_ToggleRenderDisplay(PyObject *self);

or it complains about incorrect amount of arguments when the function is run python.

can anyone explain that to me or point me at some reference?

cheers,
dunk

------------------------------------------------

http://30bentham.homelinux.org
http://www.dunkfordyce.co.uk



More information about the Bf-python mailing list