mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-05 23:07:12 +00:00
implement html5ever createPI callback
This commit is contained in:
@@ -39,6 +39,12 @@ pub type AppendDoctypeToDocumentCallback = unsafe extern "C" fn(
|
||||
system_id: StringSlice,
|
||||
) -> ();
|
||||
|
||||
pub type CreateProcessingInstruction = unsafe extern "C" fn(
|
||||
ctx: Ref,
|
||||
target: StringSlice,
|
||||
data: StringSlice,
|
||||
) -> Ref;
|
||||
|
||||
pub type GetDataCallback = unsafe extern "C" fn(ctx: Ref) -> *mut c_void;
|
||||
|
||||
pub type AppendCallback = unsafe extern "C" fn(
|
||||
|
||||
Reference in New Issue
Block a user