Method
GLib Sourceget_ready_time
Declaration [src]
gint64
g_source_get_ready_time(
GSource*source
)
Description [src]
Gets the ‘ready time’ of source, as set by
g_source_set_ready_time().
Any time before or equal to the current monotonic time (including zero) is an indication that the source will fire immediately.
Return value
Type: gint64
The monotonic ready time, -1 for ‘never’.