New file.

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

	* include/glibtop/closure.h: New file.
This commit is contained in:
Martin Baulig
2001-04-20 18:15:55 +00:00
committed by Martin Baulig
parent d6630b9f7a
commit 3f34aafc6e
5 changed files with 11 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
netinfo.h interfaces.h limits.h array.h compat_10.h \
glib-arrays.h call-vector.h \
glibtop-client.h glibtop-server.h glibtop-backend.h \
glibtop-backend-info.h errors.h
glibtop-backend-info.h errors.h closure.h
BUILT_SOURCES = call-vector.h

View File

@@ -71,7 +71,7 @@ glibtop_backend_get (const char *backend_name, u_int64_t features,
void
glibtop_backend_set_closure_data (glibtop_backend *backend, glibtop_closure *closure);
void *
glibtop_closure *
glibtop_backend_get_closure_data (glibtop_backend *backend);
glibtop_call_vector *

View File

@@ -28,6 +28,7 @@
#include <glibtop/global.h>
#include <glibtop/sysdeps.h>
#include <glibtop/closure.h>
BEGIN_LIBGTOP_DECLS