pub unsafe extern "C" fn object_property_get_type(
    obj: *mut Object,
    name: *const c_char,
    errp: *mut *mut Error
) -> *const c_char
Expand description

object_property_get_type: @obj: the object @name: the name of the property @errp: returns an error if this function fails

Returns: The type name of the property.