lib: add parameter annotations for sysroot_load_if_changed
Closes: #1861 Approved by: cgwalters
This commit is contained in:
parent
aa5df8995e
commit
2c1658538f
|
|
@ -857,6 +857,10 @@ _ostree_sysroot_reload_staged (OstreeSysroot *self,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ostree_sysroot_load_if_changed:
|
* ostree_sysroot_load_if_changed:
|
||||||
|
* @self: #OstreeSysroot
|
||||||
|
* @out_changed: (out caller-allocates):
|
||||||
|
* @cancellable: Cancellable
|
||||||
|
* @error: Error
|
||||||
*
|
*
|
||||||
* Since: 2016.4
|
* Since: 2016.4
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue