blob: 6f8dcc128dce29c99e464a8ccfec02653339e888 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?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>
|