mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update bindings.
This commit is contained in:
parent
9c338a2929
commit
0534f72925
3 changed files with 266 additions and 252 deletions
|
@ -1916,6 +1916,10 @@ extern "C" {
|
|||
index: usize)
|
||||
-> ServoStyleContextStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_Element_IsDisplayNone(element: RawGeckoElementBorrowed)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSheet_FromUTF8Bytes(loader: *mut Loader,
|
||||
gecko_stylesheet:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue