12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- // included by glib2.pas
- 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';
- // included by glib2.pas
|