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:
Giuseppe Scrivano 2014-10-06 18:54:18 +02:00
parent 5451a4e309
commit 68b37dc001
1 changed files with 1 additions and 1 deletions

View File

@ -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);