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:
floatNo description available.
vblank_duration_us-
Type:
int64_tNo description available.
iface-
Type:
ClutterFrameListenerIfaceNo description available.
The data is owned by the caller of the function. user_data-
Type:
gpointerNo 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. |