Context menu for sending signals and setting priorities
Base signals and priorities are defined inside the task-manager.h file to be reused as general values inside the interface. The different OS implementations have to do the conversion from the enumeration to real values.
This commit is contained in:
@@ -352,13 +352,3 @@ xtm_task_manager_update_model (XtmTaskManager *manager)
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
xtm_task_manager_send_signal_to_pid (XtmTaskManager *manager)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
xtm_task_manager_set_priority_to_pid (XtmTaskManager *manager)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user