summaryrefslogtreecommitdiff
path: root/bindings/lazjscore3.pas
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/lazjscore3.pas')
-rw-r--r--bindings/lazjscore3.pas35
1 files changed, 35 insertions, 0 deletions
diff --git a/bindings/lazjscore3.pas b/bindings/lazjscore3.pas
new file mode 100644
index 0000000..99f4f44
--- /dev/null
+++ b/bindings/lazjscore3.pas
@@ -0,0 +1,35 @@
+{ 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. \ No newline at end of file