Skip to main content

smbc_getFunctionNotify

Function smbc_getFunctionNotify 

Source
pub unsafe extern "C" fn smbc_getFunctionNotify(
    c: *mut SMBCCTX,
) -> smbc_notify_fn
Expand description

Returns the directory-notification callback installed in c.

ยงSafety

c must be a valid, initialized native context pointer.