Add FileLockEntry to doc table
This commit is contained in:
parent
6ec2b02792
commit
49184c10a3
1 changed files with 7 additions and 6 deletions
|
@ -14,11 +14,12 @@ from the filesystem.
|
||||||
The types in @tbl:libstore:types are exported by the library.
|
The types in @tbl:libstore:types are exported by the library.
|
||||||
|
|
||||||
| Type | Meaning |
|
| Type | Meaning |
|
||||||
| :----------- | :----------------------------------------------- |
|
| :------------ | :----------------------------------------------- |
|
||||||
| Entry | Entity on the Filesystem, File |
|
| Entry | Entity on the Filesystem, File |
|
||||||
| EntryContent | User-Content of the Entry |
|
| EntryContent | User-Content of the Entry |
|
||||||
| EntryHeader | Header of the Entry |
|
| EntryHeader | Header of the Entry |
|
||||||
| Store | Store interface |
|
| Store | Store interface |
|
||||||
|
| FileLockEntry | Handle to an Entry |
|
||||||
|
|
||||||
Table: Types the store library exports {#tbl:libstore:types}
|
Table: Types the store library exports {#tbl:libstore:types}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue