get_timestamp
Description:
[
Deprecated ( since =
"1.10" ) ]
public ulong get_timestamp ()
Warning: get_timestamp is deprecated.
Returns the approximate number of microseconds passed since Clutter was intialised.
This function shdould not be used by application code.
The output of this function depends on whether Clutter was configured to enable its debugging code paths, so it's less useful than intended.
Since Clutter 1.10, this function is an alias to get_monotonic_time if
Clutter was configured to enable the debugging code paths.
Returns:
| Number of microseconds since init was called, or zero if Clutter was not
configured with debugging code paths. |