lib/sysroot: Document the NO_CLEAN flag
Closes: #900 Approved by: jlebon
This commit is contained in:
parent
a094879f3a
commit
2fdbdd4b2f
|
|
@ -1412,6 +1412,11 @@ ostree_sysroot_init_osname (OstreeSysroot *self,
|
||||||
* If %OSTREE_SYSROOT_SIMPLE_WRITE_DEPLOYMENT_FLAGS_NOT_DEFAULT is
|
* If %OSTREE_SYSROOT_SIMPLE_WRITE_DEPLOYMENT_FLAGS_NOT_DEFAULT is
|
||||||
* specified, then instead of prepending, the new deployment will be
|
* specified, then instead of prepending, the new deployment will be
|
||||||
* added right after the booted or merge deployment, instead of first.
|
* added right after the booted or merge deployment, instead of first.
|
||||||
|
*
|
||||||
|
* If %OSTREE_SYSROOT_SIMPLE_WRITE_DEPLOYMENT_FLAGS_NO_CLEAN is
|
||||||
|
* specified, then no cleanup will be performed after adding the
|
||||||
|
* deployment. Make sure to call ostree_sysroot_cleanup() sometime
|
||||||
|
* later, instead.
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
ostree_sysroot_simple_write_deployment (OstreeSysroot *sysroot,
|
ostree_sysroot_simple_write_deployment (OstreeSysroot *sysroot,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue