g_file_new_for_commandline_arg: clarify encoding
authorRyan Lortie <desrt@desrt.ca>
Fri, 17 Jan 2014 03:11:18 +0000 (22:11 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 18 Jan 2014 01:05:41 +0000 (20:05 -0500)
commit643f2b348dea7486ef2eaa4f8e4eb858bce5f3e1
tree7e6c4687d1661443857b2da7a52fd236b846a87f
parent673ee54cddab81cf4456b1c2ecf7a668e97e5a0f
g_file_new_for_commandline_arg: clarify encoding

Add a note to the documentation for g_file_new_for_commandline_arg()
that this function is intended to operate on strings already in the GLib
filename encoding on Windows.

This has been the case for a long time, but this documents the
requirement.

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