mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add binding function to create empty DeclarationBlock
This commit is contained in:
parent
70641a777a
commit
0b0ff2b152
2 changed files with 9 additions and 0 deletions
|
@ -922,6 +922,10 @@ extern "C" {
|
|||
pub fn Servo_ParseStyleAttribute(data: *const nsACString_internal)
|
||||
-> RawServoDeclarationBlockStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_DeclarationBlock_CreateEmpty()
|
||||
-> RawServoDeclarationBlockStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_DeclarationBlock_Equals(a: RawServoDeclarationBlockBorrowed,
|
||||
b: RawServoDeclarationBlockBorrowed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue