Added `glibtop_closure *' argument.

2001-04-20  Martin Baulig  <baulig@suse.de>

	* include/glibtop/glibtop-server.h (glibtop_init_func_t):
	Added `glibtop_closure *' argument.

	* include/glibtop/glibtop-backend-info.h
	(glibtop_backend_close_func_t): Third argument is now
	`glibtop_closure *'.

	* include/glibtop/call-vector.pl: Reflect latest API changes.
This commit is contained in:
Martin Baulig
2001-04-20 20:52:20 +00:00
committed by Martin Baulig
parent 530cc00ae7
commit dfb9d6f967
4 changed files with 17 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ typedef struct _glibtop_call_vector glibtop_call_vector;
typedef int (*glibtop_backend_open_func_t) (glibtop_server *, glibtop_backend *,
u_int64_t, const char **);
typedef int (*glibtop_backend_close_func_t) (glibtop_server *, glibtop_backend *,
void *);
glibtop_closure *);
struct _glibtop_backend_info
{