Skip to content

Mark `path` out parameter of `gtk_icon_view_get_drag_dest_item()` as `(nullable)`

It can be set to NULL and the function body handles NULL explictly, so annotate it accordingly.

Merge request reports