Method
GdkWindowget_frame_clock
since: 3.8
Declaration [src]
GdkFrameClock*
gdk_window_get_frame_clock (
GdkWindow* window
)
Description [src]
Gets the frame clock for the window. The frame clock for a window never changes unless the window is reparented to a new toplevel window.
Available since: 3.8
Return value
Type: GdkFrameClock
The frame clock.
The returned data is owned by the instance. |