This file is indexed.

/usr/include/vdkb2/vdkb_tooldialog_gui.h is in vdkbuilder2 2.4.0-4.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
/*
vdkb_tooldialog gui header
*/
protected:
VDKBox*  Hbox2;
VDKLabel*  Label0;
VDKEntry*  pixfile;
VDKCustomButton*  browse;
VDKBox*  Hbox4;
VDKLabel*  Label1;
VDKEntry*  tip;
VDKBox*  Hbox8;
VDKLabel*  Label2;
VDKEntry*  text;
VDKBox*  Hbox11;
VDKCustomButton*  ok;
VDKCustomButton*  cancel;
VDKCustomButton* copytodir;
public:
DECLARE_SIGNAL_MAP(Vdkb_tooldialogForm);
bool OnbrowseClick(VDKObject* sender);
bool OnpixfileActivate(VDKObject* sender);
bool OntipActivate(VDKObject* sender);
bool OntextActivate(VDKObject* sender);
bool OnokClick(VDKObject* sender);
bool OncancelClick(VDKObject* sender);
bool OnCopyToDir(VDKObject* sender);
//DECLARE_SIGNAL_LIST(Vdkb_tooldialogForm);