summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-01-20 16:16:41 +0100
committerBastien Nocera <hadess@hadess.net>2022-01-20 16:16:41 +0100
commit2216f16c091c6914a00e0b9f276be9a5825e47d9 (patch)
tree11585d8741f58169946578dd373d63bf084ae4e6 /docs
parent99137f44f503bc7677cf9713467562308d0909d1 (diff)
downloadgnome-bluetooth-2216f16c091c6914a00e0b9f276be9a5825e47d9.tar.gz
lib: Add more ignored headers
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libgnome-bluetooth/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/reference/libgnome-bluetooth/meson.build b/docs/reference/libgnome-bluetooth/meson.build
index 94ce693a..1ac65171 100644
--- a/docs/reference/libgnome-bluetooth/meson.build
+++ b/docs/reference/libgnome-bluetooth/meson.build
@@ -1,13 +1,15 @@
private_headers = [
'bluetooth-agent.h',
- 'bluetooth-chooser-private.h',
'bluetooth-client-glue.h',
'bluetooth-client-private.h',
'bluetooth-fdo-glue.h',
+ 'bluetooth-pairing-dialog.h',
'bluetooth-settings-obexpush.h',
+ 'bluetooth-settings-resources.h',
'bluetooth-settings-row.h',
+ 'bluetooth-settings-widget.h',
'gnome-bluetooth-enum-types.h',
- 'bluetooth-hdy-column.h',
+ 'pin.h'
]
version_conf = configuration_data()