Document clearly async functions not copying its args
authorXavier Claessens <xavier.claessens@collabora.co.uk>
Mon, 2 Dec 2013 19:37:23 +0000 (14:37 -0500)
committerXavier Claessens <xavier.claessens@collabora.co.uk>
Mon, 2 Dec 2013 19:45:42 +0000 (14:45 -0500)
commit0f800cd1a863bc0c3e51c03592e2fb1ffbda8982
tree5c3d2febbe18e75e69b295d5ab382e1900a56467
parentc4e9135352c9dc5cef4f6c51432cd4763f849bc4
Document clearly async functions not copying its args

Usually async methods copy/ref its arguments so caller can
forget about them. g_file_replace_contents_async() and
g_output_stream_write_async() are exceptions.

https://bugzilla.gnome.org/show_bug.cgi?id=690525
gio/gfile.c
gio/goutputstream.c