Mark GtkStyleContext::direction as deprecated

The setter was deprecated a while ago, do the same for the property.
This commit is contained in:
Matthias Clasen 2014-06-09 13:42:07 -04:00
parent ac2329b842
commit ee8a3a4192

View File

@ -373,7 +373,7 @@ gtk_style_context_class_init (GtkStyleContextClass *klass)
P_("Text direction"),
GTK_TYPE_TEXT_DIRECTION,
GTK_TEXT_DIR_LTR,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY|G_PARAM_DEPRECATED));
/**
* GtkStyleContext:parent: