Skip to main content

twig_editor_insert_child

Function twig_editor_insert_child 

Source
pub unsafe extern "C" fn twig_editor_insert_child(
    editor: *mut TwigEditor,
    locator: *const u8,
    locator_len: usize,
    child_index: usize,
    text: *const u8,
    text_len: usize,
) -> TwigStatus