summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-06-26 18:11:40 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-06-27 11:56:44 +0000
commit7871bc3051e02f64c334faf851f2b4878d50aff7 (patch)
treee210aadaba1a83d955c6f5ae13eafa7678d1f7d9
parent5effceeba8657a293216f8a611de45f05566e3f0 (diff)
downloadostree-7871bc3051e02f64c334faf851f2b4878d50aff7.tar.gz
lib/ref: Suppress more collection ref methods from introspection
This squashes some warnings. Closes: #965 Approved by: pwithnall
-rw-r--r--src/libostree/ostree-ref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-ref.h b/src/libostree/ostree-ref.h
index 4d43153c..b23af171 100644
--- a/src/libostree/ostree-ref.h
+++ b/src/libostree/ostree-ref.h
@@ -52,7 +52,6 @@ typedef struct
#ifndef __GI_SCANNER__
_OSTREE_PUBLIC
GType ostree_collection_ref_get_type (void);
-#endif
_OSTREE_PUBLIC
OstreeCollectionRef *ostree_collection_ref_new (const gchar *collection_id,
@@ -61,6 +60,7 @@ _OSTREE_PUBLIC
OstreeCollectionRef *ostree_collection_ref_dup (const OstreeCollectionRef *ref);
_OSTREE_PUBLIC
void ostree_collection_ref_free (OstreeCollectionRef *ref);
+#endif
_OSTREE_PUBLIC
guint ostree_collection_ref_hash (gconstpointer ref);