summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-07-18 20:33:56 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-07-18 20:33:56 +0000
commitff4fe5e8462e78ef27913b2a0d08590f482fa919 (patch)
treec4d7b14e6888dc0345f65bf007800a72009f485b /doc
parent92c18d4e8a79be614af3561e94cce8bd2fe03301 (diff)
downloadlibgtop-ff4fe5e8462e78ef27913b2a0d08590f482fa919.tar.gz
Glibify a bit more. Closes #147618.
* 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.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.texi b/doc/reference.texi
index 8f63ed31..804e6a6c 100644
--- a/doc/reference.texi
+++ b/doc/reference.texi
@@ -359,11 +359,11 @@ Library function @code{glibtop_get_proclist}:
@cartouche
unsigned *
glibtop_get_proclist (glibtop_proclist *buf,
- int64_t which, int64_t arg);
+ gint64 which, gint64 arg);
unsigned *
glibtop_get_proclist_l (glibtop *server, glibtop_proclist *buf,
- int64_t which, int64_t arg);
+ gint64 which, gint64 arg);
@end cartouche
@end example