]> sigrok.org Git - libsigrokdecode.git/commitdiff
use GVariant for passing decoder options and probes
authorBert Vermeulen <redacted>
Tue, 19 Mar 2013 00:47:53 +0000 (01:47 +0100)
committerBert Vermeulen <redacted>
Tue, 19 Mar 2013 00:58:22 +0000 (01:58 +0100)
Decoder options are now exposed in struct srd_decoder, via a GSList
of the new struct srd_decoder_option. The 'def' field represents
the default value as set in the decoder, converted to GVariant. This
allows a library user to determine the type as well as default value.


No differences found