object_class_get_list

Function object_class_get_list 

Source
pub unsafe extern "C" fn object_class_get_list(
    implements_type: *const i8,
    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.