mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
style: Update bindings.
This commit is contained in:
parent
88cc2798c4
commit
f16e699db5
1 changed files with 6 additions and 1 deletions
|
@ -2130,9 +2130,14 @@ extern "C" {
|
|||
);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_NoteStyleSheetsChanged(
|
||||
pub fn Servo_StyleSet_SetAuthorStyleDisabled(
|
||||
set: RawServoStyleSetBorrowed,
|
||||
author_style_disabled: bool,
|
||||
);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_NoteStyleSheetsChanged(
|
||||
set: RawServoStyleSetBorrowed,
|
||||
changed_origins: OriginFlags,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue