style: Update bindings.

This commit is contained in:
Emilio Cobos Álvarez 2017-10-14 13:55:46 +02:00
parent 94d84737af
commit e9a26f3a89
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -1921,6 +1921,11 @@ extern "C" {
pub fn Gecko_AddBufferToCrashReport(addr: *const ::std::os::raw::c_void,
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" {
pub fn Servo_Element_ClearData(node: RawGeckoElementBorrowed);
}
@ -2118,6 +2123,11 @@ extern "C" {
arg2: RawServoSelectorListBorrowed)
-> bool;
}
extern "C" {
pub fn Servo_SelectorList_Closest(arg1: RawGeckoElementBorrowed,
arg2: RawServoSelectorListBorrowed)
-> *const RawGeckoElement;
}
extern "C" {
pub fn Servo_StyleSet_AddSizeOfExcludingThis(malloc_size_of: MallocSizeOf,
malloc_enclosing_size_of: