g_object_notify on write-only properties?



I'm merging lee's GtkLabel GParam changes, and I have a question.

The patch currently does
 g_object_notify (G_OBJECT (label), "markup");
when setting the label from markup, even though the markup property is
write only. This seems a bit strange, is it correct?

/ Alex





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