Enumeration
SoupMessagePriority
Description [src]
Priorities that can be set on a SoupMessage
to instruct the message queue
to process it before any other message with lower priority.
Members
Name | Description |
---|---|
SOUP_MESSAGE_PRIORITY_VERY_LOW |
The lowest priority, the messages with this priority will be the last ones to be attended. |
SOUP_MESSAGE_PRIORITY_LOW |
Use this for low priority messages, a
|
SOUP_MESSAGE_PRIORITY_NORMAL |
The default priotity, this is the
priority assigned to the |
SOUP_MESSAGE_PRIORITY_HIGH |
High priority, a |
SOUP_MESSAGE_PRIORITY_VERY_HIGH |
The highest priority, use this
for very urgent |