pub unsafe extern "C" fn object_class_get_parent(
klass: *mut ObjectClass,
) -> *mut ObjectClassExpand description
object_class_get_parent: @klass: The class to obtain the parent for.
Returns: The parent for @klass or %NULL if none.
pub unsafe extern "C" fn object_class_get_parent(
klass: *mut ObjectClass,
) -> *mut ObjectClassobject_class_get_parent: @klass: The class to obtain the parent for.
Returns: The parent for @klass or %NULL if none.