gmarshal.inc 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. // included by glib2.pas
  2. procedure g_cclosure_marshal_VOID__VOID(closure:PGClosure; return_value:PGValue;
  3. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  4. marshal_data:GPointer);cdecl;external gobjectlib;
  5. procedure g_cclosure_marshal_VOID__BOOLEAN(closure:PGClosure; return_value:PGValue;
  6. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  7. marshal_data:GPointer);cdecl;external gobjectlib;
  8. procedure g_cclosure_marshal_VOID__CHAR(closure:PGClosure; return_value:PGValue;
  9. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  10. marshal_data:GPointer);cdecl;external gobjectlib;
  11. procedure g_cclosure_marshal_VOID__UCHAR(closure:PGClosure; return_value:PGValue;
  12. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  13. marshal_data:GPointer);cdecl;external gobjectlib;
  14. procedure g_cclosure_marshal_VOID__INT(closure:PGClosure; return_value:PGValue;
  15. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  16. marshal_data:GPointer);cdecl;external gobjectlib;
  17. procedure g_cclosure_marshal_VOID__UINT(closure:PGClosure; return_value:PGValue;
  18. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  19. marshal_data:GPointer);cdecl;external gobjectlib;
  20. procedure g_cclosure_marshal_VOID__LONG(closure:PGClosure; return_value:PGValue;
  21. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  22. marshal_data:GPointer);cdecl;external gobjectlib;
  23. procedure g_cclosure_marshal_VOID__ULONG(closure:PGClosure; return_value:PGValue;
  24. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  25. marshal_data:GPointer);cdecl;external gobjectlib;
  26. procedure g_cclosure_marshal_VOID__ENUM(closure:PGClosure; return_value:PGValue;
  27. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  28. marshal_data:GPointer);cdecl;external gobjectlib;
  29. procedure g_cclosure_marshal_VOID__FLAGS(closure:PGClosure; return_value:PGValue;
  30. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  31. marshal_data:GPointer);cdecl;external gobjectlib;
  32. procedure g_cclosure_marshal_VOID__FLOAT(closure:PGClosure; return_value:PGValue;
  33. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  34. marshal_data:GPointer);cdecl;external gobjectlib;
  35. procedure g_cclosure_marshal_VOID__DOUBLE(closure:PGClosure; return_value:PGValue;
  36. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  37. marshal_data:GPointer);cdecl;external gobjectlib;
  38. procedure g_cclosure_marshal_VOID__STRING(closure:PGClosure; return_value:PGValue;
  39. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  40. marshal_data:GPointer);cdecl;external gobjectlib;
  41. procedure g_cclosure_marshal_VOID__PARAM(closure:PGClosure; return_value:PGValue;
  42. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  43. marshal_data:GPointer);cdecl;external gobjectlib;
  44. procedure g_cclosure_marshal_VOID__BOXED(closure:PGClosure; return_value:PGValue;
  45. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  46. marshal_data:GPointer);cdecl;external gobjectlib;
  47. procedure g_cclosure_marshal_VOID__POINTER(closure:PGClosure; return_value:PGValue;
  48. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  49. marshal_data:GPointer);cdecl;external gobjectlib;
  50. procedure g_cclosure_marshal_VOID__OBJECT(closure:PGClosure; return_value:PGValue;
  51. n_param_values:GUInt; param_values:PGValue; invocation_hint:GPointer;
  52. marshal_data:GPointer);cdecl;external gobjectlib;
  53. procedure g_cclosure_marshal_STRING__OBJECT_POINTER(closure:PGClosure;
  54. return_value:PGValue; n_param_values:GUInt; param_values:PGValue;
  55. invocation_hint:GPointer;
  56. marshal_data:GPointer);cdecl;external gobjectlib;
  57. procedure g_cclosure_marshal_VOID__UINT_POINTER(closure:PGClosure;
  58. return_value:PGValue; n_param_values:GUInt; param_values:PGValue;
  59. invocation_hint:GPointer;
  60. marshal_data:GPointer);cdecl;external gobjectlib;
  61. procedure g_cclosure_marshal_BOOLEAN__FLAGS(closure:PGClosure;
  62. return_value:PGValue; n_param_values:GUInt; param_values:PGValue;
  63. invocation_hint:GPointer;
  64. marshal_data:GPointer);cdecl;external gobjectlib;
  65. procedure g_cclosure_marshal_BOOL__FLAGS(closure:PGClosure;
  66. return_value:PGValue; n_param_values:GUInt; param_values:PGValue;
  67. invocation_hint:GPointer;
  68. marshal_data:GPointer);cdecl;external gliblib name 'g_cclosure_marshal_BOOLEAN__FLAGS';
  69. // included by glib2.pas