style: Update bindings.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-27 11:12:06 +01:00
parent cfbdf3d694
commit a5957fadf6
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 818 additions and 109 deletions

View file

@ -2298,6 +2298,19 @@ extern "C" {
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" {
pub fn Servo_AuthorStyles_ForceDirty(self_: RawServoAuthorStylesBorrowedMut);
}

File diff suppressed because it is too large Load diff