GNOME Bugzilla – Bug 586766
Allow GFilenameCompleter to complete with relative paths
Last modified: 2018-05-24 11:53:48 UTC
Right now, GFilenameCompleter is intended only for absolute paths. For cases like bug 321592, it would be nice to be able to set it to complete from relative locations. This would require a new function to set the relative path, called something like g_filename_completer_set_relative_path (similar pattern to g_filename_completer_set_dirs_only, but with a gchar * uri that could be NULL for going back to non-absolute paths).
Created attachment 137326 [details] [review] Adds g_filename_completer_set_path g_filename_completer_set_path is just like the g_filename_completer_set_relative_path I proposed in comment #0, but not all the valid paths are relative (absolute ones are fine as well), hence a name change.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/227.