Method

GdkFrameClockget_current_timings

since: 3.8

Declaration [src]

GdkFrameTimings*
gdk_frame_clock_get_current_timings (
  GdkFrameClock* frame_clock
)

Description [src]

Gets the frame timings for the current frame.

Available since: 3.8

Return value

Type: GdkFrameTimings

The GdkFrameTimings for the frame currently being processed, or even no frame is being processed, for the previous frame. Before any frames have been processed, returns NULL.

The returned data is owned by the instance.
The return value can be NULL.