mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update binding file.
This commit is contained in:
parent
1ef7b323ac
commit
4a8f680557
1 changed files with 4 additions and 0 deletions
|
@ -1139,6 +1139,10 @@ extern "C" {
|
||||||
atom: *mut nsIAtom,
|
atom: *mut nsIAtom,
|
||||||
unit: nsCSSUnit);
|
unit: nsCSSUnit);
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Gecko_CSSValue_SetAtomIdent(css_value: nsCSSValueBorrowedMut,
|
||||||
|
atom: *mut nsIAtom);
|
||||||
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Gecko_CSSValue_SetArray(css_value: nsCSSValueBorrowedMut,
|
pub fn Gecko_CSSValue_SetArray(css_value: nsCSSValueBorrowedMut,
|
||||||
len: i32);
|
len: i32);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue