forked from AuroraMiddleware/gtk
Marking GtkCellArea structure portions as /*< private >*/
This commit is contained in:
parent
4c165de31f
commit
9e3ebe4955
@ -60,6 +60,7 @@ typedef void (*GtkCellCallback) (GtkCellRenderer *renderer,
|
||||
|
||||
struct _GtkCellArea
|
||||
{
|
||||
/*< private >*/
|
||||
GInitiallyUnowned parent_instance;
|
||||
|
||||
GtkCellAreaPrivate *priv;
|
||||
|
@ -45,6 +45,7 @@ typedef struct _GtkCellAreaBoxPrivate GtkCellAreaBoxPrivate;
|
||||
|
||||
struct _GtkCellAreaBox
|
||||
{
|
||||
/*< private >*/
|
||||
GtkCellArea parent_instance;
|
||||
|
||||
GtkCellAreaBoxPrivate *priv;
|
||||
@ -52,6 +53,7 @@ struct _GtkCellAreaBox
|
||||
|
||||
struct _GtkCellAreaBoxClass
|
||||
{
|
||||
/*< private >*/
|
||||
GtkCellAreaClass parent_class;
|
||||
|
||||
/* Padding for future expansion */
|
||||
|
@ -44,6 +44,7 @@ typedef struct _GtkCellAreaContextClass GtkCellAreaContextClass;
|
||||
|
||||
struct _GtkCellAreaContext
|
||||
{
|
||||
/*< private >*/
|
||||
GObject parent_instance;
|
||||
|
||||
GtkCellAreaContextPrivate *priv;
|
||||
|
Loading…
Reference in New Issue
Block a user