Mark `path` out parameter of `gtk_icon_view_get_drag_dest_item()` as `(nullable)`
authorSebastian Dröge <sebastian@centricular.com>
Tue, 8 Feb 2022 10:50:24 +0000 (12:50 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 8 Feb 2022 10:50:24 +0000 (12:50 +0200)
commit07d6ef13c5a2a86c49789c51656172339c2330fd
treec6aa6b0b4d1264236a6fe58d724040d1e3bc3566
parentc6d5816c95c258a209435e49974d4c320425a22e
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.
gtk/gtkiconview.c