mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-03 05:18:24 +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
|
if HAVE_LIBSOUP_CLIENT_CERTS
|
||||||
libostree_1_la_SOURCES += \
|
libostree_1_la_SOURCES += \
|
||||||
src/libostree/ostree-tls-cert-interaction.c \
|
src/libostree/ostree-tls-cert-interaction.c \
|
||||||
src/libostree/ostree-tls-cert-interaction.h \
|
src/libostree/ostree-tls-cert-interaction-private.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ IGNORE_HFILES= \
|
|||||||
ostree-repo-pull-private.h \
|
ostree-repo-pull-private.h \
|
||||||
ostree-repo-static-delta-private.h \
|
ostree-repo-static-delta-private.h \
|
||||||
ostree-sysroot-private.h \
|
ostree-sysroot-private.h \
|
||||||
ostree-tls-cert-interaction.h \
|
ostree-tls-cert-interaction-private.h \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
# Images to copy into HTML directory.
|
# Images to copy into HTML directory.
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#include "ostree-fetcher.h"
|
#include "ostree-fetcher.h"
|
||||||
#include "ostree-fetcher-util.h"
|
#include "ostree-fetcher-util.h"
|
||||||
#ifdef HAVE_LIBSOUP_CLIENT_CERTS
|
#ifdef HAVE_LIBSOUP_CLIENT_CERTS
|
||||||
#include "ostree-tls-cert-interaction.h"
|
#include "ostree-tls-cert-interaction-private.h"
|
||||||
#endif
|
#endif
|
||||||
#include "ostree-enumtypes.h"
|
#include "ostree-enumtypes.h"
|
||||||
#include "ostree.h"
|
#include "ostree.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "ostree-tls-cert-interaction.h"
|
#include "ostree-tls-cert-interaction-private.h"
|
||||||
|
|
||||||
struct _OstreeTlsCertInteraction
|
struct _OstreeTlsCertInteraction
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user