Update bindings.

This commit is contained in:
Hiroyuki Ikezoe 2017-07-15 11:19:29 +09:00
parent dddea0cd94
commit 0053efb154
4 changed files with 2029 additions and 2392 deletions

View file

@ -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") =>

View file

@ -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