aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/python.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-27 21:40:45 +0100
committercbdev <cb@cbcdn.com>2020-03-27 21:40:45 +0100
commit253125ea28925e5207c375987ac36468327bed66 (patch)
treed06da472ac041e2f0d85a1a98815a60d372285c2 /backends/python.h
parent2a079f72483aa853d68430883b2281f436512c6b (diff)
downloadmidimonster-253125ea28925e5207c375987ac36468327bed66.tar.gz
midimonster-253125ea28925e5207c375987ac36468327bed66.tar.bz2
midimonster-253125ea28925e5207c375987ac36468327bed66.zip
Implement python cleanup handlers
Diffstat (limited to 'backends/python.h')
-rw-r--r--backends/python.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/python.h b/backends/python.h
index 020aeac..539389b 100644
--- a/backends/python.h
+++ b/backends/python.h
@@ -45,4 +45,5 @@ typedef struct /*_python_instance_data*/ {
char* default_handler;
PyObject* handler;
+ PyObject* cleanup_handler;
} python_instance_data;