Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 611 Bytes

TODO.md

File metadata and controls

23 lines (23 loc) · 611 Bytes

ToDo

  • return value or throw exception for set_gsetting ?
  • function validation
  • dconf range/bound checking
    • very strange behaviour
    • still sets a value but not the righ one
  • setup tests
    • test all API calls
    • implement better error handling
      • ensure that (meaningful) errors are throughn
      • ISSUE some Glib critical error don't through
      • ISSUE some faulty input can cause a crash that does not through an error
    • test API calls for wrong/faulty input
    • test write non-writable value
    • test data types read and write
      • i
      • u
      • d
      • s
      • as
      • a(ss)
  • universal variant type parser