set_priority


Description:

public void set_priority (int priority)

Sets this's priority.

If you do not call this, it will default to g_priority_default.

This will affect the priority of SocketSources created with g_task_attach_source and the scheduling of tasks run in threads, and can also be explicitly retrieved later via get_priority.

Parameters:

this

the Task

priority

the priority of the request