mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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)
|
RawGeckoElementBorrowed)
|
||||||
-> RawServoDeclarationBlockStrongBorrowedOrNull;
|
-> RawServoDeclarationBlockStrongBorrowedOrNull;
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Gecko_IsPrivateBrowsingEnabled(aDoc: *const nsIDocument) -> bool;
|
||||||
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Gecko_AreVisitedLinksEnabled() -> bool;
|
||||||
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Gecko_GetAnimationRule(aElementOrPseudo: RawGeckoElementBorrowed,
|
pub fn Gecko_GetAnimationRule(aElementOrPseudo: RawGeckoElementBorrowed,
|
||||||
aCascadeLevel:
|
aCascadeLevel:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue