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>
This commit is contained in:
Corentin Noël 2022-04-22 08:47:05 +02:00 committed by Marge Bot
parent 6c8e8fbba4
commit 7d3ff66724

View File

@ -3770,7 +3770,7 @@ G_DEFINE_BOXED_TYPE (ClutterGrab, clutter_grab,
* Grabs input onto a certain actor. Events will be propagated as * Grabs input onto a certain actor. Events will be propagated as
* usual inside its hierarchy. * 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() * with clutter_grab_dismiss()
**/ **/
ClutterGrab * ClutterGrab *