gtk_widget_class_set_css_name -- missing notify
Submitted by Morten Welinder
Link to original bug (#791172)
Description
Just as a matter of principle, shouldn't gtk_widget_class_set_css_name emit a notify signal for the css-name property?
The situation is a bit confused -- the property is construct-only, yet it can be changed with gtk_widget_class_set_css_name.