mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update binding files.
This commit is contained in:
parent
2820b7ac53
commit
2471c4d794
3 changed files with 387 additions and 364 deletions
|
@ -444,9 +444,6 @@ extern "C" {
|
||||||
url_bytes: *const u8, url_length: u32,
|
url_bytes: *const u8, url_length: u32,
|
||||||
media_bytes: *const u8, media_length: u32);
|
media_bytes: *const u8, media_length: u32);
|
||||||
}
|
}
|
||||||
extern "C" {
|
|
||||||
pub fn Gecko_URLExtraData_CreateDummy() -> *mut RawGeckoURLExtraData;
|
|
||||||
}
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Gecko_MaybeCreateStyleChildrenIterator(node: RawGeckoNodeBorrowed)
|
pub fn Gecko_MaybeCreateStyleChildrenIterator(node: RawGeckoNodeBorrowed)
|
||||||
-> StyleChildrenIteratorOwnedOrNull;
|
-> StyleChildrenIteratorOwnedOrNull;
|
||||||
|
@ -1859,7 +1856,7 @@ extern "C" {
|
||||||
-> ServoComputedValuesStrong;
|
-> ServoComputedValuesStrong;
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_Initialize();
|
pub fn Servo_Initialize(dummy_url_data: *mut RawGeckoURLExtraData);
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_Shutdown();
|
pub fn Servo_Shutdown();
|
||||||
|
|
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