diff options
author | infirit <[email protected]> | 2014-12-19 00:38:30 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-19 00:48:47 +0100 |
commit | 18833cb8c4c52155e055ef54d52dacc34d75d551 (patch) | |
tree | 959af84c41016586b55be3ab2e6a27b9c8b54a35 /src/util.h | |
parent | 51357cc58ed32763b7eaff97d9ba04507ac0665d (diff) | |
download | mate-system-monitor-18833cb8c4c52155e055ef54d52dacc34d75d551.tar.bz2 mate-system-monitor-18833cb8c4c52155e055ef54d52dacc34d75d551.tar.xz |
Add a Process Properties dialog in MATE System Monitor
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f
From: Krishnan Parthasarathi <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ procman_make_label_for_mmaps_or_ofiles(const char *format, gboolean load_symbols(const char *module, ...) G_GNUC_NULL_TERMINATED; +const char* +format_process_state(guint state); void procman_debug_real(const char *file, int line, const char *func, |