libbtrfsutil: add API summary

Add section with brief description of all API functions so it's clear
what's there and what's missing.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2021-05-14 17:14:34 +02:00
parent 96d77fcefd
commit 60541cf29e

View File

@ -483,3 +483,24 @@ everywhere. The following checklist should help to make sure nothing is missing:
* `python/module.c` add binding description entry for the new functions
* `python/tests/test_*.py` write test for the new functionality
* `README.md` add documentation for the new functions
### API summary
* filesystem
* sync
* wait for sync
* subvolume
* create
* delete
* is subvolume
* get containing subvolume id
* get path of id
* get info
* set/get default
* set/get read-only flag
* list (live and deleted)
* qgroups
* create
* inherit
* add relation
* destroy