This file is indexed.

/usr/share/doc/fp-units-gtk2/2.6.4/examples/gtk2/gtk_demo/init.inc is in fp-units-gtk2-2.6.4 2.6.4+dfsg-4.

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
(* this file contains all inits of variables used in the demo *)

(* appwindow.inc *)
  appwindow_registered := FALSE;
  application_window   := NULL;


(* button_box.inc *)
  bbox_window := NULL;

(* colorsel.inc *)
  colorsel_window := NULL;
  colorsel_da     := NULL;
  colorsel_frame  := NULL;

(* drawingarea.inc *)
  da_window  := NULL;

(* images.inc *)
  image_window        := NULL;
  image_pixbuf_loader := NULL;
  image_load_timeout  := 0;

(* item_factory *)
  if_window  := NULL;

(* menus.inc *)
  menu_window := NULL;

(* panes.inc *)
  panes_window := NULL;

(* pixbufs.inc *)
  pixbufs_window      := NULL;
  pixbufs_frame       := NULL;
  pixbufs_background  := NULL;
  pixbufs_back_width  := 0;
  pixbufs_back_height := 0;
  pixbufs_da          := NULL;

(* sizegroup.inc *)
  sg_window           := NULL;

(* stock_browser.inc *)
  stock_window        := NULL;

(* textview.inc *)
  text_window         := NULL;
  text_egg_window     := NULL;