gfile: Explain nonobvious use of my_error
authorPhilip Chimento <philip.chimento@gmail.com>
Tue, 2 Dec 2014 17:34:30 +0000 (12:34 -0500)
committerRyan Lortie <desrt@desrt.ca>
Thu, 18 Dec 2014 07:02:53 +0000 (02:02 -0500)
commit4f3ab40c042d8c53e8540188a7508e91301baa41
tree81ba1dc727797fb5d9d8f1452aefe2efc0e0cfeb
parent44372f4dd0a4a8aac1b66b820810b3f7bdf70513
gfile: Explain nonobvious use of my_error

In g_file_make_directory_with_parents(), the my_error variable is used
for several different purposes throughout the whole function, not all of
which are obvious. This explains the situation with some comments.

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