You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2494 8e941d3f-bd1b-0410-a28a-d453659cc2b4
35 lines
539 B
ObjectPascal
35 lines
539 B
ObjectPascal
{ This is an autogenerated unit using gobject introspection (gir2pascal). Do not Edit. }
|
|
unit JSCore3;
|
|
|
|
{$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. |