Stop displaying 'Running as <uid> on <hostname>' and remove corresponding code (bug 14401)

This commit is contained in:
rim
2018-05-29 03:30:31 +03:00
committed by Landry Breuil
parent 8e1b48f8de
commit 0111851b4d
4 changed files with 3 additions and 62 deletions

View File

@@ -61,8 +61,6 @@ typedef struct _XtmTaskManager XtmTaskManager;
GType xtm_task_manager_get_type (void);
XtmTaskManager * xtm_task_manager_new (GtkTreeModel *model);
const gchar * xtm_task_manager_get_username (XtmTaskManager *manager);
const gchar * xtm_task_manager_get_hostname (XtmTaskManager *manager);
void xtm_task_manager_get_system_info (XtmTaskManager *manager, guint *num_processes, gfloat *cpu,
guint64 *memory_used, guint64 *memory_total,
guint64 *swap_used, guint64 *swap_total);
@@ -91,8 +89,6 @@ enum
XTM_PRIORITY_VERY_HIGH,
};
void get_owner_uid (guint *owner_uid, gchar **owner_uid_name);
gchar * get_hostname (void);
gchar * get_uid_name (guint uid);
gboolean send_signal_to_pid (GPid pid, gint xtm_signal);
gint task_pid_compare_fn (gconstpointer a, gconstpointer b);