This file is indexed.

/usr/include/goocanvas-2.0/goocanvasmarshal.h is in libgoocanvas-2.0-dev 2.0.4-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
/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */
#ifndef __GOO_CANVAS_MARSHAL_MARSHAL_H__
#define __GOO_CANVAS_MARSHAL_MARSHAL_H__

#include <glib-object.h>

G_BEGIN_DECLS

/* VOID:VOID (./goocanvasmarshal.list:1) */
#define goo_canvas_marshal_VOID__VOID	g_cclosure_marshal_VOID__VOID

/* VOID:INT (./goocanvasmarshal.list:2) */
#define goo_canvas_marshal_VOID__INT	g_cclosure_marshal_VOID__INT

/* VOID:INT,INT (./goocanvasmarshal.list:3) */
extern
void goo_canvas_marshal_VOID__INT_INT (GClosure     *closure,
                                       GValue       *return_value,
                                       guint         n_param_values,
                                       const GValue *param_values,
                                       gpointer      invocation_hint,
                                       gpointer      marshal_data);

/* VOID:BOOLEAN (./goocanvasmarshal.list:4) */
#define goo_canvas_marshal_VOID__BOOLEAN	g_cclosure_marshal_VOID__BOOLEAN

/* VOID:OBJECT,OBJECT (./goocanvasmarshal.list:5) */
extern
void goo_canvas_marshal_VOID__OBJECT_OBJECT (GClosure     *closure,
                                             GValue       *return_value,
                                             guint         n_param_values,
                                             const GValue *param_values,
                                             gpointer      invocation_hint,
                                             gpointer      marshal_data);

/* BOOLEAN:BOXED (./goocanvasmarshal.list:6) */
extern
void goo_canvas_marshal_BOOLEAN__BOXED (GClosure     *closure,
                                        GValue       *return_value,
                                        guint         n_param_values,
                                        const GValue *param_values,
                                        gpointer      invocation_hint,
                                        gpointer      marshal_data);

/* BOOLEAN:OBJECT,BOXED (./goocanvasmarshal.list:7) */
extern
void goo_canvas_marshal_BOOLEAN__OBJECT_BOXED (GClosure     *closure,
                                               GValue       *return_value,
                                               guint         n_param_values,
                                               const GValue *param_values,
                                               gpointer      invocation_hint,
                                               gpointer      marshal_data);

/* BOOLEAN:DOUBLE,DOUBLE,BOOLEAN,OBJECT (./goocanvasmarshal.list:8) */
extern
void goo_canvas_marshal_BOOLEAN__DOUBLE_DOUBLE_BOOLEAN_OBJECT (GClosure     *closure,
                                                               GValue       *return_value,
                                                               guint         n_param_values,
                                                               const GValue *param_values,
                                                               gpointer      invocation_hint,
                                                               gpointer      marshal_data);


G_END_DECLS

#endif /* __GOO_CANVAS_MARSHAL_MARSHAL_H__ */