Function panda_sys::object_property_iter_next[][src]

pub unsafe extern "C" fn object_property_iter_next(
    iter: *mut ObjectPropertyIterator
) -> *mut ObjectProperty
Expand description

object_property_iter_next: @iter: the iterator instance

Return the next available property. If no further properties are available, a %NULL value will be returned and the @iter pointer should not be used again after this point without re-initializing it.

Returns: the next property, or %NULL when all properties have been traversed.