mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update bindings
This commit is contained in:
parent
96d6b30eff
commit
2782c3391c
3 changed files with 1468 additions and 1360 deletions
|
@ -2940,6 +2940,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_foreignObject: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms12fractalNoiseE"]
|
||||
pub static nsGkAtoms_fractalNoise: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms2frE"]
|
||||
pub static nsGkAtoms_fr: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms2fxE"]
|
||||
pub static nsGkAtoms_fx: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms2fyE"]
|
||||
|
@ -7957,6 +7959,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_foreignObject: *mut nsIAtom;
|
||||
#[link_name = "?fractalNoise@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_fractalNoise: *mut nsIAtom;
|
||||
#[link_name = "?fr@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_fr: *mut nsIAtom;
|
||||
#[link_name = "?fx@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_fx: *mut nsIAtom;
|
||||
#[link_name = "?fy@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
|
@ -12974,6 +12978,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_foreignObject: *mut nsIAtom;
|
||||
#[link_name = "\x01?fractalNoise@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
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"]
|
||||
pub static nsGkAtoms_fx: *mut nsIAtom;
|
||||
#[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 _) } };
|
||||
("fractalNoise") =>
|
||||
{ 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") =>
|
||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_fx as *mut _) } };
|
||||
("fy") =>
|
||||
|
|
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