mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add binding function for cloning DeclarationBlock
This commit is contained in:
parent
e8a3d935ad
commit
f6d5dc7d08
2 changed files with 12 additions and 0 deletions
|
@ -927,6 +927,11 @@ extern "C" {
|
|||
pub fn Servo_DeclarationBlock_CreateEmpty()
|
||||
-> RawServoDeclarationBlockStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_DeclarationBlock_Clone(declarations:
|
||||
RawServoDeclarationBlockBorrowed)
|
||||
-> RawServoDeclarationBlockStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_DeclarationBlock_Equals(a: RawServoDeclarationBlockBorrowed,
|
||||
b: RawServoDeclarationBlockBorrowed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue