diff options
Diffstat (limited to 'objects/pyscript-object.h')
-rw-r--r-- | objects/pyscript-object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/objects/pyscript-object.h b/objects/pyscript-object.h index 260c6da..ee32d8c 100644 --- a/objects/pyscript-object.h +++ b/objects/pyscript-object.h @@ -3,6 +3,7 @@ #include <Python.h> #include <glib.h> +//FIXME: add list of registered dynamic signal names typedef struct { PyObject_HEAD PyObject *module; /* module object */ |