:right-sidebar: True MessagePriority =================================================================== .. currentmodule:: gi.repository.Soup .. class:: MessagePriority :no-contents-entry: Priorities that can be set on a :obj:`~gi.repository.Soup.Message` to instruct the message queue to process it before any other message with lower priority. Fields ------ .. rst-class:: interim-class .. class:: MessagePriority :no-index: .. attribute:: HIGH High priority, a :obj:`~gi.repository.Soup.Message` with this priority will be processed before the ones with the default priority. .. attribute:: LOW Use this for low priority messages, a :obj:`~gi.repository.Soup.Message` with the default priority will be processed first. .. attribute:: NORMAL The default priotity, this is the priority assigned to the :obj:`~gi.repository.Soup.Message` by default. .. attribute:: VERY_HIGH The highest priority, use this for very urgent :obj:`~gi.repository.Soup.Message` as they will be the first ones to be attended. .. attribute:: VERY_LOW The lowest priority, the messages with this priority will be the last ones to be attended.