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

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

Returns: the value of the property, converted to a boolean, or NULL if an error occurs (including when the property value is not a bool).