Skip to content

gtkfilechooser: add missing nullable annotation

Michael Catanzaro requested to merge mcatanzaro/set-current-folder-file into gtk-3-24

This function can return NULL, noticed in epiphany#1746 (closed).

Note that this function no longer exists in GTK 4.

Merge request reports