summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 10:58:23 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 10:58:23 +0000
commit9cc14da90c0a51a63486549a9b96d3274e8392c7 (patch)
treee4fe9d61ee8b64719495f747785e402e43cdb779 /gtk/gtkscalebutton.h
parent133ebd1c4740d03e43ca00b200ab524f46e2a07d (diff)
downloadgtk+-9cc14da90c0a51a63486549a9b96d3274e8392c7.tar.gz
Seal GtkScaleButton public fields
* gtk/gtkscalebutton.h: Deprecate direct access through GSEAL(). svn path=/trunk/; revision=20495
Diffstat (limited to 'gtk/gtkscalebutton.h')
-rw-r--r--gtk/gtkscalebutton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h
index a8ea99319c..4bbd49537e 100644
--- a/gtk/gtkscalebutton.h
+++ b/gtk/gtkscalebutton.h
@@ -59,8 +59,8 @@ struct _GtkScaleButton
{
GtkButton parent;
- GtkWidget *plus_button;
- GtkWidget *minus_button;
+ GtkWidget *GSEAL(plus_button);
+ GtkWidget *GSEAL(minus_button);
/*< private >*/
GtkScaleButtonPrivate *priv;