mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Update bindings.
This commit is contained in:
parent
94d84737af
commit
e9a26f3a89
1 changed files with 10 additions and 0 deletions
|
@ -1921,6 +1921,11 @@ extern "C" {
|
||||||
pub fn Gecko_AddBufferToCrashReport(addr: *const ::std::os::raw::c_void,
|
pub fn Gecko_AddBufferToCrashReport(addr: *const ::std::os::raw::c_void,
|
||||||
len: usize);
|
len: usize);
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Gecko_AnnotateCrashReport(key_str: *const ::std::os::raw::c_char,
|
||||||
|
value_str:
|
||||||
|
*const ::std::os::raw::c_char);
|
||||||
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_Element_ClearData(node: RawGeckoElementBorrowed);
|
pub fn Servo_Element_ClearData(node: RawGeckoElementBorrowed);
|
||||||
}
|
}
|
||||||
|
@ -2118,6 +2123,11 @@ extern "C" {
|
||||||
arg2: RawServoSelectorListBorrowed)
|
arg2: RawServoSelectorListBorrowed)
|
||||||
-> bool;
|
-> bool;
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Servo_SelectorList_Closest(arg1: RawGeckoElementBorrowed,
|
||||||
|
arg2: RawServoSelectorListBorrowed)
|
||||||
|
-> *const RawGeckoElement;
|
||||||
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_StyleSet_AddSizeOfExcludingThis(malloc_size_of: MallocSizeOf,
|
pub fn Servo_StyleSet_AddSizeOfExcludingThis(malloc_size_of: MallocSizeOf,
|
||||||
malloc_enclosing_size_of:
|
malloc_enclosing_size_of:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue