Filter tree view with show-all-processes
Switched the get_hostname() get_owner_uid() public in task-manager.c, the owner uid is needed in the tree view class in order to filter out user processes from others.
This commit is contained in:
@@ -91,4 +91,11 @@ void xtm_task_manager_get_system_info (XtmTaskManager *manager, guint *num_pr
|
||||
const GArray * xtm_task_manager_get_task_list (XtmTaskManager *manager);
|
||||
void xtm_task_manager_update_model (XtmTaskManager *manager);
|
||||
|
||||
/**
|
||||
* Helper functions.
|
||||
*/
|
||||
|
||||
void get_owner_uid (guint *owner_uid, gchar **owner_uid_name);
|
||||
gchar * get_hostname ();
|
||||
|
||||
#endif /* !TASK_MANAGER_H */
|
||||
|
||||
Reference in New Issue
Block a user