From c648fada30a00adaebb70d557cc24a4d57944bd4 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 13 Apr 2015 11:37:18 +0200 Subject: [PATCH] ostree_repo_checkout_tree_at: remove @subpath documentation It is not an argument of the function. Signed-off-by: Giuseppe Scrivano --- src/libostree/ostree-repo-checkout.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libostree/ostree-repo-checkout.c b/src/libostree/ostree-repo-checkout.c index e6c321b0..b487b549 100644 --- a/src/libostree/ostree-repo-checkout.c +++ b/src/libostree/ostree-repo-checkout.c @@ -772,7 +772,6 @@ ostree_repo_checkout_tree (OstreeRepo *self, * @destination_dfd: Directory FD for destination * @destination_path: Directory for destination * @commit: Checksum for commit - * @subpath: (allow-none): Subdirectory path * @cancellable: Cancellable * @error: Error *