]> sigrok.org Git - libsigrokdecode.git/blobdiff - sigrokdecode.h
Partial implementation of the streaming PD API.
[libsigrokdecode.git] / sigrokdecode.h
index b941c9f555f2ceb2fcd1c915f2d9a8cdaa640428..c455acfc56c7bd00d67760909963895ddf5b7a3a 100644 (file)
@@ -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);