Annotate g_filename_to_utf8()
authorMartin Pitt <martinpitt@gnome.org>
Sat, 3 Nov 2012 12:52:29 +0000 (13:52 +0100)
committerMartin Pitt <martinpitt@gnome.org>
Sat, 3 Nov 2012 13:00:45 +0000 (14:00 +0100)
commit13ae0f1f922defaf21c3a5dbe8d299cddc71170a
tree650fccf19e31149f70ece33a56c15ca07201ab53
parent837db1a026a451f2785be18593bf3fa631acabd6
Annotate g_filename_to_utf8()

bytes_read and bytes_written are (out) arguments, and the return value must be
a byte array instead of utf8, as otherwise the function would only support
UTF-8 locales/file names.
glib/gconvert.c