Function

Agstime_timeout_expired

since: 3.0.0

Declaration [src]

gboolean
ags_time_timeout_expired (
  timespec* start_time,
  timespec* timeout_delay
)

Description [src]

Check start_time plus timeout_delay against current time.

Available since: 3.0.0

Parameters

start_time

Type: timespec*

The start time #timespec-struct.

The argument can be NULL.
The data is owned by the caller of the function.
timeout_delay

Type: timespec*

The delay #timespec-struct.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if timeout expired, otherwise FALSE.