mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Update bindings.
This commit is contained in:
parent
6ae5af17ce
commit
60b160d867
3 changed files with 1344 additions and 1166 deletions
|
@ -1916,6 +1916,13 @@ extern "C" {
|
||||||
pub fn Servo_DeclarationBlock_SetTextDecorationColorOverride(declarations:
|
pub fn Servo_DeclarationBlock_SetTextDecorationColorOverride(declarations:
|
||||||
RawServoDeclarationBlockBorrowed);
|
RawServoDeclarationBlockBorrowed);
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Servo_DeclarationBlock_SetBackgroundImage(declarations:
|
||||||
|
RawServoDeclarationBlockBorrowed,
|
||||||
|
value: *const nsAString,
|
||||||
|
extra_data:
|
||||||
|
*mut RawGeckoURLExtraData);
|
||||||
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_MediaList_Create() -> RawServoMediaListStrong;
|
pub fn Servo_MediaList_Create() -> RawServoMediaListStrong;
|
||||||
}
|
}
|
||||||
|
|
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