[ostree] static-delta: Fix annotation on ostree_repo_list_static_delta_names



commit 70c07a633802d05368fd2df4c16904db73019ac0
Author: John Hiesey <john hiesey com>
Date:   Wed Oct 21 14:40:01 2015 -0700

    static-delta: Fix annotation on ostree_repo_list_static_delta_names
    
    out_deltas should be (transfer-container)

 src/libostree/ostree-repo-static-delta-core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libostree/ostree-repo-static-delta-core.c b/src/libostree/ostree-repo-static-delta-core.c
index c58f868..688be0a 100644
--- a/src/libostree/ostree-repo-static-delta-core.c
+++ b/src/libostree/ostree-repo-static-delta-core.c
@@ -54,7 +54,7 @@ _ostree_static_delta_parse_checksum_array (GVariant      *array,
 /**
  * ostree_repo_list_static_delta_names:
  * @self: Repo
- * @out_deltas: (out) (element-type utf8): String name of deltas (checksum-checksum.delta)
+ * @out_deltas: (out) (element-type utf8) (transfer container): String name of deltas 
(checksum-checksum.delta)
  * @cancellable: Cancellable
  * @error: Error
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]