GNOME Bugzilla – Bug 786462
Use g_output_stream_write_all instead of while
Last modified: 2017-08-18 12:47:52 UTC
Simplify the read-write copy code and use g_output_stream_write_all instead of while and g_output_stream_write.
Created attachment 357884 [details] [review] gio-tool-save: Use g_output_stream_write_all instead of while
Created attachment 357885 [details] [review] gfile: Use g_output_stream_write_all instead of while Simplify the read-write copy code and use g_output_stream_write_all instead of while and g_output_stream_write.
Review of attachment 357884 [details] [review]: Looks good.
Review of attachment 357885 [details] [review]: Looks good.
Created attachment 357893 [details] [review] gio-tool-save: Use g_output_stream_write_all instead of while Adapt on different indentation.
Attachment 357885 [details] pushed as 1cce5dd - gfile: Use g_output_stream_write_all instead of while Attachment 357893 [details] pushed as 78fa67e - gio-tool-save: Use g_output_stream_write_all instead of while