repo: Make the body parameter to ostree_repo_commit optional

https://bugzilla.gnome.org/show_bug.cgi?id=707727
This commit is contained in:
Jasper St. Pierre 2013-09-06 20:09:59 -04:00
parent 1f8db2a873
commit db148cc9ba
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ create_empty_gvariant_dict (void)
* @self: Repo * @self: Repo
* @parent: (allow-none): ASCII SHA256 checksum for parent, or %NULL for none * @parent: (allow-none): ASCII SHA256 checksum for parent, or %NULL for none
* @subject: Subject * @subject: Subject
* @body: Body * @body: (allow-none): Body
* @root_contents_checksum: ASCII SHA256 checksum for %OSTREE_OBJECT_TYPE_DIR_TREE * @root_contents_checksum: ASCII SHA256 checksum for %OSTREE_OBJECT_TYPE_DIR_TREE
* @root_metadata_checksum: ASCII SHA256 checksum for %OSTREE_OBJECT_TYPE_DIR_META * @root_metadata_checksum: ASCII SHA256 checksum for %OSTREE_OBJECT_TYPE_DIR_META
* @out_commit: (out): Resulting ASCII SHA256 checksum for commit * @out_commit: (out): Resulting ASCII SHA256 checksum for commit