forked from AuroraMiddleware/gtk
bin: Remove public GtkBinPrivate typedef
This commit is contained in:
parent
4e9a879de0
commit
a3987f3386
@ -39,10 +39,10 @@
|
||||
#include "gtkbin.h"
|
||||
|
||||
|
||||
struct _GtkBinPrivate
|
||||
typedef struct
|
||||
{
|
||||
GtkWidget *child;
|
||||
};
|
||||
} GtkBinPrivate;
|
||||
|
||||
static void gtk_bin_add (GtkContainer *container,
|
||||
GtkWidget *widget);
|
||||
|
@ -43,12 +43,11 @@ G_BEGIN_DECLS
|
||||
|
||||
|
||||
typedef struct _GtkBin GtkBin;
|
||||
typedef struct _GtkBinPrivate GtkBinPrivate;
|
||||
typedef struct _GtkBinClass GtkBinClass;
|
||||
|
||||
struct _GtkBin
|
||||
{
|
||||
GtkContainer container;
|
||||
GtkContainer parent_instance;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user