GNOME Bugzilla – Bug 371034
Doc for gtk_file_chooser_get_filename: Is the resulting path absolute or not necessarily?
Last modified: 2012-11-24 20:00:11 UTC
Doc for gtk_file_chooser_get_filenames: Lists all the selected files and subfolders in the current folder of chooser. The returned names are full absolute paths. [...] The doc for gtk_file_chooser_get_filename does not say so, actually it does not even mention absoluteness.
Created attachment 229682 [details] [review] add comment mentioning that returned path is absolute Both functions use g_file_get_path() to construct the filename, so it seems that the returned path should be absolute in both cases.
Review of attachment 229682 [details] [review]: Looks good to me, thanks.
Comment on attachment 229682 [details] [review] add comment mentioning that returned path is absolute Thanks, pushed to master and gtk-3-6 as commits fbdb81bbdf5d366ddd60255eefd29a00da65e2dc and 1dbf309359d6483bdcbedef4b794abfb83d7d7c4.