]> Pileus Git - ~andy/gtk/commit
docs: gtk_file_chooser_get_filename() returns absolute paths
authorDavid King <amigadave@amigadave.com>
Thu, 22 Nov 2012 21:15:06 +0000 (21:15 +0000)
committerDavid King <amigadave@amigadave.com>
Sat, 24 Nov 2012 19:58:10 +0000 (19:58 +0000)
commitfbdb81bbdf5d366ddd60255eefd29a00da65e2dc
tree6dbfce3c49be11cbf5e20c5e6ed33394227b554f
parent840f09bdc88b3903665a8d6dcef0b0f6adaeae76
docs: gtk_file_chooser_get_filename() returns absolute paths

The documentation for gtk_file_chooser_get_filenames() states that the
returned filenames are absolute paths, and uses g_file_get_path() to
construct the filename. The same function is used to construct the
filename in gtk_file_chooser_get_filename(), so it should also return
absolute paths.

https://bugzilla.gnome.org/show_bug.cgi?id=371034
gtk/gtkfilechooser.c