This file is indexed.

/usr/share/ada/adainclude/dbus-ada/dbus_types_h.ads is in libdbusada0.2-dev 0.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
with Interfaces.C; use Interfaces.C;
with dbus_arch_deps_h;

package dbus_types_h is

   subtype dbus_unichar_t is dbus_arch_deps_h.dbus_uint32_t;  -- ../dbus/dbus-types.h:33:24

   subtype dbus_bool_t is dbus_arch_deps_h.dbus_uint32_t;  -- ../dbus/dbus-types.h:35:24

end dbus_types_h;