Remove OstreeTlsCertInteraction bits from introspection

We filter out everything named `-private.h` from scanning,
which differs from the gtk-doc exclude.  Eventually this will
be solved when we switch to the new gir-based docs.

Came up in https://github.com/ostreedev/ostree-rs/pull/34#discussion_r723337772
This commit is contained in:
Colin Walters 2021-10-06 12:42:56 -04:00
parent ccb4a1fc35
commit a73a28634d
5 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@ endif
if HAVE_LIBSOUP_CLIENT_CERTS
libostree_1_la_SOURCES += \
src/libostree/ostree-tls-cert-interaction.c \
src/libostree/ostree-tls-cert-interaction.h \
src/libostree/ostree-tls-cert-interaction-private.h \
$(NULL)
endif

View File

@ -87,7 +87,7 @@ IGNORE_HFILES= \
ostree-repo-pull-private.h \
ostree-repo-static-delta-private.h \
ostree-sysroot-private.h \
ostree-tls-cert-interaction.h \
ostree-tls-cert-interaction-private.h \
$(NULL)
# Images to copy into HTML directory.

View File

@ -35,7 +35,7 @@
#include "ostree-fetcher.h"
#include "ostree-fetcher-util.h"
#ifdef HAVE_LIBSOUP_CLIENT_CERTS
#include "ostree-tls-cert-interaction.h"
#include "ostree-tls-cert-interaction-private.h"
#endif
#include "ostree-enumtypes.h"
#include "ostree.h"

View File

@ -19,7 +19,7 @@
#include "config.h"
#include "ostree-tls-cert-interaction.h"
#include "ostree-tls-cert-interaction-private.h"
struct _OstreeTlsCertInteraction
{