Skip to main content

fig_editor_move_item

Function fig_editor_move_item 

Source
pub unsafe extern "C" fn fig_editor_move_item(
    editor: *mut FigEditor,
    path: *const FigPathSegment,
    path_len: usize,
    from: usize,
    to: usize,
) -> FigStatus