Function panda_sys::object_class_get_list[][src]

pub unsafe extern "C" fn object_class_get_list(
    implements_type: *const c_char,
    include_abstract: bool
) -> *mut GSList
Expand description

object_class_get_list: @implements_type: The type to filter for, including its derivatives. @include_abstract: Whether to include abstract classes.

Returns: A singly-linked list of the classes in reverse hashtable order.