mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Update bindings.
This commit is contained in:
parent
5b3bb04d4a
commit
aea24fa81e
1 changed files with 6 additions and 0 deletions
|
@ -746,6 +746,12 @@ extern "C" {
|
|||
RawGeckoElementBorrowed)
|
||||
-> RawServoDeclarationBlockStrongBorrowedOrNull;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_IsPrivateBrowsingEnabled(aDoc: *const nsIDocument) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_AreVisitedLinksEnabled() -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetAnimationRule(aElementOrPseudo: RawGeckoElementBorrowed,
|
||||
aCascadeLevel:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue