Sets our main struct and passes it to the parent class.
Returns whether @timings are complete.
Gets the frame counter value of the GdkFrameClock when this frame was drawn.
Returns the frame time for the frame.
Get the main Gtk struct
Gets the predicted time at which this frame will be displayed.
Reurns the presentation time.
Gets the natural interval between presentation times for the display that this frame was displayed on.
the main Gtk struct as a void*
Increases the reference count of @timings.
Decreases the reference count of @timings.
the main Gtk struct
A GdkFrameTimings object holds timing information for a single frame of the application’s displays.
To retrieve GdkFrameTimings objects, use [method@Gdk.FrameClock.get_timings] or [method@Gdk.FrameClock.get_current_timings]. The information in GdkFrameTimings is useful for precise synchronization of video with the event or audio streams, and for measuring quality metrics for the application’s display, such as latency and jitter.