2012-08-26 21:38:16 +00:00
|
|
|
{ This is an autogenerated unit using gobject introspection (gir2pascal). Do not Edit. }
|
2011-09-22 00:28:15 +00:00
|
|
|
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 }
|
2011-09-24 21:31:51 +00:00
|
|
|
Unknown: Pointer;
|
2011-09-22 00:28:15 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
|
|
{ JSObjectRef }
|
|
|
|
TJSObjectRef = record
|
|
|
|
{ opaque type }
|
2011-09-24 21:31:51 +00:00
|
|
|
Unknown: Pointer;
|
2011-09-22 00:28:15 +00:00
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
|
|
procedure JSEvaluateScript; cdecl; external;
|
|
|
|
implementation
|
|
|
|
end.
|