From 840504b60a95469966ecbe588760e24e7554b590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Fri, 20 Apr 2018 20:35:00 +0200 Subject: [PATCH] snapshot: Fix some documentation problems --- gtk/gtksnapshot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtksnapshot.c b/gtk/gtksnapshot.c index 77ada0f484..712c7cb7e3 100644 --- a/gtk/gtksnapshot.c +++ b/gtk/gtksnapshot.c @@ -1695,7 +1695,7 @@ gtk_snapshot_render_layout (GtkSnapshot *snapshot, * @start: the point at which the linear gradient will begin * @end: the point at which the linear gradient will finish * @stops: (array length=n_stops): a pointer to an array of #GskColorStop defining the gradient - * @n_stops: the number of elements in @color_stops + * @n_stops: the number of elements in @stops * * Appends a linear gradient node with the given stops to @snapshot. */ @@ -1758,7 +1758,7 @@ gtk_snapshot_append_linear_gradient (GtkSnapshot *snapshot, * @start: the point at which the linear gradient will begin * @end: the point at which the linear gradient will finish * @stops: (array length=n_stops): a pointer to an array of #GskColorStop defining the gradient - * @n_stops: the number of elements in @color_stops + * @n_stops: the number of elements in @stops * * Appends a repeating linear gradient node with the given stops to @snapshot. */