mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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,
|
||||
unit: nsCSSUnit);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CSSValue_SetAtomIdent(css_value: nsCSSValueBorrowedMut,
|
||||
atom: *mut nsIAtom);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CSSValue_SetArray(css_value: nsCSSValueBorrowedMut,
|
||||
len: i32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue