SoupMessagePriority

Priorities that can be set on a class@Message to instruct the message queue to process it before any other message with lower priority.

Values

ValueMeaning
VeryLow0

The lowest priority, the messages with this priority will be the last ones to be attended.

Low1

Use this for low priority messages, a #SoupMessage with the default priority will be processed first.

Normal2

The default priotity, this is the priority assigned to the #SoupMessage by default.

High3

High priority, a #SoupMessage with this priority will be processed before the ones with the default priority.

VeryHigh4

The highest priority, use this for very urgent #SoupMessage as they will be the first ones to be attended.