X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=sigrokdecode.h;h=9f7925282fd7a92f4e3e0dc80a8b8735ca4ef2d4;hp=fde9208a5f27120f848a22b947f2b90aa095d95f;hb=6eb875784c96db52e962f40df24035c31c5be738;hpb=052f32eee3b5e2f850f529c003bc90ef0bb88cc9 diff --git a/sigrokdecode.h b/sigrokdecode.h index fde9208..9f79252 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -91,7 +91,8 @@ struct srd_decoder { /** TODO */ PyObject *py_mod; - /** Python function that performs the decoding */ + /** Python object that performs the decoding */ + PyObject *py_decobj; PyObject *py_instance; };