summaryrefslogtreecommitdiff
path: root/doc/reference.texi
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Updated config and added reference"Michael Catanzaro2020-11-061-58/+1
| | | | This reverts commit e9da95977365731a8f921f2d23b943036bf8f3d5.
* Updated config and added referenceJames Dominic P. Guana2020-11-041-1/+58
|
* Fix makeinfo(1) warning in reference.texiJasper Lievisse Adriaanse2011-07-281-1/+1
| | | | | | | doc/reference.texi:746: warning: @strong{Note...} produces a spurious cross-reference in Info; reword to avoid that. https://bugzilla.gnome.org/show_bug.cgi?id=653180
* Fixed glibtop_get_proc_state doc. Patch by Emil Nowak <emil5@go2.pl>.Benoît Dejean2006-02-211-1/+1
| | | | | * reference.texi: Fixed glibtop_get_proc_state doc. Patch by Emil Nowak <emil5@go2.pl>.
* Dropped unused file and updated documentation.GNOME_2_12_ANCHORBenoît Dejean2005-12-081-9/+3
| | | | | | | * doc/reference.texi: * include/glibtop/limits.h: Dropped unused file and updated documentation.
* Updated.Benoît Dejean2005-01-031-18/+18
| | | | * reference.texi: Updated.
* Updated.Benoît Dejean2004-12-041-2/+6
| | | | * reference.texi: Updated.
* Updated.Benoît Dejean2004-08-031-1/+15
| | | | * reference.texi: Updated.
* Glibify a bit more. Closes #147618.Benoît Dejean2004-07-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/reference.texi: * include/glibtop/command.h: * include/glibtop/glib-arrays.h: * include/glibtop/proclist.h: * lib/glib-arrays.c: (glibtop_get_proclist_as_array_l): * lib/lib.pl: * scripts/c_types.pl: * src/daemon/main.c: (handle_parent_connection): * src/daemon/slave.c: (handle_slave_connection): * support/mkstemp.c: * sysdeps/aix/proclist.c: (glibtop_get_proclist_s): * sysdeps/freebsd/cpu.c: (glibtop_get_cpu_p): * sysdeps/freebsd/prockernel.c: (glibtop_get_proc_kernel_p): * sysdeps/freebsd/proclist.c: (glibtop_get_proclist_p): * sysdeps/freebsd/procmem.c: (glibtop_get_proc_mem_p): * sysdeps/kernel/proclist.c: (glibtop_get_proclist_s): * sysdeps/linux/proclist.c: (glibtop_get_proclist_s): * sysdeps/osf1/proclist.c: (glibtop_get_proclist_p): * sysdeps/solaris/proclist.c: (glibtop_get_proclist_s): * sysdeps/stub/proclist.c: (glibtop_get_proclist_s): * sysdeps/stub_suid/proclist.c: (glibtop_get_proclist_p): * sysdeps/sun4/proclist.c: (glibtop_get_proclist_p): Glibify a bit more. Closes #147618.
* updated. Added glibtop_get_proc_argv. Added glibtop_fsusage.block_size.Benoît Dejean2004-07-071-1/+28
| | | | | | * reference.texi: updated. Added glibtop_get_proc_argv. Added glibtop_fsusage.block_size.
* patch by Benoit Dejean <bnet@ifrance.com> to break the API, I mean, toBastien Nocera2004-03-051-7/+7
| | | | | | | | 2004-03-05 Bastien Nocera <hadess@hadess.net> * include/glibtop/procmap.h: patch by Benoit Dejean <bnet@ifrance.com> to break the API, I mean, to make it easier to generate Python bindings (Closes: #129701)
* - s/u_int64_t/guint64/Bastien Nocera2003-10-201-26/+26
|
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-201-5/+5
|
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-191-243/+4
| | | | | | 2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * libgtop-GNOME-2-0-branch moved to HEAD.
* Started to update documentation.Martin Baulig2000-02-041-3/+242
| | | | | | 2000-02-05 Martin Baulig <martin@home-of-linux.org> * reference.texi: Started to update documentation.
* Added a note about LibGTop and GNOME.Martin Baulig1999-10-181-0/+16
| | | | | | | | | 1999-10-18 Martin Baulig <martin@home-of-linux.org> * about.texi: Added a note about LibGTop and GNOME. * reference.texi (glibtop_proc_state): Fix description of the `state' field for LibGTop 1.0.x.
* Added "Servers and Daemons" section. Documented the glibtop_init ()Martin Baulig1999-05-281-3/+94
| | | | | * white-papers.texi: Added "Servers and Daemons" section. * reference.texi: Documented the glibtop_init () function.
* New file documenting LibGTop internals. Started to document all libraryMartin Baulig1999-05-281-3/+204
| | | | | | | | 1999-05-28 Martin Baulig <baulig@Stud.Informatik.Uni-Trier.DE> * internals.texi: New file documenting LibGTop internals. * reference.texi: Started to document all library functions and finished the sysdeps and common references.
* *** empty log message ***Martin Baulig1999-05-281-0/+5
|
* Finished the LibGTop Reference Manual.Martin Baulig1999-05-281-3/+184
|
* Added netload.Martin Baulig1999-05-211-1/+102
|
* Added proc_map.Martin Baulig1999-05-211-1/+82
|
* Added proc_args.Martin Baulig1999-05-211-1/+35
|
* Re-arranged the reference manual a bit: put everything into subsections, notMartin Baulig1999-05-211-40/+55
| | | | sections and sort them by "System Dependent Function", "Common Functions" etc.
* Added some things from the old reference manual.Martin Baulig1999-05-211-5/+260
|
* Use conditionals for glibtop_cpu.Martin Baulig1999-05-161-0/+7
|
* This is now the main file which will @include all chapter files so we canMartin Baulig1999-05-161-1/+71
| | | | | | | | | | 1999-05-16 Martin Baulig <martin@home-of-linux.org> * main.texi: This is now the main file which will @include all chapter files so we can use `texinfo-multiple-files-update'. * reference.texi: Added all missing sections with a "not yet written" notice.
* Added title page, table of contents etc.Martin Baulig1999-05-161-1/+1
|
* *** empty log message ***Martin Baulig1999-05-161-5/+68
|
* Added proc_mem.Martin Baulig1999-05-111-1/+54
|
* *** empty log message ***Martin Baulig1999-05-101-18/+18
|
* Added proc_uid.Martin Baulig1999-05-101-8/+87
|
* Added proc_state.Martin Baulig1999-05-101-1/+115
|
* Added proclist.Martin Baulig1999-05-091-1/+118
|
* Added information about the library function.Martin Baulig1999-05-091-0/+51
|
* Start a new page for each section.Martin Baulig1999-05-091-0/+4
|
* *** empty log message ***Martin Baulig1999-05-091-4/+4
|
* Added uptime and loadavg.Martin Baulig1999-05-091-1/+89
|
* Added memory and swap usage.Martin Baulig1999-05-091-1/+109
|
* Split the `libgtop.texi' into one file pro chapter, this is the "AboutMartin Baulig1999-05-091-0/+73
1999-05-09 Martin Baulig <martin@home-of-linux.org> * about.texi: Split the `libgtop.texi' into one file pro chapter, this is the "About LibGTop". * reference.texi: The "LibGTop Reference Manual".