pub unsafe extern "C" fn object_class_get_parent(
    klass: *mut ObjectClass
) -> *mut ObjectClass
Expand description

object_class_get_parent: @klass: The class to obtain the parent for.

Returns: The parent for @klass or %NULL if none.