mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update bindings.
This commit is contained in:
parent
59dd93f849
commit
48f6821516
3 changed files with 296 additions and 265 deletions
|
@ -1865,7 +1865,7 @@ extern "C" {
|
|||
pub fn Servo_ParseProperty(property: nsCSSPropertyID,
|
||||
value: *const nsACString,
|
||||
data: *mut RawGeckoURLExtraData,
|
||||
length_parsing_mode: LengthParsingMode)
|
||||
parsing_mode: ParsingMode)
|
||||
-> RawServoDeclarationBlockStrong;
|
||||
}
|
||||
extern "C" {
|
||||
|
@ -2034,8 +2034,8 @@ extern "C" {
|
|||
value: *const nsACString,
|
||||
is_important: bool,
|
||||
data: *mut RawGeckoURLExtraData,
|
||||
parsing_mode:
|
||||
ParsingMode) -> bool;
|
||||
parsing_mode: ParsingMode)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_DeclarationBlock_SetPropertyById(declarations:
|
||||
|
@ -2045,8 +2045,7 @@ extern "C" {
|
|||
is_important: bool,
|
||||
data:
|
||||
*mut RawGeckoURLExtraData,
|
||||
parsing_mode:
|
||||
ParsingMode)
|
||||
parsing_mode: ParsingMode)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue