Marking GtkCellArea structure portions as /*< private >*/

This commit is contained in:
Tristan Van Berkom 2010-12-03 17:12:59 +09:00
parent 4c165de31f
commit 9e3ebe4955
3 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,7 @@ typedef void (*GtkCellCallback) (GtkCellRenderer *renderer,
struct _GtkCellArea
{
/*< private >*/
GInitiallyUnowned parent_instance;
GtkCellAreaPrivate *priv;

View File

@ -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 */

View File

@ -44,6 +44,7 @@ typedef struct _GtkCellAreaContextClass GtkCellAreaContextClass;
struct _GtkCellAreaContext
{
/*< private >*/
GObject parent_instance;
GtkCellAreaContextPrivate *priv;