diff options
author | Bastien Nocera <hadess@hadess.net> | 2004-03-05 19:50:41 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2004-03-05 19:50:41 +0000 |
commit | 05f3377934be58589e37e03a92cde1a797be9902 (patch) | |
tree | 2ed6ae66f70d10e0111dfce6fec35b3fa3295c7e /doc | |
parent | 2ae3495a876e268626e08091f7017be78b20da97 (diff) | |
download | libgtop-05f3377934be58589e37e03a92cde1a797be9902.tar.gz |
patch by Benoit Dejean <bnet@ifrance.com> to break the API, I mean, to
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)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/reference.texi | 14 |
2 files changed, 11 insertions, 7 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index bc351c7a..cc16e867 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-03-05 Bastien Nocera <hadess@hadess.net> + + * reference.texi: update for new API + 2003-10-20 Bastien Nocera <hadess@hadess.net> * reference.texi: s/u_int64_t/guint64/ diff --git a/doc/reference.texi b/doc/reference.texi index 9934b5b5..2989c7cd 100644 --- a/doc/reference.texi +++ b/doc/reference.texi @@ -1175,13 +1175,13 @@ fields are valid: @example @cartouche -#define GLIBTOP_MAP_ENTRY_START 1 -#define GLIBTOP_MAP_ENTRY_END 2 -#define GLIBTOP_MAP_ENTRY_OFFSET 3 -#define GLIBTOP_MAP_ENTRY_PERM 4 -#define GLIBTOP_MAP_ENTRY_INODE 5 -#define GLIBTOP_MAP_ENTRY_DEVICE 6 -#define GLIBTOP_MAP_ENTRY_FILENAME 7 +#define GLIBTOP_MAP_ENTRY_START 0 +#define GLIBTOP_MAP_ENTRY_END 1 +#define GLIBTOP_MAP_ENTRY_OFFSET 2 +#define GLIBTOP_MAP_ENTRY_PERM 3 +#define GLIBTOP_MAP_ENTRY_INODE 4 +#define GLIBTOP_MAP_ENTRY_DEVICE 5 +#define GLIBTOP_MAP_ENTRY_FILENAME 6 @end cartouche @end example |