Deprecate arrow_type and shadow_type direct access in GtkArrow.

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

svn path=/trunk/; revision=20480
This commit is contained in:
Tim Janik 2008-06-20 10:56:55 +00:00
parent b345e36f97
commit e8cb6e4a8c

View File

@ -54,8 +54,8 @@ struct _GtkArrow
{ {
GtkMisc misc; GtkMisc misc;
gint16 arrow_type; gint16 GSEAL(arrow_type);
gint16 shadow_type; gint16 GSEAL(shadow_type);
}; };
struct _GtkArrowClass struct _GtkArrowClass