forked from AuroraMiddleware/gtk
Mark GtkStyleContext::direction as deprecated
The setter was deprecated a while ago, do the same for the property.
This commit is contained in:
parent
ac2329b842
commit
ee8a3a4192
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user