Gtk.StyleContext.prototype.get_frame_clock

function get_frame_clock():Gdk.FrameClock {
    // Gjs wrapper for gtk_style_context_get_frame_clock()
}

Returns the Gdk.FrameClock to which context is attached.

Since 3.8

Returns

a Gdk.FrameClock, or null if context does not have an attached frame clock.