Add binding functions for length and item getter of DeclarationBlock

This commit is contained in:
Xidorn Quan 2016-11-03 14:46:09 +11:00
parent 0b0ff2b152
commit 1af2edf190
3 changed files with 38 additions and 2 deletions

View file

@ -236,10 +236,12 @@ COMPILATION_TARGETS = {
"target_dir": "../gecko_bindings",
"blacklist_types": [
"nsACString_internal",
"nsAString_internal",
],
"raw_lines": [
"pub use nsstring::nsACString;",
"pub use nsstring::{nsACString, nsAString};",
"type nsACString_internal = nsACString;",
"type nsAString_internal = nsAString;"
],
"flags": [
"--ignore-methods",