Method Cairo.Context()->show_page()

class Cairo.Context

Method show_page

void show_page()

Description

Emits and clears the current page for backends that support multiple pages. Use copy_page() if you don't want to clear the page.

This is a convenience function that simply calls Surface->show_page() on the context's target.