finch/libgnt/gntbox.h

branch
soc.2013.gobjectification.plugins
changeset 37080
fbb8840b1d71
parent 37079
5d1f08386e92
child 37081
3e876e3e3131
--- a/finch/libgnt/gntbox.h	Fri Feb 07 01:06:02 2014 +0530
+++ b/finch/libgnt/gntbox.h	Fri Feb 07 01:17:31 2014 +0530
@@ -72,10 +72,10 @@
 	GList *focus;		/* List of widgets to cycle focus (only valid for parent boxes) */
 
 	/*< private >*/
-    void *res1;
-    void *res2;
-    void *res3;
-    void *res4;
+    void (*gnt_reserved1)(void);
+    void (*gnt_reserved2)(void);
+    void (*gnt_reserved3)(void);
+    void (*gnt_reserved4)(void);
 };
 
 struct _GntBoxClass

mercurial