Package: cairo
Function cairo:device-flush
Lambda Listcairo:device-flush (device) ArgumentsDetails    
    Finish any pending operations for the device and also restore any temporary
    modifications Cairo has made to the state of the device.  
  This function must be called before switching from using the device with Cairo
  to operating on it directly with native APIs. If the device does not support
  direct access, then this function does nothing. This function may acquire devices.  | See also | 
2025-09-02