summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-04-22 08:47:05 +0200
committerMarge Bot <marge-bot@gnome.org>2022-04-29 08:25:31 +0000
commit7d3ff66724d49b793dc252b4cc1a54fafef426f7 (patch)
tree27796d1f779f573d03bf1e4d6c9e27902bf67002
parent6c8e8fbba45ce881871f478cd65dc8aafe2aef09 (diff)
downloadmutter-7d3ff66724d49b793dc252b4cc1a54fafef426f7.tar.gz
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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2382>
-rw-r--r--clutter/clutter/clutter-stage.c2
1 files changed, 1 insertions, 1 deletions
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 *