mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -26,6 +26,7 @@
|
||||
|
||||
#define GIO_COMPILATION
|
||||
#include "gthreadedresolver.h"
|
||||
#include "gthreadedresolver-private.h"
|
||||
#undef GIO_COMPILATION
|
||||
|
||||
#ifdef HAVE_DN_COMP
|
||||
|
Reference in New Issue
Block a user