This file is indexed.

/usr/include/crystalspace-2.0/bindings/cspace.i is in libcrystalspace-dev 2.0+dfsg-1build1.

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
11
12
13
14
15
16
17
18
19
20
21
22
23
24
%module cspace
%{
#include "crystalspace.h"

// Deprecated gmeshskelanim interfaces
#include "imesh/gmeshskel2.h"
#include "imesh/skeleton.h"
%}
%include "bindings/common/core.i"
%include "bindings/common/imap.i"
%include "bindings/common/isndsys.i"
%include "bindings/common/ivaria.i"
%include "bindings/common/csgfx.i"
%include "bindings/common/ivideo.i"
%include "bindings/common/csgeom.i"
%include "bindings/common/imesh.i"
%include "bindings/common/iengine.i"
%include "bindings/common/cstool.i"

/*#undef APPLY_FOR_ALL_INTERFACES_POST
#define APPLY_FOR_ALL_INTERFACES_POST APPLY_FOR_ALL_INTERFACES
%include "bindings/common/basepost.i"
cs_lang_include(corepost.i)
*/