[glib: 5/16] docs: Ignore some private/uninstalled header files



commit 2b15b436c788ac0215525bc30da27a2a0a2954da
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Nov 23 13:24:24 2018 +0000

    docs: Ignore some private/uninstalled header files
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 docs/reference/gio/Makefile.am | 6 ++++++
 docs/reference/gio/meson.build | 6 ++++++
 2 files changed, 12 insertions(+)
---
diff --git a/docs/reference/gio/Makefile.am b/docs/reference/gio/Makefile.am
index 08093e8a0..68d3fbad0 100644
--- a/docs/reference/gio/Makefile.am
+++ b/docs/reference/gio/Makefile.am
@@ -47,6 +47,7 @@ IGNORE_HFILES = \
        gdbusdaemon.h \
        gdbusprivate.h \
        gdelayedsettingsbackend.h \
+       gdocumentportal.h \
        gdummyfile.h \
        gdummyproxyresolver.h \
        gdummytlsbackend.h \
@@ -56,6 +57,9 @@ IGNORE_HFILES = \
        giomodule-priv.h \
        gioprivate.h \
        giowin32-priv.h \
+       gio_probes.h \
+       gio_trace.h \
+       gio-tool.h \
        glocaldirectorymonitor.h \
        glocalfileenumerator.h \
        glocalfile.h \
@@ -74,7 +78,9 @@ IGNORE_HFILES = \
        gnetworkmonitorportal.h \
        gnotificationbackend.h \
        gnotification-private.h \
+       gopenuriportal.h \
        gpollfilemonitor.h \
+       gportalsupport.h \
        gproxyresolverportal.h \
        gregistrysettingsbackend.h \
        gresourcefile.h \
diff --git a/docs/reference/gio/meson.build b/docs/reference/gio/meson.build
index f1880cc0c..20bdeaf97 100644
--- a/docs/reference/gio/meson.build
+++ b/docs/reference/gio/meson.build
@@ -28,6 +28,7 @@ if get_option('gtk_doc')
     'gdbusdaemon.h',
     'gdbusprivate.h',
     'gdelayedsettingsbackend.h',
+    'gdocumentportal.h',
     'gdummyfile.h',
     'gdummyproxyresolver.h',
     'gdummytlsbackend.h',
@@ -37,6 +38,9 @@ if get_option('gtk_doc')
     'giomodule-priv.h',
     'gioprivate.h',
     'giowin32-priv.h',
+    'gio_probes.h',
+    'gio_trace.h',
+    'gio-tool.h',
     'glocaldirectorymonitor.h',
     'glocalfileenumerator.h',
     'glocalfile.h',
@@ -55,7 +59,9 @@ if get_option('gtk_doc')
     'gnetworkmonitorportal.h',
     'gnotificationbackend.h',
     'gnotification-private.h',
+    'gopenuriportal.h',
     'gpollfilemonitor.h',
+    'gportalsupport.h',
     'gproxyresolverportal.h',
     'gregistrysettingsbackend.h',
     'gresourcefile.h',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]