Fix introspection warnings for GtkDragIcon

This commit is contained in:
Emmanuele Bassi 2020-03-03 13:12:52 +00:00
parent ec9038a8f2
commit 041043eec1
2 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@ gtk_drag_icon_init (GtkDragIcon *self)
* If no drag icon exists yet, a new one will be created
* and shown.
*
* Returns: (transfer none) the #GtkDragIcon
* Returns: (transfer none): the #GtkDragIcon
*/
GtkWidget *
gtk_drag_icon_get_for_drag (GdkDrag *drag)

View File

@ -42,7 +42,7 @@ GtkWidget * gtk_drag_icon_get_for_drag (GdkDrag
GDK_AVAILABLE_IN_ALL
void gtk_drag_icon_set_child (GtkDragIcon *self,
GtkWidget *widget);
GtkWidget *child);
GDK_AVAILABLE_IN_ALL
GtkWidget * gtk_drag_icon_get_child (GtkDragIcon *self);