mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update bindings
This commit is contained in:
parent
6893446b71
commit
46adb0f0a7
3 changed files with 484 additions and 263 deletions
|
@ -511,12 +511,6 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Servo_StyleSet_Drop(ptr: RawServoStyleSetOwned);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_ChildrenCount(node: RawGeckoNodeBorrowed) -> u32;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_NodeIsElement(node: RawGeckoNodeBorrowed) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_IsInDocument(node: RawGeckoNodeBorrowed) -> bool;
|
||||
}
|
||||
|
@ -595,9 +589,6 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Gecko_DocumentState(aDocument: *const nsIDocument) -> u64;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_IsTextNode(node: RawGeckoNodeBorrowed) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_IsRootElement(element: RawGeckoElementBorrowed) -> bool;
|
||||
}
|
||||
|
@ -605,16 +596,9 @@ extern "C" {
|
|||
pub fn Gecko_MatchesElement(type_: CSSPseudoClassType,
|
||||
element: RawGeckoElementBorrowed) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_LocalName(element: RawGeckoElementBorrowed) -> *mut nsIAtom;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_Namespace(element: RawGeckoElementBorrowed) -> *mut nsIAtom;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetElementId(element: RawGeckoElementBorrowed)
|
||||
-> *mut nsIAtom;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_MatchLang(element: RawGeckoElementBorrowed,
|
||||
override_lang: *mut nsIAtom,
|
||||
|
@ -1073,9 +1057,6 @@ extern "C" {
|
|||
type_: nsStyleContentType)
|
||||
-> *mut nsStyleContentData_CounterFunction;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetNodeFlags(node: RawGeckoNodeBorrowed) -> u32;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_SetNodeFlags(node: RawGeckoNodeBorrowed, flags: u32);
|
||||
}
|
||||
|
@ -1104,10 +1085,6 @@ extern "C" {
|
|||
old_style_bits: u64,
|
||||
any_style_changed: *mut bool) -> u32;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_HintsHandledForDescendants(aHint: nsChangeHint)
|
||||
-> nsChangeHint;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetElementSnapshot(table: *const ServoElementSnapshotTable,
|
||||
element: RawGeckoElementBorrowed)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue