mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Add GResolver, a glib-ish interface to DNS
GResolver provides asynchronous (and synchronous-but-cancellable) APIs for resolving hostnames, reverse-resolving IP addresses back to hostnames, and resolving SRV records. Part of #548466.
This commit is contained in:
@@ -43,11 +43,14 @@ IGNORE_HFILES= \
|
||||
glocalvfs.h \
|
||||
gnativevolumemonitor.h \
|
||||
gpollfilemonitor.h \
|
||||
gthreadedresolver.h \
|
||||
gunionvolumemonitor.h \
|
||||
gunixdrive.h \
|
||||
gunixresolver.h \
|
||||
gunixvolume.h \
|
||||
gvolumeprivate.h \
|
||||
gwin32appinfo.h \
|
||||
gwin32resolver.h \
|
||||
inotify-diag.h \
|
||||
inotify-helper.h \
|
||||
inotify-kernel.h \
|
||||
@@ -85,7 +88,8 @@ GTKDOC_LIBS = \
|
||||
$(NULL)
|
||||
|
||||
# Extra options to supply to gtkdoc-mkdb
|
||||
MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=g
|
||||
MKDB_OPTIONS = --output-format=xml --sgml-mode --name-space=g \
|
||||
--ignore-files=libasyncns
|
||||
|
||||
# Images to copy into HTML directory
|
||||
HTML_IMAGES = \
|
||||
|
Reference in New Issue
Block a user