mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-31 21:18:22 +03:00
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:
parent
ccb4a1fc35
commit
a73a28634d
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "ostree-tls-cert-interaction.h"
|
||||
#include "ostree-tls-cert-interaction-private.h"
|
||||
|
||||
struct _OstreeTlsCertInteraction
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user