What is Wizbit

Wizbit is a way to store and organise your data which remembers every change you make, synchronises without worry, and is browsable in terms of how you think about the data you're looking for.

Wizbit's core features

  • Synchronise your data across many devices safely and transparently
  • Organise your data with a semantic filesystem
  • Backup every change you make

Wis.Blob

Dumped from vala


MappedFile read() throws GLib.FileError
Blob(BlobStore store)
Blob.from_uuid(BlobStore store, string uuid)
void set_contents(void *bufptr, long size)
void set_contents_from_file(string path) throws GLib.FileError
void serialize(out void *bufptr, out long size)
void write() throws GLib.FileError