mirror of
https://github.com/servo/servo.git
synced 2025-08-24 14:48:21 +01:00
Update bindings.
This commit is contained in:
parent
4834162e4a
commit
1a5e1c6255
4 changed files with 131 additions and 77 deletions
|
@ -1934,8 +1934,6 @@ extern "C" {
|
|||
property: *const nsACString,
|
||||
timing_function:
|
||||
nsTimingFunctionBorrowed,
|
||||
computed_values:
|
||||
ServoComputedValuesBorrowed,
|
||||
keyframe_list:
|
||||
RawGeckoKeyframeListBorrowedMut)
|
||||
-> bool;
|
||||
|
@ -2161,6 +2159,16 @@ extern "C" {
|
|||
pub fn Servo_StyleRule_GetSelectorCount(rule: RawServoStyleRuleBorrowed,
|
||||
count: *mut u32);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleRule_SelectorMatchesElement(arg1:
|
||||
RawServoStyleRuleBorrowed,
|
||||
arg2:
|
||||
RawGeckoElementBorrowed,
|
||||
index: u32,
|
||||
pseudo_type:
|
||||
CSSPseudoElementType)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_ImportRule_GetHref(rule: RawServoImportRuleBorrowed,
|
||||
result: *mut nsAString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue