Declaration

func decomposeComponentDontNotify(_ aComponent: GSComponent, callback layerCallback: ((GSComponent, GSLayer) -> Bool)? = nil) -> Bool

Declaration

- (BOOL) decomposeComponentDontNotify:(GSComponent *) aComponent callback:(BOOL (^)(GSComponent *component, GSLayer *layer)) layerCallback;

Declaration

decomposeComponentDontNotify_callback_(aComponent: GSComponent, component: GSComponent, layer: GSLayer, layerCallback) -> bool

Return Value

YES if decomposition finished.

Discussion

Use this only inside code that handles the required updates itself.

See Also

Component Decomposition