This file is indexed.

/usr/share/idl/bonobo-2.0/Bonobo.idl is in libbonobo2-common 2.32.1-3.

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
/*
 * The Bonobo Document Model
 *
 * Author: 
 *     Miguel de Icaza (miguel@gnu.org)
 *
 */
#ifndef _BONOBO_IDL_INCLUDED_
#define _BONOBO_IDL_INCLUDED_

#ifndef __Bonobo_COMPILATION
#ifdef __ORBIT_IDL__
%{
#pragma include_defs bonobo/Bonobo.h
%}
#pragma inhibit push
#endif
#endif

/* From bonobo-activation */
#include <Bonobo_Unknown.idl>
#include <Bonobo_GenericFactory.idl>

/* Basics */
#include <Bonobo_Exception.idl>
#include <Bonobo_Moniker.idl>
#include <Bonobo_Context.idl>

/* Storage stuff. */
#include <Bonobo_Storage.idl>
#include <Bonobo_Persist.idl>

/* Control stuff. */
#include <Bonobo_Listener.idl>
#include <Bonobo_Gdk.idl>
#include <Bonobo_UI.idl>
#include <Bonobo_Property.idl>
#include <Bonobo_Control.idl>
#include <Bonobo_Zoomable.idl>

/* Subdocument stuff. */
#include <Bonobo_ItemContainer.idl>
#include <Bonobo_Canvas.idl>
#include <Bonobo_Embeddable.idl>

/* Printing stuff */
#include <Bonobo_Print.idl>

/* Clipboard */
#include <Bonobo_Clipboard.idl>

#include <Bonobo_Application.idl>

#ifndef __Bonobo_COMPILATION
#ifdef __ORBIT_IDL__
#pragma inhibit pop
#endif
#endif
#endif /* _BONOBO_IDL_INCLUDED_ */