mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Update bindings.
This commit is contained in:
parent
da94feb11a
commit
98e4c08c64
2 changed files with 1663 additions and 100 deletions
|
@ -1140,10 +1140,7 @@ extern "C" {
|
|||
pub fn Gecko_ReleaseImageValueArbitraryThread(aPtr: *mut ImageValue);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_ImageValue_Create(
|
||||
aURI: ServoBundledURI,
|
||||
aURIString: ServoRawOffsetArc<RustString>,
|
||||
) -> *mut ImageValue;
|
||||
pub fn Gecko_ImageValue_Create(aURI: ServoBundledURI) -> *mut ImageValue;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_ImageValue_SizeOfIncludingThis(aImageValue: *mut ImageValue) -> usize;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue