diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-03 17:12:59 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-03 17:12:59 +0900 |
commit | 9e3ebe49558e26628e0fe1573b1d80da15467469 (patch) | |
tree | 7ebe091a30d25e3087780f14bcab87779ad8d381 /gtk/gtkcellareacontext.h | |
parent | 4c165de31fec151c0f4dc020bd489d12e5a2e57b (diff) | |
download | gtk+-9e3ebe49558e26628e0fe1573b1d80da15467469.tar.gz |
Marking GtkCellArea structure portions as /*< private >*/
Diffstat (limited to 'gtk/gtkcellareacontext.h')
-rw-r--r-- | gtk/gtkcellareacontext.h | 1 |
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; |