summaryrefslogtreecommitdiff
path: root/gtk/gtkaccessible.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2009-12-08 02:07:51 +0100
committerJavier Jardón <jjardon@gnome.org>2009-12-08 02:08:35 +0100
commit0e3e20e705c579eef7879a7233141813f661a110 (patch)
tree605d062a3afafaf5a3edb7a543fef0fdd1546379 /gtk/gtkaccessible.h
parent98a9c5c69a796b48d3797a35a301dabe1dcb2430 (diff)
downloadgtk+-0e3e20e705c579eef7879a7233141813f661a110.tar.gz
[gtk/gtkaccessible] Seal the public member of GtkAccesible
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=544892
Diffstat (limited to 'gtk/gtkaccessible.h')
-rw-r--r--gtk/gtkaccessible.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkaccessible.h b/gtk/gtkaccessible.h
index b9dbf8b822..5654a473aa 100644
--- a/gtk/gtkaccessible.h
+++ b/gtk/gtkaccessible.h
@@ -50,7 +50,7 @@ struct _GtkAccessible
* The GtkWidget whose properties and features are exported via this
* accessible instance.
*/
- GtkWidget *widget;
+ GtkWidget *GSEAL (widget);
};
struct _GtkAccessibleClass