win32: add g_win32_get_command_line()
authorRyan Lortie <desrt@desrt.ca>
Sun, 12 Jan 2014 17:13:42 +0000 (12:13 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sat, 18 Jan 2014 01:04:44 +0000 (20:04 -0500)
commit673ee54cddab81cf4456b1c2ecf7a668e97e5a0f
tree0557fb3e7f72d53f9f3797ffbc131b283699db28
parent3352293ab5b93d8607dc61a99195ea09aa7bf423
win32: add g_win32_get_command_line()

This returns the command line in GLib filename encoding format (ie:
UTF-8) for use with g_option_context_parse_strv().

This will allow parsing of Unicode commandline arguments on Windows,
even if the characters in those arguments fall outside of the range of
the system codepage.

https://bugzilla.gnome.org/show_bug.cgi?id=722025
docs/reference/glib/glib-sections.txt
glib/gwin32.c
glib/gwin32.h