Function panda_sys::object_property_get_link[][src]

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

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

Returns: the value of the property, resolved from a path to an Object, or NULL if an error occurs (including when the property value is not a string or not a valid object path).