Re: [SVGMobile12] A.7.19 gotoLocation

Maciej Stachowiak wrote:
> Most languages of interest support either argument defaulting, or 
> overloading based on number of arguments.

But there's no way to generate function overloads from that IDL.  That is, the 
IDL does not express the fact that the arguments are optional, so any sort of 
system that creates automated language bindings (say C++ header files in Gecko's 
case) from the IDL will not be able to handle optional arguments.

-Boris

Received on Sunday, 5 February 2006 16:17:20 UTC