[mutter/tintou/clutter-grab-nullable: 13/13] clutter/stage: Remove unused nullable annotation




commit 7d3ff66724d49b793dc252b4cc1a54fafef426f7
Author: Corentin Noël <corentin noel collabora com>
Date:   Fri Apr 22 08:47:05 2022 +0200

    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>

 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 705bd92a8f..ed803a4352 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 *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]