This file is indexed.

/usr/share/guile-gnome-2/gnome/defs/libgda-overrides.defs is in guile-gnome2-dev 2.16.4-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
;; -*- scheme -*-

(ignore-glob

 "*_get_type"
 "*_free"
 
 "gda_value_new_*" ;; Not needed, we have (make <gda-value>)
 
 "gda_export_*"

 "gda_*_binary"
 
 ;; these have complicated GList* semantics
 "gda_config_*"

 "gda_server_provider_*" ;; ignore for now

 "gda_error_list_*" ;; shouldn't need this
 
 "*_to_xml"
 )