Update bindings

This commit is contained in:
Brian Birtles 2017-05-24 09:09:07 +09:00
parent 96d6b30eff
commit 2782c3391c
3 changed files with 1468 additions and 1360 deletions

View file

@ -2940,6 +2940,8 @@ cfg_if! {
pub static nsGkAtoms_foreignObject: *mut nsIAtom; pub static nsGkAtoms_foreignObject: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms12fractalNoiseE"] #[link_name = "_ZN9nsGkAtoms12fractalNoiseE"]
pub static nsGkAtoms_fractalNoise: *mut nsIAtom; pub static nsGkAtoms_fractalNoise: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms2frE"]
pub static nsGkAtoms_fr: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms2fxE"] #[link_name = "_ZN9nsGkAtoms2fxE"]
pub static nsGkAtoms_fx: *mut nsIAtom; pub static nsGkAtoms_fx: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms2fyE"] #[link_name = "_ZN9nsGkAtoms2fyE"]
@ -7957,6 +7959,8 @@ cfg_if! {
pub static nsGkAtoms_foreignObject: *mut nsIAtom; pub static nsGkAtoms_foreignObject: *mut nsIAtom;
#[link_name = "?fractalNoise@nsGkAtoms@@2PEAVnsIAtom@@EA"] #[link_name = "?fractalNoise@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_fractalNoise: *mut nsIAtom; pub static nsGkAtoms_fractalNoise: *mut nsIAtom;
#[link_name = "?fr@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_fr: *mut nsIAtom;
#[link_name = "?fx@nsGkAtoms@@2PEAVnsIAtom@@EA"] #[link_name = "?fx@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_fx: *mut nsIAtom; pub static nsGkAtoms_fx: *mut nsIAtom;
#[link_name = "?fy@nsGkAtoms@@2PEAVnsIAtom@@EA"] #[link_name = "?fy@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@ -12974,6 +12978,8 @@ cfg_if! {
pub static nsGkAtoms_foreignObject: *mut nsIAtom; pub static nsGkAtoms_foreignObject: *mut nsIAtom;
#[link_name = "\x01?fractalNoise@nsGkAtoms@@2PAVnsIAtom@@A"] #[link_name = "\x01?fractalNoise@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_fractalNoise: *mut nsIAtom; pub static nsGkAtoms_fractalNoise: *mut nsIAtom;
#[link_name = "\x01?fr@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_fr: *mut nsIAtom;
#[link_name = "\x01?fx@nsGkAtoms@@2PAVnsIAtom@@A"] #[link_name = "\x01?fx@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_fx: *mut nsIAtom; pub static nsGkAtoms_fx: *mut nsIAtom;
#[link_name = "\x01?fy@nsGkAtoms@@2PAVnsIAtom@@A"] #[link_name = "\x01?fy@nsGkAtoms@@2PAVnsIAtom@@A"]
@ -17994,6 +18000,8 @@ macro_rules! atom {
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_foreignObject as *mut _) } }; { unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_foreignObject as *mut _) } };
("fractalNoise") => ("fractalNoise") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_fractalNoise as *mut _) } }; { unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_fractalNoise as *mut _) } };
("fr") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_fr as *mut _) } };
("fx") => ("fx") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_fx as *mut _) } }; { unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_fx as *mut _) } };
("fy") => ("fy") =>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff