GNOME Bugzilla – Bug 659920
Missing setter for read/write property 'closed' of GIOStream
Last modified: 2011-09-23 12:55:22 UTC
'closed' property of GIOStream is defined as readwrite, however setting it is not implemented in set_property(). If the property was changed to just 'readable', it should be updated in property definition. Otherwise its setter should be implemented in set_property(). Or am I missing something here?
It shouldn't have been marked writable. to close a stream you use g_io_stream_close/close_async(). fixed in master