<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, </span></div><div><span style="font-size: 12pt;"><br></span></div><div>I am trying to expose an api through webkit IDL like - </div><div><i>set_abc(float a)</i> </div><div>and </div><div><i>float get_abc()</i> </div><div><br></div><div>while compiling webkit-gtk, I am facing this error </div><div>"./DerivedSources/webkit/WebKitDOMABC.h:67:40: error: WebKitDOMabc does not name a type". </div><div><br></div><div>Is there any restriction in webkit IDL that we cannot use "_" between the api names. </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? </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>