repo: Make the body parameter to ostree_repo_commit optional
https://bugzilla.gnome.org/show_bug.cgi?id=707727
This commit is contained in:
parent
1f8db2a873
commit
db148cc9ba
|
|
@ -1192,7 +1192,7 @@ create_empty_gvariant_dict (void)
|
|||
* @self: Repo
|
||||
* @parent: (allow-none): ASCII SHA256 checksum for parent, or %NULL for none
|
||||
* @subject: Subject
|
||||
* @body: Body
|
||||
* @body: (allow-none): Body
|
||||
* @root_contents_checksum: ASCII SHA256 checksum for %OSTREE_OBJECT_TYPE_DIR_TREE
|
||||
* @root_metadata_checksum: ASCII SHA256 checksum for %OSTREE_OBJECT_TYPE_DIR_META
|
||||
* @out_commit: (out): Resulting ASCII SHA256 checksum for commit
|
||||
|
|
|
|||
Loading…
Reference in New Issue