Skip to main content

tx_insert_after_child

Function tx_insert_after_child 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn tx_insert_after_child( doc: *mut TxDocument, after: TxNodeId, child: TxNodeId, ) -> TxError
Expand description

Inserts child as the next sibling after after.

ยงSafety

doc must be a valid, non-null pointer to a TxDocument.