summaryrefslogtreecommitdiff
path: root/fpcsrc/packages/gtk2/src/glib/gmarshal.inc
blob: cfa74bf06bf726e41191c911fa7fcb2358d3d89d (plain)
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
// included by glib2.pas

{$IFDEF read_forward_definitions}
{$ENDIF read_forward_definitions}

//------------------------------------------------------------------------------

{$IFDEF read_interface_types}
{$ENDIF read_interface_types}

//------------------------------------------------------------------------------

{$IFDEF read_interface_rest}
procedure g_cclosure_marshal_VOID__VOID(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__BOOLEAN(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__CHAR(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__UCHAR(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__INT(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__UINT(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__LONG(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__ULONG(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__ENUM(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__FLAGS(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__FLOAT(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__DOUBLE(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__STRING(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__PARAM(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__BOXED(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__POINTER(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__OBJECT(closure:PGClosure; return_value:PGValue;
  n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_STRING__OBJECT_POINTER(closure:PGClosure;
  return_value:PGValue; n_param_values:GUInt; param_values:PGValue;
  invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_VOID__UINT_POINTER(closure:PGClosure;
  return_value:PGValue; n_param_values:GUInt; param_values:PGValue;
  invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;
procedure g_cclosure_marshal_BOOLEAN__FLAGS(closure:PGClosure;
  return_value:PGValue; n_param_values:GUInt; param_values:PGValue;
  invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gobjectlib;

procedure g_cclosure_marshal_BOOL__FLAGS(closure:PGClosure;
  return_value:PGValue; n_param_values:GUInt; param_values:PGValue;
  invocation_hint:GPointer;
  marshal_data:GPointer);cdecl;external gliblib name 'g_cclosure_marshal_BOOLEAN__FLAGS';
{$ENDIF read_interface_rest}
// included by glib2.pas