mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Regenerate bindings.
Bindings update corresponding to https://hg.mozilla.org/incubator/stylo/rev/88d68e17f03c
This commit is contained in:
parent
544f238572
commit
6274ed1798
3 changed files with 1296 additions and 1566 deletions
|
@ -915,6 +915,10 @@ extern "C" {
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_Node_ClearNodeData(node: RawGeckoNodeBorrowed);
|
pub fn Servo_Node_ClearNodeData(node: RawGeckoNodeBorrowed);
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Servo_StyleSheet_Empty(parsing_mode: SheetParsingMode)
|
||||||
|
-> RawServoStyleSheetStrong;
|
||||||
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_StyleSheet_FromUTF8Bytes(data: *const nsACString_internal,
|
pub fn Servo_StyleSheet_FromUTF8Bytes(data: *const nsACString_internal,
|
||||||
parsing_mode: SheetParsingMode,
|
parsing_mode: SheetParsingMode,
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue