This file is indexed.

/usr/share/pygtk/2.0/defs/gtk-2.18-types.defs is in python-gtk2-dev 2.24.0-3ubuntu3.

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
;; -*- scheme -*-
; object definitions ...

(define-object EntryBuffer
  (in-module "Gtk")
  (parent "GObject")
  (c-name "GtkEntryBuffer")
  (gtype-id "GTK_TYPE_ENTRY_BUFFER")
)

(define-object InfoBar
  (in-module "Gtk")
  (parent "GtkHBox")
  (c-name "GtkInfoBar")
  (gtype-id "GTK_TYPE_INFO_BAR")
)

(define-object HSV
  (in-module "Gtk")
  (parent "GtkWidget")
  (c-name "GtkHSV")
  (gtype-id "GTK_TYPE_HSV")
)