From 257adb4464d2811f6cf144becc5cfa4c7a4ae214 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 12 Oct 2021 09:00:03 +0000 Subject: [PATCH] gtk: fix Snapshot.push_shadow annotation --- gtk/gtksnapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksnapshot.c b/gtk/gtksnapshot.c index 5ebb37f14f..8b8627fb92 100644 --- a/gtk/gtksnapshot.c +++ b/gtk/gtksnapshot.c @@ -1125,7 +1125,7 @@ gtk_snapshot_clear_shadow (GtkSnapshotState *state) /** * gtk_snapshot_push_shadow: * @snapshot: a `GtkSnapshot` - * @shadow: the first shadow specification + * @shadow: (array length=n_shadows): the first shadow specification * @n_shadows: number of shadow specifications * * Applies a shadow to an image.