mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update bindings.
MozReview-Commit-ID: 8hyaJxfSi9L
This commit is contained in:
parent
ffa03380ca
commit
e2c0ca5110
1 changed files with 15 additions and 0 deletions
|
@ -1560,6 +1560,17 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Gecko_ShouldCreateStyleThreadPool() -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetSystemPageSize() -> usize;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_ProtectBuffer(buffer: *mut ::std::os::raw::c_void,
|
||||
size: usize);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_UnprotectBuffer(buffer: *mut ::std::os::raw::c_void,
|
||||
size: usize);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_Construct_Default_nsStyleFont(ptr: *mut nsStyleFont,
|
||||
pres_context:
|
||||
|
@ -2989,6 +3000,10 @@ extern "C" {
|
|||
*const ServoRawOffsetArc<RustString>)
|
||||
-> ServoRawOffsetArc<RustString>;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_CorruptRuleHashAndCrash(set: RawServoStyleSetBorrowed,
|
||||
index: usize);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CreateCSSErrorReporter(sheet: *mut ServoStyleSheet,
|
||||
loader: *mut Loader, uri: *mut nsIURI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue