mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 19:37:52 +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:
@@ -21,6 +21,7 @@
|
||||
#include "gio/gnetworking.h"
|
||||
|
||||
#include "../gio/gthreadedresolver.h"
|
||||
#include "../gio/gthreadedresolver-private.h"
|
||||
|
||||
static void
|
||||
test_for_rrtype (const guint8 *data,
|
||||
|
Reference in New Issue
Block a user