SKIndexAddDocumentWithText

Function SKIndexAddDocumentWithText 

Source
pub unsafe extern "C-unwind" fn SKIndexAddDocumentWithText(
    in_index: &SKIndex,
    in_document: Option<&SKDocument>,
    in_document_text: Option<&CFString>,
    in_can_replace: bool,
) -> bool
👎Deprecated: renamed to SKIndex::add_document_with_text
Available on crate features SKDocument and SKIndex only.