Interface method does not have a self pointer

On page 27 of specs version 1.0, the example distortionItf interface calls the method SetDistortion without a self pointer . Is it allowed ?

No, it should have a self pointer, this is a typo. Thanks for pointing this out, we’ll fix this in the final specification.