Method

AgsThreadtest_status_flags

since: 3.0.0

Declaration [src]

gboolean
ags_thread_test_status_flags (
  AgsThread* thread,
  AgsThreadStatusFlags status_flags
)

Description [src]

Test status_flags to be set on thread.

Available since: 3.0.0

Parameters

status_flags

Type: AgsThreadStatusFlags

The status flags.

Return value

Type: gboolean

TRUE if status flags are set, else FALSE.