X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=sigrokdecode.h;h=c455acfc56c7bd00d67760909963895ddf5b7a3a;hp=b941c9f555f2ceb2fcd1c915f2d9a8cdaa640428;hb=9d29ffadbe10efe400b1ced74636b8ee203f1e48;hpb=775dda7af58ad9a6bb45ef05634bed59497bb305 diff --git a/sigrokdecode.h b/sigrokdecode.h index b941c9f..c455acf 100644 --- a/sigrokdecode.h +++ b/sigrokdecode.h @@ -91,8 +91,8 @@ struct srd_decoder { /** TODO */ PyObject *py_mod; - /** TODO */ - PyObject *py_func; + /** Python function that performs the decoding */ + PyObject *py_decodefunc; }; int srd_init(void);