summaryrefslogtreecommitdiff
path: root/gtk/gtkcellareacontext.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/gtkcellareacontext.h
parent4c165de31fec151c0f4dc020bd489d12e5a2e57b (diff)
downloadgtk+-9e3ebe49558e26628e0fe1573b1d80da15467469.tar.gz
Marking GtkCellArea structure portions as /*< private >*/
Diffstat (limited to 'gtk/gtkcellareacontext.h')
-rw-r--r--gtk/gtkcellareacontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcellareacontext.h b/gtk/gtkcellareacontext.h
index 549977f351..2731a73db4 100644
--- a/gtk/gtkcellareacontext.h
+++ b/gtk/gtkcellareacontext.h
@@ -44,6 +44,7 @@ typedef struct _GtkCellAreaContextClass GtkCellAreaContextClass;
struct _GtkCellAreaContext
{
+ /*< private >*/
GObject parent_instance;
GtkCellAreaContextPrivate *priv;