Skip to main content

tx_insert_end_child

Function tx_insert_end_child 

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

Inserts child as the last child of parent.

ยงSafety

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