libostree: fix a gobject-introspection warning
src/libostree/ostree-repo.c:1759: Warning: OSTree: ostree_repo_import_object_from: unknown parameter 'checksum' in documentation comment, should be 'sha256' Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
5451a4e309
commit
68b37dc001
|
|
@ -268,7 +268,7 @@ gboolean ostree_repo_query_object_storage_size (OstreeRepo *self,
|
|||
gboolean ostree_repo_import_object_from (OstreeRepo *self,
|
||||
OstreeRepo *source,
|
||||
OstreeObjectType objtype,
|
||||
const char *sha256,
|
||||
const char *checksum,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue