summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-19 00:38:30 +0100
committerinfirit <[email protected]>2014-12-19 00:48:47 +0100
commit18833cb8c4c52155e055ef54d52dacc34d75d551 (patch)
tree959af84c41016586b55be3ab2e6a27b9c8b54a35 /src/util.h
parent51357cc58ed32763b7eaff97d9ba04507ac0665d (diff)
downloadmate-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 26aed19..aae8482 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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,