pub unsafe extern "C" fn object_property_allow_set_link(
    arg1: *mut Object,
    arg2: *const c_char,
    arg3: *mut Object,
    arg4: *mut *mut Error
)
Expand description

object_property_allow_set_link:

The default implementation of the object_property_add_link() check() callback function. It allows the link property to be set and never returns an error.