Function panda_sys::object_property_find[][src]

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

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

Look up a property for an object and return its #ObjectProperty if found.