mirror of
https://github.com/darlinghq/darling-JavaScriptCore.git
synced 2024-11-23 12:19:46 +00:00
13 lines
554 B
XML
13 lines
554 B
XML
<?xml version="1.0"?>
|
|
<repository version="1.2"
|
|
xmlns="http://www.gtk.org/introspection/core/1.0"
|
|
xmlns:c="http://www.gtk.org/introspection/c/1.0">
|
|
<namespace name="JavaScriptCore" version="@WEBKITGTK_API_VERSION@"
|
|
shared-library="javascriptcoregtk-@WEBKITGTK_API_VERSION@"
|
|
c:identifier-prefixes="JS"
|
|
c:symbol-prefixes="JS">
|
|
<record name="GlobalContext" c:type="JSGlobalContextRef" foreign="1"/>
|
|
<record name="Value" c:type="JSValueRef" foreign="1"/>
|
|
</namespace>
|
|
</repository>
|