pub unsafe extern "C" fn object_class_get_list(
implements_type: *const i8,
include_abstract: bool,
) -> *mut _GSListExpand 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.