summaryrefslogtreecommitdiff
path: root/doc/reference.texi
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2004-03-05 19:50:41 +0000
committerBastien Nocera <hadess@src.gnome.org>2004-03-05 19:50:41 +0000
commit05f3377934be58589e37e03a92cde1a797be9902 (patch)
tree2ed6ae66f70d10e0111dfce6fec35b3fa3295c7e /doc/reference.texi
parent2ae3495a876e268626e08091f7017be78b20da97 (diff)
downloadlibgtop-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/reference.texi')
-rw-r--r--doc/reference.texi14
1 files changed, 7 insertions, 7 deletions
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