Enumeration

GLibThreadPriority

deprecated: 2.32 since: 2.0

Declaration

enum GLib.ThreadPriority

Description

Thread priorities.

Available since: 2.0

Deprecated since: 2.32

Thread priorities no longer have any effect.

Members

G_THREAD_PRIORITY_LOW

A priority lower than normal.

  • Value: 0
  • Nickname: None
  • Available since: 2.0
G_THREAD_PRIORITY_NORMAL

The default priority.

  • Value: 1
  • Nickname: None
  • Available since: 2.0
G_THREAD_PRIORITY_HIGH

A priority higher than normal.

  • Value: 2
  • Nickname: None
  • Available since: 2.0
G_THREAD_PRIORITY_URGENT

The highest priority.

  • Value: 3
  • Nickname: None
  • Available since: 2.0