mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Regenerate bindings.
MozReview-Commit-ID: JqgkZ4zjQER
This commit is contained in:
parent
2d232cecb2
commit
f491f61bb3
3 changed files with 17 additions and 2 deletions
|
@ -463,6 +463,21 @@ extern "C" {
|
||||||
legacy_syntax: bool, stops: u32)
|
legacy_syntax: bool, stops: u32)
|
||||||
-> *mut nsStyleGradient;
|
-> *mut nsStyleGradient;
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Gecko_SetListStyleImageNone(style_struct: *mut nsStyleList);
|
||||||
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Gecko_SetListStyleImage(style_struct: *mut nsStyleList,
|
||||||
|
string_bytes: *const u8,
|
||||||
|
string_length: u32,
|
||||||
|
base_uri: *mut ThreadSafeURIHolder,
|
||||||
|
referrer: *mut ThreadSafeURIHolder,
|
||||||
|
principal: *mut ThreadSafePrincipalHolder);
|
||||||
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Gecko_CopyListStyleImageFrom(dest: *mut nsStyleList,
|
||||||
|
src: *const nsStyleList);
|
||||||
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Gecko_SetMozBinding(style_struct: *mut nsStyleDisplay,
|
pub fn Gecko_SetMozBinding(style_struct: *mut nsStyleDisplay,
|
||||||
string_bytes: *const u8, string_length: u32,
|
string_bytes: *const u8, string_length: u32,
|
||||||
|
|
|
@ -10440,8 +10440,8 @@ fn bindgen_test_layout_nsStyleQuoteValues() {
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct nsStyleList {
|
pub struct nsStyleList {
|
||||||
pub mListStylePosition: u8,
|
pub mListStylePosition: u8,
|
||||||
|
pub mListStyleImage: RefPtr<nsStyleImageRequest>,
|
||||||
pub mCounterStyle: RefPtr<CounterStyle>,
|
pub mCounterStyle: RefPtr<CounterStyle>,
|
||||||
pub mListStyleImage: RefPtr<imgRequestProxy>,
|
|
||||||
pub mQuotes: RefPtr<nsStyleQuoteValues>,
|
pub mQuotes: RefPtr<nsStyleQuoteValues>,
|
||||||
pub mImageRegion: nsRect,
|
pub mImageRegion: nsRect,
|
||||||
}
|
}
|
||||||
|
|
|
@ -10385,8 +10385,8 @@ fn bindgen_test_layout_nsStyleQuoteValues() {
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct nsStyleList {
|
pub struct nsStyleList {
|
||||||
pub mListStylePosition: u8,
|
pub mListStylePosition: u8,
|
||||||
|
pub mListStyleImage: RefPtr<nsStyleImageRequest>,
|
||||||
pub mCounterStyle: RefPtr<CounterStyle>,
|
pub mCounterStyle: RefPtr<CounterStyle>,
|
||||||
pub mListStyleImage: RefPtr<imgRequestProxy>,
|
|
||||||
pub mQuotes: RefPtr<nsStyleQuoteValues>,
|
pub mQuotes: RefPtr<nsStyleQuoteValues>,
|
||||||
pub mImageRegion: nsRect,
|
pub mImageRegion: nsRect,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue