]> sigrok.org Git - libsigrokdecode.git/blobdiff - libsigrokdecode.h
Change PD options to be a tuple of dictionaries.
[libsigrokdecode.git] / libsigrokdecode.h
index fdf60526657c21bb280f6c5236f90944669942fa..f07e1ee32da91542e506ec2b9ef3c81e234e4161 100644 (file)
@@ -209,6 +209,7 @@ struct srd_decoder_option {
        char *id;
        char *desc;
        GVariant *def;
+    GSList *values;
 };
 
 struct srd_decoder_annotation_row {