OSTree.DiffDirsOptions¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
devino_to_csum_cache |
r/w |
||
owner_gid |
r/w |
||
owner_uid |
r/w |
||
unused_bools |
[ |
r/w |
|
unused_ints |
[ |
r/w |
|
unused_ptrs |
[ |
r/w |
Methods¶
None
Details¶
- class OSTree.DiffDirsOptions¶
An extensible options structure controlling diff dirs. Make sure that owner_uid/gid is set to -1 when not used. This is used by
OSTree.diff_dirs_with_options
().