Add binding functions for cssText getter / setter

This commit is contained in:
Xidorn Quan 2016-11-03 14:47:05 +11:00
parent 1af2edf190
commit eb3bbc6bb9
2 changed files with 13 additions and 1 deletions

View file

@ -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,