[gtk+] [gtk/gtkaccessible] Seal the public member of GtkAccesible



commit 0e3e20e705c579eef7879a7233141813f661a110
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Dec 8 02:07:51 2009 +0100

    [gtk/gtkaccessible] Seal the public member of GtkAccesible
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=544892

 gtk/gtkaccessible.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkaccessible.h b/gtk/gtkaccessible.h
index b9dbf8b..5654a47 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]