mirror of
https://github.com/brl/mutter.git
synced 2024-12-26 21:02:14 +00:00
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:
parent
6c8e8fbba4
commit
7d3ff66724
@ -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 *
|
||||||
|
Loading…
Reference in New Issue
Block a user