@xiota commented on this pull request.
@@ -300,6 +300,181 @@ static void on_follow_active(GtkToggleToolButton *button, G_GNUC_UNUSED gpointer
}
+/* returns parent folder of path from get_full_path_for_selection() + * if unable to find parent folder, returns home folder + * otherwise, returns NULL + * return path is in locale encoding */ +static gchar *get_folder_for_selection(void)
I didn't know about `parent_dir_for_create()`. Renaming to `get_dir_of_selection()`. Changing `get_folder_for_selection()` to `get_fallback_dir_of_selection()`.