mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
docs: Ignore some private/uninstalled header files
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
49fe320909
commit
2b15b436c7
@ -47,6 +47,7 @@ IGNORE_HFILES = \
|
|||||||
gdbusdaemon.h \
|
gdbusdaemon.h \
|
||||||
gdbusprivate.h \
|
gdbusprivate.h \
|
||||||
gdelayedsettingsbackend.h \
|
gdelayedsettingsbackend.h \
|
||||||
|
gdocumentportal.h \
|
||||||
gdummyfile.h \
|
gdummyfile.h \
|
||||||
gdummyproxyresolver.h \
|
gdummyproxyresolver.h \
|
||||||
gdummytlsbackend.h \
|
gdummytlsbackend.h \
|
||||||
@ -56,6 +57,9 @@ IGNORE_HFILES = \
|
|||||||
giomodule-priv.h \
|
giomodule-priv.h \
|
||||||
gioprivate.h \
|
gioprivate.h \
|
||||||
giowin32-priv.h \
|
giowin32-priv.h \
|
||||||
|
gio_probes.h \
|
||||||
|
gio_trace.h \
|
||||||
|
gio-tool.h \
|
||||||
glocaldirectorymonitor.h \
|
glocaldirectorymonitor.h \
|
||||||
glocalfileenumerator.h \
|
glocalfileenumerator.h \
|
||||||
glocalfile.h \
|
glocalfile.h \
|
||||||
@ -74,7 +78,9 @@ IGNORE_HFILES = \
|
|||||||
gnetworkmonitorportal.h \
|
gnetworkmonitorportal.h \
|
||||||
gnotificationbackend.h \
|
gnotificationbackend.h \
|
||||||
gnotification-private.h \
|
gnotification-private.h \
|
||||||
|
gopenuriportal.h \
|
||||||
gpollfilemonitor.h \
|
gpollfilemonitor.h \
|
||||||
|
gportalsupport.h \
|
||||||
gproxyresolverportal.h \
|
gproxyresolverportal.h \
|
||||||
gregistrysettingsbackend.h \
|
gregistrysettingsbackend.h \
|
||||||
gresourcefile.h \
|
gresourcefile.h \
|
||||||
|
@ -28,6 +28,7 @@ if get_option('gtk_doc')
|
|||||||
'gdbusdaemon.h',
|
'gdbusdaemon.h',
|
||||||
'gdbusprivate.h',
|
'gdbusprivate.h',
|
||||||
'gdelayedsettingsbackend.h',
|
'gdelayedsettingsbackend.h',
|
||||||
|
'gdocumentportal.h',
|
||||||
'gdummyfile.h',
|
'gdummyfile.h',
|
||||||
'gdummyproxyresolver.h',
|
'gdummyproxyresolver.h',
|
||||||
'gdummytlsbackend.h',
|
'gdummytlsbackend.h',
|
||||||
@ -37,6 +38,9 @@ if get_option('gtk_doc')
|
|||||||
'giomodule-priv.h',
|
'giomodule-priv.h',
|
||||||
'gioprivate.h',
|
'gioprivate.h',
|
||||||
'giowin32-priv.h',
|
'giowin32-priv.h',
|
||||||
|
'gio_probes.h',
|
||||||
|
'gio_trace.h',
|
||||||
|
'gio-tool.h',
|
||||||
'glocaldirectorymonitor.h',
|
'glocaldirectorymonitor.h',
|
||||||
'glocalfileenumerator.h',
|
'glocalfileenumerator.h',
|
||||||
'glocalfile.h',
|
'glocalfile.h',
|
||||||
@ -55,7 +59,9 @@ if get_option('gtk_doc')
|
|||||||
'gnetworkmonitorportal.h',
|
'gnetworkmonitorportal.h',
|
||||||
'gnotificationbackend.h',
|
'gnotificationbackend.h',
|
||||||
'gnotification-private.h',
|
'gnotification-private.h',
|
||||||
|
'gopenuriportal.h',
|
||||||
'gpollfilemonitor.h',
|
'gpollfilemonitor.h',
|
||||||
|
'gportalsupport.h',
|
||||||
'gproxyresolverportal.h',
|
'gproxyresolverportal.h',
|
||||||
'gregistrysettingsbackend.h',
|
'gregistrysettingsbackend.h',
|
||||||
'gresourcefile.h',
|
'gresourcefile.h',
|
||||||
|
Loading…
Reference in New Issue
Block a user