This file is indexed.

/usr/share/pygtk/2.0/defs/gnome-types.defs is in python-gnome2-dev 2.28.1+dfsg-1ubuntu2.

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
;; -*- scheme -*-

(define-boxed GnomeModuleInfo
  (in-module "Gnome")
  (c-name GnomeModuleInfo)
  (gtype-id "GNOME_TYPE_MODULE_INFO")
  (copy-func "gnome_module_info_copy")
  (release-func "gnome_module_info_free")
  (fields
   '("const-gchar*" "name")
   '("const-gchar*" "version")
   '("const-gchar*" "description")
  )
)