PasteboardCopyItemFlavors

Function PasteboardCopyItemFlavors 

Source
pub unsafe extern "C-unwind" fn PasteboardCopyItemFlavors(
    in_pasteboard: &Pasteboard,
    in_item: PasteboardItemID,
    out_flavor_types: NonNull<*const CFArray>,
) -> u32
👎Deprecated: renamed to Pasteboard::copy_item_flavors
Available on crate feature Pasteboard only.