This file is indexed.

/usr/share/pygtk/2.0/defs/bonobo-types.defs is in python-gnome2-dev 2.28.1+dfsg-1.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
 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
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
;; -*- scheme -*-

; object definitions ...

(define-object Object
  (in-module "Bonobo")
  (parent "GObject")
  (c-name "BonoboObject")
  (gtype-id "BONOBO_TYPE_OBJECT")
)

(define-object GenericFactory
  (in-module "Bonobo")
  (parent "BonoboObject")
  (c-name "BonoboGenericFactory")
  (gtype-id "BONOBO_TYPE_GENERIC_FACTORY")
)

(define-object ItemHandler
  (in-module "Bonobo")
  (parent "BonoboObject")
  (c-name "BonoboItemHandler")
  (gtype-id "BONOBO_TYPE_ITEM_HANDLER")
)

(define-object ForeignObject
  (in-module "Bonobo")
  (parent "BonoboObject")
  (c-name "BonoboForeignObject")
  (gtype-id "BONOBO_TYPE_FOREIGN_OBJECT")
)

(define-object Listener
  (in-module "Bonobo")
  (parent "BonoboObject")
  (c-name "BonoboListener")
  (gtype-id "BONOBO_TYPE_LISTENER")
)

(define-object Moniker
  (in-module "Bonobo")
  (parent "BonoboObject")
  (c-name "BonoboMoniker")
  (gtype-id "BONOBO_TYPE_MONIKER")
)

(define-object MonikerSimple
  (in-module "Bonobo")
  (parent "BonoboMoniker")
  (c-name "BonoboMonikerSimple")
  (gtype-id "BONOBO_TYPE_MONIKER_SIMPLE")
)

(define-object Persist
  (in-module "Bonobo")
  (parent "BonoboObject")
  (c-name "BonoboPersist")
  (gtype-id "BONOBO_TYPE_PERSIST")
)

(define-object PersistFile
  (in-module "Bonobo")
  (parent "BonoboPersist")
  (c-name "BonoboPersistFile")
  (gtype-id "BONOBO_TYPE_PERSIST_FILE")
)

(define-object PersistStream
  (in-module "Bonobo")
  (parent "BonoboPersist")
  (c-name "BonoboPersistStream")
  (gtype-id "BONOBO_TYPE_PERSIST_STREAM")
)

(define-object PropertyBag
  (in-module "Bonobo")
  (parent "BonoboObject")
  (c-name "BonoboPropertyBag")
  (gtype-id "BONOBO_TYPE_PROPERTY_BAG")
)

(define-object StreamMem
  (in-module "Bonobo")
  (parent "BonoboObject")
  (c-name "BonoboStreamMem")
  (gtype-id "BONOBO_TYPE_STREAM_MEM")
)

(define-object EventSource
  (in-module "Bonobo")
  (parent "BonoboObject")
  (c-name "BonoboEventSource")
  (gtype-id "BONOBO_TYPE_EVENT_SOURCE")
)

(define-object Application
  (in-module "Bonobo")
  (parent "BonoboObject")
  (c-name "BonoboApplication")
  (gtype-id "BONOBO_TYPE_APPLICATION")
)

(define-object AppClient
  (in-module "Bonobo")
  (parent "GObject")
  (c-name "BonoboAppClient")
  (gtype-id "BONOBO_TYPE_APP_CLIENT")
)

;; Enumerations and flags ...