mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
stylo: Update bindings.
This commit is contained in:
parent
6d6c80e79b
commit
e24d81dbe7
4 changed files with 4480 additions and 4557 deletions
|
@ -240,6 +240,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_arrow: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms7articleE"]
|
||||
pub static nsGkAtoms_article: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms2asE"]
|
||||
pub static nsGkAtoms_as: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms9ascendingE"]
|
||||
pub static nsGkAtoms_ascending: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms5asideE"]
|
||||
|
@ -5367,6 +5369,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_arrow: *mut nsIAtom;
|
||||
#[link_name = "?article@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_article: *mut nsIAtom;
|
||||
#[link_name = "?as@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_as: *mut nsIAtom;
|
||||
#[link_name = "?ascending@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_ascending: *mut nsIAtom;
|
||||
#[link_name = "?aside@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
|
@ -10494,6 +10498,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_arrow: *mut nsIAtom;
|
||||
#[link_name = "\x01?article@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
pub static nsGkAtoms_article: *mut nsIAtom;
|
||||
#[link_name = "\x01?as@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
pub static nsGkAtoms_as: *mut nsIAtom;
|
||||
#[link_name = "\x01?ascending@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
pub static nsGkAtoms_ascending: *mut nsIAtom;
|
||||
#[link_name = "\x01?aside@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
|
@ -15624,6 +15630,8 @@ macro_rules! atom {
|
|||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_arrow as *mut _) } };
|
||||
("article") =>
|
||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_article as *mut _) } };
|
||||
("as") =>
|
||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_as as *mut _) } };
|
||||
("ascending") =>
|
||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ascending as *mut _) } };
|
||||
("aside") =>
|
||||
|
|
|
@ -2752,6 +2752,8 @@ extern "C" {
|
|||
RawServoStyleSetBorrowed,
|
||||
element:
|
||||
RawGeckoElementBorrowed,
|
||||
existing_style:
|
||||
ServoComputedValuesBorrowed,
|
||||
snapshots:
|
||||
*const ServoElementSnapshotTable,
|
||||
pseudo_type:
|
||||
|
|
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