gtk+ r20480 - trunk/gtk



Author: timj
Date: Fri Jun 20 10:56:55 2008
New Revision: 20480
URL: http://svn.gnome.org/viewvc/gtk+?rev=20480&view=rev

Log:
Deprecate arrow_type and shadow_type direct access in GtkArrow.

* gtk/gtkarrow.h: Deprecate public object fields by GSEAL.


Modified:
   trunk/gtk/gtkarrow.h

Modified: trunk/gtk/gtkarrow.h
==============================================================================
--- trunk/gtk/gtkarrow.h	(original)
+++ trunk/gtk/gtkarrow.h	Fri Jun 20 10:56:55 2008
@@ -54,8 +54,8 @@
 {
   GtkMisc misc;
 
-  gint16 arrow_type;
-  gint16 shadow_type;
+  gint16 GSEAL(arrow_type);
+  gint16 GSEAL(shadow_type);
 };
 
 struct _GtkArrowClass



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