summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 10:59:58 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 10:59:58 +0000
commit36112dccd4faa4534e19cc286677b57b25dfdd64 (patch)
tree5598771adc5c464dc567f1f216178d035c819776
parent6e1e3c5942f502e1d2a36e18e0370c942fb548ba (diff)
downloadgtk+-36112dccd4faa4534e19cc286677b57b25dfdd64.tar.gz
seal members.
* gtk/gtkmisc.h: seal members. svn path=/trunk/; revision=20513
-rw-r--r--gtk/gtkmisc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkmisc.h b/gtk/gtkmisc.h
index 94451135ab..6e34f9ec35 100644
--- a/gtk/gtkmisc.h
+++ b/gtk/gtkmisc.h
@@ -53,11 +53,11 @@ struct _GtkMisc
{
GtkWidget widget;
- gfloat xalign;
- gfloat yalign;
+ gfloat GSEAL (xalign);
+ gfloat GSEAL (yalign);
- guint16 xpad;
- guint16 ypad;
+ guint16 GSEAL (xpad);
+ guint16 GSEAL (ypad);
};
struct _GtkMiscClass