This file is indexed.

/usr/share/guile-gnome-2/gnome/gw/gconf.scm is in guile-gnome2-gconf 2.16.2-1.1ubuntu1.

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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
;; Generated by G-Wrap: an experimental Guile C API-wrapper engine.
;; Customized by guile-gnome; see (gnome gw support g-wrap) for details.
(define-module
  (gnome gw gconf)
  #:use-module
  (oop goops)
  #:use-module
  (gnome gobject)
  #:use-module
  (gnome gw support modules)
  #:use-module
  (g-wrap gw standard)
  #:use-module
  (gnome gw glib)
  #:use-module
  (gnome gw gobject))
(eval-when
  (eval load compile)
  (load-extension
    "libgw-guile-gnome-gconf"
    "gw_init_wrapset_gnome_gconf"))
(export-all-lazy!
  '(gconf-schema-get-default-value
     gconf-schema-get-owner
     gconf-schema-get-long-desc
     gconf-schema-get-short-desc
     gconf-schema-get-locale
     gconf-schema-get-cdr-type
     gconf-schema-get-car-type
     gconf-schema-get-list-type
     gconf-schema-set-default-value-nocopy
     gconf-schema-set-default-value
     gconf-schema-set-owner
     gconf-schema-set-long-desc
     gconf-schema-set-short-desc
     gconf-schema-set-locale
     gconf-schema-set-cdr-type
     gconf-schema-set-car-type
     gconf-schema-set-list-type
     gconf-schema-set-type
     gconf-schema-new
     gconf-unescape-key
     gconf-escape-key
     gconf-unique-key
     gconf-concat-dir-and-key
     gconf-key-is-below
     gconf-valid-key
     gconf-client-value-changed
     gconf-client-key-is-writable
     gconf-client-dir-exists
     gconf-client-suggest-sync
     gconf-client-recursive-unset
     gconf-client-unset
     gconf-client-get-default-from-schema
     gconf-client-get-without-default
     gconf-client-get
     gconf-client-set
     gconf-client-preload
     gconf-client-clear-cache
     gconf-client-set-error-handling
     gconf-client-notify
     gconf-client-notify-remove
     gconf-client-remove-dir
     gconf-client-add-dir
     gconf-client-get-default
     gconf-client-all-dirs
     gconf-client-notify-add
     <g-conf-schema>
     <g-conf-client>
     <g-conf-value-type>
     <g-conf-error>
     <g-conf-client-error-handling-mode>
     <g-conf-client-preload-type>
     <g-conf-value>))
(begin)
(if (defined? '%generics)
  (module-use!
    (module-public-interface (current-module))
    (module-public-interface %generics)))