mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Update binding files.
This commit is contained in:
parent
737733eaae
commit
4a53599647
3 changed files with 118 additions and 4 deletions
|
@ -79,6 +79,9 @@ unsafe impl Sync for nsStyleContent {}
|
|||
use gecko_bindings::structs::nsStyleContentData;
|
||||
unsafe impl Send for nsStyleContentData {}
|
||||
unsafe impl Sync for nsStyleContentData {}
|
||||
use gecko_bindings::structs::nsStyleContentData_CounterFunction;
|
||||
unsafe impl Send for nsStyleContentData_CounterFunction {}
|
||||
unsafe impl Sync for nsStyleContentData_CounterFunction {}
|
||||
use gecko_bindings::structs::nsStyleContentType;
|
||||
unsafe impl Send for nsStyleContentType {}
|
||||
unsafe impl Sync for nsStyleContentType {}
|
||||
|
@ -918,8 +921,9 @@ extern "C" {
|
|||
aImageValue: *mut ImageValue);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_SetContentDataArray(content_data: *mut nsStyleContentData,
|
||||
type_: nsStyleContentType, len: u32);
|
||||
pub fn Gecko_SetCounterFunction(content_data: *mut nsStyleContentData,
|
||||
type_: nsStyleContentType)
|
||||
-> *mut nsStyleContentData_CounterFunction;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetNodeFlags(node: RawGeckoNodeBorrowed) -> u32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue