summaryrefslogtreecommitdiff
path: root/examples/procargs.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unused file.James Henstridge2005-12-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-12 James Henstridge <james@jamesh.id.au> * doc/auto-macros.texi.in: remove unused file. * doc/libgtop2.texi: don't include auto-macros.texi. * doc/Makefile.am: don't build auto-macros.texi, since none of its macros are used in the documentation any more. * include/glibtop/global.h: don't include <config.h> from headers. * .../*.c: make sure <config.h> is the first thing included. * acinclude.m4: m4_include() libgtop-sysdeps.m4 rather than inlining it. * acinclude.m4, libgtop-sysdeps.m4: use third argument to AC_DEFINE() to set the comment. * configure.in: modernise a bit. * acconfig.h: remove file, since it is deprecated * autogen.sh: require automake 1.9 instead of 1.4.
* Added missing call to glibgtop_init() / glibtop_close()Benoît Dejean2004-09-251-0/+2
| | | | | | * df.c: (main): * pprint.c: (main): * procargs.c: (main): Added missing call to glibgtop_init() / glibtop_close()
* Added missing call to libgtop_init();Benoît Dejean2004-09-251-0/+3
| | | | | | * df.c: (main): * pprint.c: (main): * procargs.c: (main): Added missing call to libgtop_init();
* Updated.Benoît Dejean2004-09-211-4/+6
| | | | * procargs.c: (show_args), (main): Updated.
* Updated.Benoît Dejean2004-09-201-1/+1
| | | | * procargs.c: (show_args), (main): Updated.
* Updated.Benoît Dejean2004-09-201-0/+2
| | | | * procargs.c: (show_args), (main): Updated.
* Updated.Benoît Dejean2004-09-201-14/+22
| | | | * procargs.c: (show_args), (main): Updated.
* Added glibtop_get_proc_argv demo.Benoît Dejean2004-07-071-0/+30
* procargs.c: Added glibtop_get_proc_argv demo.