summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-fetcher.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-07-27 10:13:30 -0400
committerColin Walters <walters@verbum.org>2013-07-27 10:13:30 -0400
commit7c5c3f2af86cd44aa4089f76ccbb6ae7d297cc6a (patch)
tree16f23f9592db6c8f533083a0c6787f180573ee22 /src/libostree/ostree-fetcher.h
parenta5d43bb959697dea7b57dea51fb978aaf978fb6e (diff)
downloadostree-7c5c3f2af86cd44aa4089f76ccbb6ae7d297cc6a.tar.gz
core: Fix all introspection warnings
Still lots more docs to write and API to cleanup, but this is better.
Diffstat (limited to 'src/libostree/ostree-fetcher.h')
-rw-r--r--src/libostree/ostree-fetcher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libostree/ostree-fetcher.h b/src/libostree/ostree-fetcher.h
index 8be7b01f..5359faaf 100644
--- a/src/libostree/ostree-fetcher.h
+++ b/src/libostree/ostree-fetcher.h
@@ -20,6 +20,8 @@
#pragma once
+#ifndef __GI_SCANNER__
+
#define LIBSOUP_USE_UNSTABLE_REQUEST_API
#include <libsoup/soup.h>
#include <libsoup/soup-requester.h>
@@ -70,3 +72,4 @@ GFile *ostree_fetcher_request_uri_finish (OstreeFetcher *self,
G_END_DECLS
+#endif