outputstream: Clarify docs of flush()
authorBenjamin Otte <otte@redhat.com>
Mon, 5 Dec 2011 21:40:18 +0000 (22:40 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 5 Dec 2011 21:40:18 +0000 (22:40 +0100)
commit482f226270efd6c0c8d336b9146376986979e1f4
tree37b2776893858b84942cbdda0d6338d6de10baf5
parentfd1e9938b36677587dfe9960dacb678bbd3981bf
outputstream: Clarify docs of flush()

After questioning the semantics of flush on IRC, it seemed necessary to
clarify what flushing is supposed to do. The Linux man page for fflush()
seemed to cover it perfectly, so I just copied it.

I did not add the "via the underlying write mechanism" part as that in
my opinion is not something subclasses should need to guarantee.
gio/goutputstream.c