From: Qiu Wenbo Date: Mon, 23 Aug 2021 16:24:08 +0000 (+0800) Subject: docs: Fix documentation for gtk_icon_view_create_drag_icon X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2^2~52 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4e42006d411e63fd6bf662e16ac1c8d6629e949f;p=gtk4.git docs: Fix documentation for gtk_icon_view_create_drag_icon Fixes: #4190 --- diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index e382d77431..136488b106 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -6516,10 +6516,10 @@ gtk_icon_view_get_dest_item_at_pos (GtkIconView *icon_view, * @icon_view: a `GtkIconView` * @path: a `GtkTreePath` in @icon_view * - * Creates a `cairo_surface_t` representation of the item at @path. + * Creates a `GdkPaintable` representation of the item at @path. * This image is used for a drag icon. * - * Returns: (transfer full): a newly-allocated surface of the drag icon. + * Returns: (transfer full): a newly-allocated `GdkPaintable` of the drag icon. **/ GdkPaintable * gtk_icon_view_create_drag_icon (GtkIconView *icon_view,