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

@@ -34,13 +34,7 @@ static void glibtop_client_finalize (GObject *object);
static gpointer parent_class = NULL;
/* Internal data */
struct _glibtop_client_private
{
GSList *backend_list;
};
#include <glibtop-client-private.h>
enum {
GLIBTOP_CLIENT_SIGNAL_ERROR,