mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add binding functions for cssText getter / setter
This commit is contained in:
parent
1af2edf190
commit
eb3bbc6bb9
2 changed files with 13 additions and 1 deletions
|
@ -932,6 +932,11 @@ extern "C" {
|
|||
b: RawServoDeclarationBlockBorrowed)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_DeclarationBlock_GetCssText(declarations:
|
||||
RawServoDeclarationBlockBorrowed,
|
||||
result: *mut nsAString_internal);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_DeclarationBlock_SerializeOneValue(declarations:
|
||||
RawServoDeclarationBlockBorrowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue