end_frame


Description:

public void end_frame ()

Ends a drawing operation started with begin_frame.

This makes the drawing available on screen. See [[email protected]_frame] for more details about drawing.

When using a [[email protected]], this function may call `glFlush()` implicitly before returning; it is not recommended to call `glFlush()` explicitly before calling this function.

Parameters:

this

a `GdkDrawContext`




2022 vala-language.org