summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-libarchive.c
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2016-07-29 16:03:11 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2016-07-30 11:24:52 +0000
commit0bac88e13209001b478fe771749441526095cb0a (patch)
tree8f09274ea4b308a2f939d2f3f38774e5782d4b72 /src/libostree/ostree-repo-libarchive.c
parent88676932406ea3bc35abc4dc84ac7efecd493d6a (diff)
downloadostree-0bac88e13209001b478fe771749441526095cb0a.tar.gz
libostree: skip introspection for two functions
These two functions are not safe for gobject introspection, so annotate them to be skipped: 1) ostree_repo_import_archive_to_mtree 2) ostree_repo_export_tree_to_archive Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #417 Approved by: cgwalters
Diffstat (limited to 'src/libostree/ostree-repo-libarchive.c')
-rw-r--r--src/libostree/ostree-repo-libarchive.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libostree/ostree-repo-libarchive.c b/src/libostree/ostree-repo-libarchive.c
index cfecd6d9..d05b34ea 100644
--- a/src/libostree/ostree-repo-libarchive.c
+++ b/src/libostree/ostree-repo-libarchive.c
@@ -804,7 +804,7 @@ deferred_hardlinks_list_free (void *data)
#endif /* HAVE_LIBARCHIVE */
/**
- * ostree_repo_import_archive_to_mtree:
+ * ostree_repo_import_archive_to_mtree: (skip)
* @self: An #OstreeRepo
* @opts: Options structure, ensure this is zeroed, then set specific variables
* @archive: Really this is "struct archive*"
@@ -1171,7 +1171,7 @@ write_directory_to_libarchive_recurse (OstreeRepo *self,
#endif
/**
- * ostree_repo_export_tree_to_archive:
+ * ostree_repo_export_tree_to_archive: (skip)
* @self: An #OstreeRepo
* @opts: Options controlling conversion
* @root: An #OstreeRepoFile for the base directory