From 7871bc3051e02f64c334faf851f2b4878d50aff7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 26 Jun 2017 18:11:40 -0400 Subject: [PATCH] lib/ref: Suppress more collection ref methods from introspection This squashes some warnings. Closes: #965 Approved by: pwithnall --- src/libostree/ostree-ref.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);