Skip to main content

fig_editor_add_leading_comment

Function fig_editor_add_leading_comment 

Source
pub unsafe extern "C" fn fig_editor_add_leading_comment(
    editor: *mut FigEditor,
    path: *const FigPathSegment,
    path_len: usize,
    text: *const u8,
    text_len: usize,
) -> FigStatus