Method

GdkWindowend_draw_frame

since: 3.22

Declaration [src]

void
gdk_window_end_draw_frame (
  GdkWindow* window,
  GdkDrawingContext* context
)

Description [src]

Indicates that the drawing of the contents of window started with gdk_window_begin_frame() has been completed.

This function will take care of destroying the GdkDrawingContext.

It is an error to call this function without a matching gdk_window_begin_frame() first.

Available since: 3.22

Parameters

context

Type: GdkDrawingContext

The GdkDrawingContext created by gdk_window_begin_draw_frame()

The data is owned by the caller of the method.