<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div><span style="font-size: 12pt;">Hi,&nbsp;</span></div><div><span style="font-size: 12pt;"><br></span></div><div>I am trying to expose an api through webkit IDL like -&nbsp;</div><div><i>set_abc(float a)</i>&nbsp;</div><div>and&nbsp;</div><div><i>float get_abc()</i>&nbsp;</div><div><br></div><div>while compiling webkit-gtk, I am facing this error&nbsp;</div><div>"./DerivedSources/webkit/WebKitDOMABC.h:67:40: error: WebKitDOMabc does not name a type". &nbsp;</div><div><br></div><div>Is there any restriction in webkit IDL that we cannot use "_" between the api names.&nbsp;</div><div>As I saw in webkit idl document , we can create an alias for interface, so is there any way to create alias for API or not?&nbsp;</div><div><br></div><div>Your suggestions are most welcome.</div><div><br></div><div>--</div><div>BR,</div><div>Mahesh</div>                                               </div></body>
</html>