This file is indexed.

/usr/include/libbonoboui-2.0/bonobo/bonobo-ui-main.h is in libbonoboui2-dev 2.24.5-0ubuntu3.

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
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/**
 * bonobo-main.h: Bonobo Main
 *
 * Author:
 *    Miguel de Icaza  (miguel@gnu.org)
 *    Nat Friedman     (nat@nat.org)
 *    Peter Wainwright (prw@wainpr.demo.co.uk)
 *
 * Copyright 1999 Helix Code, Inc.
 */

#ifndef __BONOBO_UI_MAIN_H__
#define __BONOBO_UI_MAIN_H__ 1

#include <bonobo/bonobo-main.h>
#include <libgnome/gnome-program.h>

G_BEGIN_DECLS

#define LIBBONOBOUI_MODULE libbonobo_ui_module_info_get()
const GnomeModuleInfo * libbonobo_ui_module_info_get (void) G_GNUC_CONST;

#define BONOBO_UI_GTK_MODULE bonobo_ui_gtk_module_info_get()
const GnomeModuleInfo * bonobo_ui_gtk_module_info_get (void) G_GNUC_CONST;


gboolean   bonobo_ui_is_initialized     (void);
gboolean   bonobo_ui_init               (const gchar *app_name,
					 const gchar *app_version,
					 int *argc, char **argv);
void       bonobo_ui_main               (void);
gboolean   bonobo_ui_init_full          (const gchar *app_name,
					 const gchar *app_version,
					 int *argc, char **argv,
                                         CORBA_ORB orb,
                                         PortableServer_POA poa,
                                         PortableServer_POAManager manager,
					 gboolean full_init);
void       bonobo_setup_x_error_handler (void);
/* internal */
int        bonobo_ui_debug_shutdown     (void);

G_END_DECLS

#endif /* __BONOBO_UI_MAIN_H__ */