diff options
author | Tim Janik <timj@src.gnome.org> | 2008-06-20 10:58:40 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2008-06-20 10:58:40 +0000 |
commit | 868135e8793f05e1010ee0dce70c76e6ab6637b7 (patch) | |
tree | 3b65ba504f0c2ca9e32773466b9a9443c702e947 /gtk/gtkactiongroup.h | |
parent | 9f58854b06c9a87f120b8524697f8f1813c5c453 (diff) | |
download | gdk-pixbuf-868135e8793f05e1010ee0dce70c76e6ab6637b7.tar.gz |
Seal GtkActionGroup
* gtk/gtkactiongroup.[ch]: Use GSEAL macro on ->private_data public
member and clean up .c file to reflect this.
svn path=/trunk/; revision=20498
Diffstat (limited to 'gtk/gtkactiongroup.h')
-rw-r--r-- | gtk/gtkactiongroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactiongroup.h b/gtk/gtkactiongroup.h index 409c2b50f..438c8fc34 100644 --- a/gtk/gtkactiongroup.h +++ b/gtk/gtkactiongroup.h @@ -60,7 +60,7 @@ struct _GtkActionGroup /*< private >*/ - GtkActionGroupPrivate *private_data; + GtkActionGroupPrivate *GSEAL(private_data); }; struct _GtkActionGroupClass |