ICCreateGURLEvent

Function ICCreateGURLEvent 

Source
pub unsafe extern "C-unwind" fn ICCreateGURLEvent(
    inst: ICInstance,
    helper_creator: u32,
    url_h: *mut *mut c_char,
    the_event: *mut AppleEvent,
) -> u32
๐Ÿ‘ŽDeprecated
Available on crate features InternetConfig and objc2-core-services only.
Expand description

ยงSafety

  • inst must be a valid pointer.
  • url_h must be a valid pointer.
  • the_event must be a valid pointer.