From: Timm Bäder Date: Tue, 13 Mar 2018 21:41:18 +0000 (+0100) Subject: snapshot: Add missing (nullable) annotation X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~993 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=417e8d6ca4e4a147b1813ad502fc03d1b8b45c9c;p=gtk4.git snapshot: Add missing (nullable) annotation --- diff --git a/gtk/gtksnapshot.c b/gtk/gtksnapshot.c index a771a1adcc..a1e41652a6 100644 --- a/gtk/gtksnapshot.c +++ b/gtk/gtksnapshot.c @@ -176,7 +176,7 @@ gtk_snapshot_state_clear (GtkSnapshotState *state) * gtk_snapshot_new: * @renderer: the #GskRenderer to create nodes for * @record_names: whether to keep node names (for debugging purposes) - * @clip: the clip region to use, or %NULL + * @clip: (nullable): the clip region to use, or %NULL * @name: a printf-style format string to create the node name * @...: arguments for @name *