diff options
Diffstat (limited to 'include/glibtop/procargs.h')
-rw-r--r-- | include/glibtop/procargs.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/glibtop/procargs.h b/include/glibtop/procargs.h index e0b61f23..89d51e4d 100644 --- a/include/glibtop/procargs.h +++ b/include/glibtop/procargs.h @@ -79,6 +79,15 @@ char ** glibtop_get_proc_argv_l (glibtop *server, glibtop_proc_args *buf, pid_t pid, unsigned max_len); +/** + * glibtop_get_proc_argv: + * @buf: + * @pid: + * @max_len: + * + * Returns: (transfer full): + */ + char ** glibtop_get_proc_argv (glibtop_proc_args *buf, pid_t pid, unsigned max_len); |