SKIndexAddDocument

Function SKIndexAddDocument 

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