mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update binding files.
This commit is contained in:
parent
505809528c
commit
a4674554e7
3 changed files with 517 additions and 498 deletions
|
@ -32,6 +32,7 @@ use gecko_bindings::structs::CSSPseudoElementType;
|
|||
use gecko_bindings::structs::TraversalRestyleBehavior;
|
||||
use gecko_bindings::structs::TraversalRootBehavior;
|
||||
use gecko_bindings::structs::ComputedTimingFunction_BeforeFlag;
|
||||
use gecko_bindings::structs::CounterStylePtr;
|
||||
use gecko_bindings::structs::FontFamilyList;
|
||||
use gecko_bindings::structs::FontFamilyType;
|
||||
use gecko_bindings::structs::FontSizePrefs;
|
||||
|
@ -852,12 +853,22 @@ extern "C" {
|
|||
aSrc: *const nsStyleVisibility);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_SetListStyleType(style_struct: *mut nsStyleList,
|
||||
name: *mut nsIAtom);
|
||||
pub fn Gecko_SetCounterStyleToName(ptr: *mut CounterStylePtr,
|
||||
name: *mut nsIAtom);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CopyListStyleTypeFrom(dst: *mut nsStyleList,
|
||||
src: *const nsStyleList);
|
||||
pub fn Gecko_SetCounterStyleToSymbols(ptr: *mut CounterStylePtr,
|
||||
symbols_type: u8,
|
||||
symbols: *const *const nsACString,
|
||||
symbols_count: u32);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_SetCounterStyleToString(ptr: *mut CounterStylePtr,
|
||||
symbol: *const nsACString);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CopyCounterStyle(dst: *mut CounterStylePtr,
|
||||
src: *const CounterStylePtr);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_SetNullImageValue(image: *mut nsStyleImage);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue