mirror of
https://github.com/servo/servo.git
synced 2025-07-06 06:53:38 +01:00
28 lines
843 B
XML
28 lines
843 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE Definitions SYSTEM "widlprocxml.dtd">
|
|
<Definitions>
|
|
<webidl>[NoInterfaceObject]
|
|
interface Query {
|
|
any lookupEntry(unsigned long key);
|
|
};</webidl>
|
|
<Interface name="Query" id="::Query">
|
|
<webidl>[NoInterfaceObject]
|
|
interface Query {
|
|
any lookupEntry(unsigned long key);
|
|
};</webidl>
|
|
<ExtendedAttributeList>
|
|
<ExtendedAttribute name="NoInterfaceObject">
|
|
<webidl>NoInterfaceObject</webidl>
|
|
</ExtendedAttribute>
|
|
</ExtendedAttributeList>
|
|
<Operation name="lookupEntry" id="::Query::lookupEntry">
|
|
<webidl> any lookupEntry(unsigned long key);</webidl>
|
|
<Type type="any"/>
|
|
<ArgumentList>
|
|
<Argument name="key">
|
|
<Type type="unsigned long"/>
|
|
</Argument>
|
|
</ArgumentList>
|
|
</Operation>
|
|
</Interface>
|
|
</Definitions>
|