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:
Mike Massonnet
2010-05-10 17:03:27 +02:00
parent 99a4a68097
commit 9a6cdd2ff3
4 changed files with 39 additions and 10 deletions

View File

@@ -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 */