Contents

detachFromChild

Detaches a child entry from its parent in a plane.

Declaration

virtual void detachFromChild(
 IORegistryEntry *parent, 
 const IORegistryPlane *plane );

Parameters

  • parent:

    The registry entry to detach.

  • plane:

    The plane object.

Overview

This method is called in the parent entry when a child detaches, to make overrides possible. It is a no-op if the entry is not a child of the parent. Detaching the entry will release both the child and parent. This method will call detachFromParent in the child entry if it is not being called from detachFromParent.

See Also

Miscellaneous