2011-09-24 01:35:47 +00:00
|
|
|
{ This is an autogenerated unit using gobject introspection. 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 }
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
|
|
{ JSObjectRef }
|
|
|
|
TJSObjectRef = record
|
|
|
|
{ opaque type }
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
|
|
{ void }
|
|
|
|
Tvoid = record
|
|
|
|
{ opaque type }
|
|
|
|
end;
|
|
|
|
|
|
|
|
|
|
|
|
procedure JSEvaluateScript; cdecl; external;
|
|
|
|
implementation
|
|
|
|
end.
|