Method
GLibSourceget_ready_time_ns
unstable since: 2.90
Declaration [src]
gboolean
g_source_get_ready_time_ns (
GSource* source,
uint64_t* ready_time
)
Description [src]
Gets the ‘ready time’ of source, as set by
g_source_set_ready_time_ns(). If no ready time has been set
or it has been cleared via method@GLib.Source.clear_ready_time], this
function returns false.
Any time before or equal to the current monotonic time (including zero) is an indication that the source will fire immediately.
Available since: 2.90