New function.

2000-11-26  Martin Baulig  <martin@home-of-linux.org>

	* include/glibtop/glibtop-backend.h
	(glibtop_backend_get_call_vector): New function.

	* lib/glibtop-client-private.h: New file.
	* lib/glibtop-client.h (struct _glibtop_client_private): Moved
	to glibtop-client-private.h.
This commit is contained in:
Martin Baulig
2000-11-26 19:04:15 +00:00
committed by Martin Baulig
parent 98930be564
commit 4befe086c4
6 changed files with 59 additions and 8 deletions

View File

@@ -46,6 +46,8 @@ typedef struct _glibtop_backend glibtop_backend;
typedef struct _glibtop_backend_class glibtop_backend_class;
typedef struct _glibtop_backend_private glibtop_backend_private;
#include <glibtop/glibtop-backend-info.h>
struct _glibtop_backend
{
GObject object;
@@ -66,6 +68,9 @@ glibtop_backend *
glibtop_backend_open (const char *backend_name, u_int64_t features,
const char **backend_args, GError **error);
glibtop_call_vector *
glibtop_backend_get_call_vector (glibtop_backend *backend);
END_LIBGTOP_DECLS
#endif