Changed void *closure' to glibtop_closure *closure'.

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

	* include/glibtop/*.h (glibtop_get_*_s, glibtop_get_*_pl):
	Changed `void *closure' to `glibtop_closure *closure'.

	* include/glibtop/*.h
	(glibtop_init_*_s): Added `glibtop_closure *closure' argument.
	(glibtop_init_*_p): Changed `glibtop *server' to
	`glibtop_server *server' and added `glibtop_closure *closure'.
This commit is contained in:
Martin Baulig
2001-04-20 18:09:15 +00:00
committed by Martin Baulig
parent 3b7c109916
commit d6630b9f7a
29 changed files with 108 additions and 98 deletions

View File

@@ -69,7 +69,7 @@ glibtop_backend_get (const char *backend_name, u_int64_t features,
const char **backend_args, GError **error);
void
glibtop_backend_set_closure_data (glibtop_backend *backend, void *closure);
glibtop_backend_set_closure_data (glibtop_backend *backend, glibtop_closure *closure);
void *
glibtop_backend_get_closure_data (glibtop_backend *backend);