lazarus/lcl/interfaces/gtk3/gtk3bindings/lazjscore3.pas
2013-06-23 10:35:00 +00:00

35 lines
542 B
ObjectPascal

{ This is an autogenerated unit using gobject introspection (gir2pascal). Do not Edit. }
unit LazJSCore3;
{$MODE OBJFPC}{$H+}
{$PACKRECORDS C}
{$MODESWITCH DUPLICATELOCALS+}
{$LINKLIB webkitgtk-3.0}
interface
uses
CTypes;
const
JSCore3_library = 'webkitgtk-3.0';
type
{ JSGlobalContextRef }
TJSGlobalContextRef = record
{ opaque type }
Unknown: Pointer;
end;
{ JSObjectRef }
TJSObjectRef = record
{ opaque type }
Unknown: Pointer;
end;
procedure JSEvaluateScript; cdecl; external;
implementation
end.