gtk: Mark DragIcon.get_for_drag as constructor

Fixes downstream issue: https://github.com/gtk-rs/gtk4-rs/issues/1748
This commit is contained in:
Bilal Elmoussaoui 2024-06-02 16:54:17 +03:00
parent ecbe6a421e
commit 13013053f7

View File

@ -400,7 +400,7 @@ gtk_drag_icon_init (GtkDragIcon *self)
}
/**
* gtk_drag_icon_get_for_drag:
* gtk_drag_icon_get_for_drag: (constructor)
* @drag: a `GdkDrag`
*
* Gets the `GtkDragIcon` in use with @drag.