mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update bindings.
This commit is contained in:
parent
dddea0cd94
commit
0053efb154
4 changed files with 2029 additions and 2392 deletions
|
@ -4900,8 +4900,6 @@ cfg_if! {
|
||||||
pub static nsGkAtoms_refx: *mut nsIAtom;
|
pub static nsGkAtoms_refx: *mut nsIAtom;
|
||||||
#[link_name = "_ZN9nsGkAtoms4refyE"]
|
#[link_name = "_ZN9nsGkAtoms4refyE"]
|
||||||
pub static nsGkAtoms_refy: *mut nsIAtom;
|
pub static nsGkAtoms_refy: *mut nsIAtom;
|
||||||
#[link_name = "_ZN9nsGkAtoms7isindexE"]
|
|
||||||
pub static nsGkAtoms_isindex: *mut nsIAtom;
|
|
||||||
#[link_name = "_ZN9nsGkAtoms7fefuncaE"]
|
#[link_name = "_ZN9nsGkAtoms7fefuncaE"]
|
||||||
pub static nsGkAtoms_fefunca: *mut nsIAtom;
|
pub static nsGkAtoms_fefunca: *mut nsIAtom;
|
||||||
#[link_name = "_ZN9nsGkAtoms7fefuncbE"]
|
#[link_name = "_ZN9nsGkAtoms7fefuncbE"]
|
||||||
|
@ -10029,8 +10027,6 @@ cfg_if! {
|
||||||
pub static nsGkAtoms_refx: *mut nsIAtom;
|
pub static nsGkAtoms_refx: *mut nsIAtom;
|
||||||
#[link_name = "?refy@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
#[link_name = "?refy@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||||
pub static nsGkAtoms_refy: *mut nsIAtom;
|
pub static nsGkAtoms_refy: *mut nsIAtom;
|
||||||
#[link_name = "?isindex@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
|
||||||
pub static nsGkAtoms_isindex: *mut nsIAtom;
|
|
||||||
#[link_name = "?fefunca@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
#[link_name = "?fefunca@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||||
pub static nsGkAtoms_fefunca: *mut nsIAtom;
|
pub static nsGkAtoms_fefunca: *mut nsIAtom;
|
||||||
#[link_name = "?fefuncb@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
#[link_name = "?fefuncb@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||||
|
@ -15158,8 +15154,6 @@ cfg_if! {
|
||||||
pub static nsGkAtoms_refx: *mut nsIAtom;
|
pub static nsGkAtoms_refx: *mut nsIAtom;
|
||||||
#[link_name = "\x01?refy@nsGkAtoms@@2PAVnsIAtom@@A"]
|
#[link_name = "\x01?refy@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||||
pub static nsGkAtoms_refy: *mut nsIAtom;
|
pub static nsGkAtoms_refy: *mut nsIAtom;
|
||||||
#[link_name = "\x01?isindex@nsGkAtoms@@2PAVnsIAtom@@A"]
|
|
||||||
pub static nsGkAtoms_isindex: *mut nsIAtom;
|
|
||||||
#[link_name = "\x01?fefunca@nsGkAtoms@@2PAVnsIAtom@@A"]
|
#[link_name = "\x01?fefunca@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||||
pub static nsGkAtoms_fefunca: *mut nsIAtom;
|
pub static nsGkAtoms_fefunca: *mut nsIAtom;
|
||||||
#[link_name = "\x01?fefuncb@nsGkAtoms@@2PAVnsIAtom@@A"]
|
#[link_name = "\x01?fefuncb@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||||
|
@ -20290,8 +20284,6 @@ macro_rules! atom {
|
||||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_refx as *mut _) } };
|
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_refx as *mut _) } };
|
||||||
("refy") =>
|
("refy") =>
|
||||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_refy as *mut _) } };
|
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_refy as *mut _) } };
|
||||||
("isindex") =>
|
|
||||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_isindex as *mut _) } };
|
|
||||||
("fefunca") =>
|
("fefunca") =>
|
||||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_fefunca as *mut _) } };
|
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_fefunca as *mut _) } };
|
||||||
("fefuncb") =>
|
("fefuncb") =>
|
||||||
|
|
|
@ -2709,8 +2709,9 @@ extern "C" {
|
||||||
change_hint: nsChangeHint);
|
change_hint: nsChangeHint);
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_TakeChangeHint(element: RawGeckoElementBorrowed)
|
pub fn Servo_TakeChangeHint(element: RawGeckoElementBorrowed,
|
||||||
-> nsChangeHint;
|
restyle_behavior: TraversalRestyleBehavior,
|
||||||
|
was_restyled: *mut bool) -> nsChangeHint;
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Servo_ResolveStyle(element: RawGeckoElementBorrowed,
|
pub fn Servo_ResolveStyle(element: RawGeckoElementBorrowed,
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue