Constructor
ClutterFrameClocknew
Declaration [src]
ClutterFrameClock*
clutter_frame_clock_new (
float refresh_rate,
int64_t vblank_duration_us,
const ClutterFrameListenerIface* iface,
gpointer user_data
)
Parameters
refresh_rate
-
Type:
float
No description available.
vblank_duration_us
-
Type:
int64_t
No description available.
iface
-
Type:
ClutterFrameListenerIface
No description available.
The data is owned by the caller of the function. user_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: ClutterFrameClock
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |