gthreadedresolver: Move private testing symbols to a private header

The symbols still have to be exported from the library (since they’re
called from unit tests), but there was never any reason for them to be
in a public header.

This means they now disappear from `Gio-2.0.gir`.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3231
This commit is contained in:
Philip Withnall
2024-02-09 10:05:56 +00:00
parent 59d454a20d
commit 71801e445e
5 changed files with 49 additions and 15 deletions

View File

@@ -26,6 +26,7 @@
#define GIO_COMPILATION
#include "gthreadedresolver.h"
#include "gthreadedresolver-private.h"
#undef GIO_COMPILATION
#ifdef HAVE_DN_COMP