]> sigrok.org Git - libsigrok.git/commit - src/output/bits.c
output: Move option checks to the wrapper.
authorBert Vermeulen <redacted>
Sat, 2 Aug 2014 23:16:03 +0000 (01:16 +0200)
committerBert Vermeulen <redacted>
Sat, 2 Aug 2014 23:16:03 +0000 (01:16 +0200)
commitdcc55fe91aadf4396ce4a3b5db2898da39e1a6be
tree4a47d2f4d7af80fbeda3dcd1b145a7bbc0b50cb4
parent950043c30ecd2a0d1d15a14f0d07f29b06157fc6
output: Move option checks to the wrapper.

Output modules are now guaranteed:
  - Every option is always given, with the default value if not supplied
    by the user, and is the right GVariantType.
  - No invalid options are ever passed.
src/output/ascii.c
src/output/bits.c
src/output/hex.c
src/output/output.c
src/output/wav.c