Removed this typedef. (glibtop_server): Made the _priv' field a
void *'.
2001-04-20 Martin Baulig <baulig@suse.de> * include/glibtop/glibtop-server.h (glibtop_server_private): Removed this typedef. (glibtop_server): Made the `_priv' field a `void *'. * glibtop-server-private.h: Moved to lib/. * lib/glibtop-server-private.h (glibtop_server_private): Moved this typedef here.
This commit is contained in:
committed by
Martin Baulig
parent
c5fcc9aad6
commit
3b7c109916
@@ -38,17 +38,13 @@
|
|||||||
|
|
||||||
BEGIN_LIBGTOP_DECLS
|
BEGIN_LIBGTOP_DECLS
|
||||||
|
|
||||||
typedef struct _glibtop glibtop;
|
typedef struct _glibtop glibtop;
|
||||||
|
|
||||||
#include <glibtop/sysdeps.h>
|
#include <glibtop/sysdeps.h>
|
||||||
#include <glibtop/errors.h>
|
#include <glibtop/errors.h>
|
||||||
|
|
||||||
#include <glibtop/glibtop-server.h>
|
#include <glibtop/glibtop-server.h>
|
||||||
|
|
||||||
#ifdef _IN_LIBGTOP
|
|
||||||
#include <glibtop-server-private.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
glibtop *
|
glibtop *
|
||||||
glibtop_init_r (glibtop **server_ptr,
|
glibtop_init_r (glibtop **server_ptr,
|
||||||
unsigned long features,
|
unsigned long features,
|
||||||
|
@@ -32,6 +32,8 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
|
typedef struct _glibtop_server_private glibtop_server_private;
|
||||||
|
|
||||||
struct _glibtop_server_private
|
struct _glibtop_server_private
|
||||||
{
|
{
|
||||||
#ifdef HAVE_GLIBTOP_MACHINE_H
|
#ifdef HAVE_GLIBTOP_MACHINE_H
|
Reference in New Issue
Block a user