Skip to main content

fig_editor_set_trailing_comment

Function fig_editor_set_trailing_comment 

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