Confirmed users
753
edits
No edit summary |
|||
| Line 25: | Line 25: | ||
Add an entry about your new interface to {{moz-central|dom/bindings/Bindings.conf}}. Check existing WebGLExtension* entries for examples. You should have something like: | Add an entry about your new interface to {{moz-central|dom/bindings/Bindings.conf}}. Check existing WebGLExtension* entries for examples. You should have something like: | ||
'WebGLExtensionFooBar': { | 'WebGLExtensionFooBar': { | ||
'nativeType': 'mozilla::WebGLExtensionFooBar', | |||
'headerFile': 'WebGLExtensions.h' | |||
}, | }, | ||
If you need more information, consult [https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings WebIDL bindings] or ask for help on IRC in channel #content | If you need more information, consult [https://developer.mozilla.org/en-US/docs/Mozilla/WebIDL_bindings WebIDL bindings] or ask for help on IRC in channel #content | ||