This file is indexed.

/usr/share/gauche-0.9/site/lib/h2s/gtk-types-for-emit.scm is in gauche-gtk 0.6~pre1+git20121223-1.

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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
(define-module h2s.gtk-types-for-emit
  (extend h2s.gtk-types)
  (export

   scm-class-name-of
   gtk-predicate-of
   gtk-type-name-of
   c-copy-proc-of
   qualifier-of
   c-type-of
   c-predicate-of
   c-predicate-nullable-of
   c-class-macro-of



   ;; needed by fixup & emit!
   c-boxer-of c-unboxer-of


   ;; only emitter:
   getter-of
   setter-of

   
   <gtk-enum> make-enum
   values-of ;; c-name-of
   <gtk-struct>
   find-struct make-struct
   <gtk-array>


   <gtk-function>
   find-function make-function
   ;;
   <extra-stub>
   ;; emiter:
   type?
   print-body
   )
  
  )
(select-module h2s.gtk-types-for-emit)


(provide "h2s/gtk-types-for-emit")