pub type core_conf_object_created_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t)>;
Expand description

Index: Indices not supported Description: Triggered when a configuration object has been created and finalized. This hap will always be followed by a Core_Conf_Objects_Created hap, but this hap can be triggered for more than one object before the Core_Conf_Objects_Created hap.

Aliased Type§

enum core_conf_object_created_hap_callback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object))

Some value of type T.