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
|
struct _GtkCellArea
|
||||||
{
|
{
|
||||||
|
/*< private >*/
|
||||||
GInitiallyUnowned parent_instance;
|
GInitiallyUnowned parent_instance;
|
||||||
|
|
||||||
GtkCellAreaPrivate *priv;
|
GtkCellAreaPrivate *priv;
|
||||||
|
@ -45,6 +45,7 @@ typedef struct _GtkCellAreaBoxPrivate GtkCellAreaBoxPrivate;
|
|||||||
|
|
||||||
struct _GtkCellAreaBox
|
struct _GtkCellAreaBox
|
||||||
{
|
{
|
||||||
|
/*< private >*/
|
||||||
GtkCellArea parent_instance;
|
GtkCellArea parent_instance;
|
||||||
|
|
||||||
GtkCellAreaBoxPrivate *priv;
|
GtkCellAreaBoxPrivate *priv;
|
||||||
@ -52,6 +53,7 @@ struct _GtkCellAreaBox
|
|||||||
|
|
||||||
struct _GtkCellAreaBoxClass
|
struct _GtkCellAreaBoxClass
|
||||||
{
|
{
|
||||||
|
/*< private >*/
|
||||||
GtkCellAreaClass parent_class;
|
GtkCellAreaClass parent_class;
|
||||||
|
|
||||||
/* Padding for future expansion */
|
/* Padding for future expansion */
|
||||||
|
@ -44,6 +44,7 @@ typedef struct _GtkCellAreaContextClass GtkCellAreaContextClass;
|
|||||||
|
|
||||||
struct _GtkCellAreaContext
|
struct _GtkCellAreaContext
|
||||||
{
|
{
|
||||||
|
/*< private >*/
|
||||||
GObject parent_instance;
|
GObject parent_instance;
|
||||||
|
|
||||||
GtkCellAreaContextPrivate *priv;
|
GtkCellAreaContextPrivate *priv;
|
||||||
|
Loading…
Reference in New Issue
Block a user