mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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,
|
pub fn Servo_ParseProperty(property: nsCSSPropertyID,
|
||||||
value: *const nsACString,
|
value: *const nsACString,
|
||||||
data: *mut RawGeckoURLExtraData,
|
data: *mut RawGeckoURLExtraData,
|
||||||
length_parsing_mode: LengthParsingMode)
|
parsing_mode: ParsingMode)
|
||||||
-> RawServoDeclarationBlockStrong;
|
-> RawServoDeclarationBlockStrong;
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -2034,8 +2034,8 @@ extern "C" {
|
||||||
value: *const nsACString,
|
value: *const nsACString,
|
||||||
is_important: bool,
|
is_important: bool,
|
||||||
data: *mut RawGeckoURLExtraData,
|
data: *mut RawGeckoURLExtraData,
|
||||||
parsing_mode:
|
parsing_mode: ParsingMode)
|
||||||
ParsingMode) -> bool;
|
-> bool;
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_DeclarationBlock_SetPropertyById(declarations:
|
pub fn Servo_DeclarationBlock_SetPropertyById(declarations:
|
||||||
|
@ -2045,8 +2045,7 @@ extern "C" {
|
||||||
is_important: bool,
|
is_important: bool,
|
||||||
data:
|
data:
|
||||||
*mut RawGeckoURLExtraData,
|
*mut RawGeckoURLExtraData,
|
||||||
parsing_mode:
|
parsing_mode: ParsingMode)
|
||||||
ParsingMode)
|
|
||||||
-> bool;
|
-> bool;
|
||||||
}
|
}
|
||||||
extern "C" {
|
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