14 Mar
2009
14 Mar
'09
8:20 p.m.
Using GIO could still make some issues easier to solve and understand for others, since it operates on raw byte streams and doesn't even pretend to do formatted IO. The distinction between characters and bytes is pretty clear. In essence we could adapt Writers to GIO streams. They would probably be faster since our current streams write only one per function call, while GIO can write any number.
My real motivation though is just to push some code out of Inkscape. If we want to integrate properly with Gnome we have to use GIO, so we might use it for our other stream needs as well.
Regards, Krzysztof Kosiński
--
View this message in context: http://www.nabble.com/Problem-with-our-stream-writing-tp22491138p22516662.ht...
Sent from the Inkscape - Dev mailing list archive at Nabble.com.