Constructor
ClutterFrameClocknew
Declaration [src]
ClutterFrameClock*
clutter_frame_clock_new (
  float refresh_rate,
  int64_t vblank_duration_us,
  const char* name,
  const ClutterFrameListenerIface* iface,
  gpointer user_data
)
Description
No description available.
This constructor is not directly available to language bindings.
Parameters
- refresh_rate
- 
            Type: floatNo description available. 
- vblank_duration_us
- 
            Type: int64_tNo description available. 
- name
- 
            Type: const char*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- 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. |