Add private structs to all remaining headers
These are not used currently. Just put them in now in case we need them in the future.
This commit is contained in:
@ -29,12 +29,15 @@ G_BEGIN_DECLS
|
||||
#define GTK_IS_EXPANDER_ACCESSIBLE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_EXPANDER_ACCESSIBLE))
|
||||
#define GTK_EXPANDER_ACCESSIBLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_EXPANDER_ACCESSIBLE, GtkExpanderAccessibleClass))
|
||||
|
||||
typedef struct _GtkExpanderAccessible GtkExpanderAccessible;
|
||||
typedef struct _GtkExpanderAccessibleClass GtkExpanderAccessibleClass;
|
||||
typedef struct _GtkExpanderAccessible GtkExpanderAccessible;
|
||||
typedef struct _GtkExpanderAccessibleClass GtkExpanderAccessibleClass;
|
||||
typedef struct _GtkExpanderAccessiblePrivate GtkExpanderAccessiblePrivate;
|
||||
|
||||
struct _GtkExpanderAccessible
|
||||
{
|
||||
GtkContainerAccessible parent;
|
||||
|
||||
GtkExpanderAccessiblePrivate *priv;
|
||||
};
|
||||
|
||||
struct _GtkExpanderAccessibleClass
|
||||
|
||||
Reference in New Issue
Block a user