From 7d3ff66724d49b793dc252b4cc1a54fafef426f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Fri, 22 Apr 2022 08:47:05 +0200 Subject: clutter/stage: Remove unused nullable annotation This annotation wasn't taken into account because of the colon, but shouldn't be applied as there is no way a NULL ClutterGrab can be returned. Part-of: --- clutter/clutter/clutter-stage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter/clutter-stage.c b/clutter/clutter/clutter-stage.c index 705bd92a8..ed803a435 100644 --- a/clutter/clutter/clutter-stage.c +++ b/clutter/clutter/clutter-stage.c @@ -3770,7 +3770,7 @@ G_DEFINE_BOXED_TYPE (ClutterGrab, clutter_grab, * Grabs input onto a certain actor. Events will be propagated as * usual inside its hierarchy. * - * Returns: (transfer full): (nullable): an opaque #ClutterGrab handle, drop + * Returns: (transfer full): an opaque #ClutterGrab handle, drop * with clutter_grab_dismiss() **/ ClutterGrab * -- cgit v1.2.1