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
cfbdf3d694
commit
a5957fadf6
2 changed files with 818 additions and 109 deletions
|
@ -2298,6 +2298,19 @@ extern "C" {
|
||||||
gecko_sheet: *const ServoStyleSheet,
|
gecko_sheet: *const ServoStyleSheet,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Servo_AuthorStyles_RemoveStyleSheet(
|
||||||
|
self_: RawServoAuthorStylesBorrowedMut,
|
||||||
|
gecko_sheet: *const ServoStyleSheet,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Servo_AuthorStyles_InsertStyleSheetBefore(
|
||||||
|
self_: RawServoAuthorStylesBorrowedMut,
|
||||||
|
gecko_sheet: *const ServoStyleSheet,
|
||||||
|
before: *const ServoStyleSheet,
|
||||||
|
);
|
||||||
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_AuthorStyles_ForceDirty(self_: RawServoAuthorStylesBorrowedMut);
|
pub fn Servo_AuthorStyles_ForceDirty(self_: RawServoAuthorStylesBorrowedMut);
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue