/usr/include/dia-newcanvas-1.0/dia-newcanvas/dia-marshal.h is in libdianewcanvas2-dev 0.6.10-5.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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | #ifndef __dia_marshal_MARSHAL_H__
#define __dia_marshal_MARSHAL_H__
#include <glib-object.h>
G_BEGIN_DECLS
/* VOID:POINTER,POINTER (dia-marshal.list:1) */
extern void dia_marshal_VOID__POINTER_POINTER (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* VOID:DOUBLE (dia-marshal.list:2) */
#define dia_marshal_VOID__DOUBLE g_cclosure_marshal_VOID__DOUBLE
/* VOID:OBJECT,POINTER (dia-marshal.list:3) */
extern void dia_marshal_VOID__OBJECT_POINTER (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* BOOLEAN:BOXED,OBJECT (dia-marshal.list:4) */
extern void dia_marshal_BOOLEAN__BOXED_OBJECT (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* BOOLEAN:BOXED,OBJECT,POINTER (dia-marshal.list:5) */
extern void dia_marshal_BOOLEAN__BOXED_OBJECT_POINTER (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* DOUBLE:DOUBLE,DOUBLE (dia-marshal.list:6) */
extern void dia_marshal_DOUBLE__DOUBLE_DOUBLE (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* BOOLEAN:POINTER,POINTER (dia-marshal.list:7) */
extern void dia_marshal_BOOLEAN__POINTER_POINTER (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* DOUBLE:POINTER,POINTER (dia-marshal.list:8) */
extern void dia_marshal_DOUBLE__POINTER_POINTER (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* VOID:DOUBLE,DOUBLE (dia-marshal.list:9) */
extern void dia_marshal_VOID__DOUBLE_DOUBLE (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* DOUBLE:OBJECT,POINTER,POINTER (dia-marshal.list:10) */
extern void dia_marshal_DOUBLE__OBJECT_POINTER_POINTER (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* VOID:OBJECT,DOUBLE,DOUBLE (dia-marshal.list:11) */
extern void dia_marshal_VOID__OBJECT_DOUBLE_DOUBLE (GClosure *closure,
GValue *return_value,
guint n_param_values,
const GValue *param_values,
gpointer invocation_hint,
gpointer marshal_data);
/* VOID:OBJECT (dia-marshal.list:12) */
#define dia_marshal_VOID__OBJECT g_cclosure_marshal_VOID__OBJECT
/* VOID:VOID (dia-marshal.list:13) */
#define dia_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID
/* VOID:BOOLEAN (dia-marshal.list:14) */
#define dia_marshal_VOID__BOOLEAN g_cclosure_marshal_VOID__BOOLEAN
G_END_DECLS
#endif /* __dia_marshal_MARSHAL_H__ */
|