about summary refs log tree commit diff
path: root/docs/libnm/meson.build
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2023-03-09 20:01:53 +0100
committerMichael Biebl <biebl@debian.org>2023-03-09 20:01:53 +0100
commitcffb548b401e2cd3fad166aa92e0f634bbb1d4d6 (patch)
tree6d803d8f7d0d92a1c5e5705974fff8975472af95 /docs/libnm/meson.build
parent647d6b95d5475e0a1bf3d6f299d1cb8c9041a7a4 (diff)
parent12e1ee797bbf0b10d1fd5afd4b947484769f2b9f (diff)
Merge tag 'debian/1.42.4-1' into debian/bullseye-backports
network-manager Debian release 1.42.4-1
Diffstat (limited to 'docs/libnm/meson.build')
-rw-r--r--docs/libnm/meson.build29
1 files changed, 9 insertions, 20 deletions
diff --git a/docs/libnm/meson.build b/docs/libnm/meson.build
index 5a87b62a..01c9b669 100644
--- a/docs/libnm/meson.build
+++ b/docs/libnm/meson.build
@@ -1,44 +1,33 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 
 private_headers = [
-  'common.h',
-  'nm-core-internal.h',
-  'nm-core-tests-enum-types.h',
-  'nm-crypto-impl.h',
-  'nm-crypto.h',
   'nm-dbus-helpers.h',
-  'nm-default-libnm-core.h',
+  'nm-default-libnm.h',
   'nm-device-private.h',
   'nm-dhcp4-config.h',
   'nm-dhcp6-config.h',
   'nm-dns-manager.h',
   'nm-ip4-config.h',
   'nm-ip6-config.h',
-  'nm-manager.h',
+  'nm-libnm-utils.h',
   'nm-object-private.h',
-  'nm-property-compare.h',
   'nm-remote-connection-private.h',
+
+  'nm-connection-private.h',
+  'nm-default-libnm-core.h',
+  'nm-property-compare.h',
   'nm-setting-private.h',
+  'nm-team-utils.h',
   'nm-utils-private.h',
 
+  'nm-core-tests-enum-types.h',
   'test-general-enums.h',
-
-  'nm-keyfile-internal.h',
-  'nm-keyfile-utils.h',
-
-  'nm-auth-subject.h',
-  'nm-common-macros.h',
-  'nm-ethtool-base.h',
-  'nm-libnm-core-utils.h',
-
-  'nm-dispatcher-api.h',
-  'nm-libnm-core-aux.h',
 ]
 
 scan_args = [
   '--rebuild-types',
   '--rebuild-sections',
-  '--ignore-decorators=NM_AVAILABLE_IN_\d_\d\d?|NM_DEPRECATED_IN_\d_\d\d?',
+  '--ignore-decorators=NM_AVAILABLE_IN_\d+_\d+|NM_DEPRECATED_IN_\d+_\d+|NM_DEPRECATED_IN_\d+_\d+_FOR\(\)',
   '--ignore-headers=' + ' '.join(private_headers),
 ]