summaryrefslogtreecommitdiff
path: root/gtk/gtkcellareabox.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-03 17:12:59 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-03 17:12:59 +0900
commit9e3ebe49558e26628e0fe1573b1d80da15467469 (patch)
tree7ebe091a30d25e3087780f14bcab87779ad8d381 /gtk/gtkcellareabox.h
parent4c165de31fec151c0f4dc020bd489d12e5a2e57b (diff)
downloadgtk+-9e3ebe49558e26628e0fe1573b1d80da15467469.tar.gz
Marking GtkCellArea structure portions as /*< private >*/
Diffstat (limited to 'gtk/gtkcellareabox.h')
-rw-r--r--gtk/gtkcellareabox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcellareabox.h b/gtk/gtkcellareabox.h
index caba7cd4ea..a6d3a061bb 100644
--- a/gtk/gtkcellareabox.h
+++ b/gtk/gtkcellareabox.h
@@ -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 */