diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-08-23 20:40:17 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-08-23 20:40:17 +0000 |
commit | b945033b4122f454487cfc3739cfa4ab973db378 (patch) | |
tree | cfc054417ac89a77e8ce8ce53e97312a922fb03b | |
parent | 5d38c8c558edbb0abdb9f4adc3358d9da8d0f618 (diff) | |
parent | 92d2867170a5ced51ce5705e3ddfc6cb744ff95e (diff) | |
download | gtk+-b945033b4122f454487cfc3739cfa4ab973db378.tar.gz |
Merge branch 'fix-docs' into 'master'
Fix documentation for gtk_icon_view_create_drag_icon
Closes #4190
See merge request GNOME/gtk!3875
-rw-r--r-- | gtk/gtkiconview.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |