Skip to main content

AXTextMarkerRangeCreate

Function AXTextMarkerRangeCreate 

Source
pub unsafe extern "C-unwind" fn AXTextMarkerRangeCreate(
    allocator: Option<&CFAllocator>,
    start_marker: &AXTextMarker,
    end_marker: &AXTextMarker,
) -> CFRetained<AXTextMarkerRange>
👎Deprecated:

renamed to AXTextMarkerRange::new

Available on crate features AXUIElement and HIServices only.