1
0
Fork 0
mutter-performance-source/clutter
Florian Müllner dc8de3bfd5 clutter/keyval: Fix keyval_name() transfer annotation
clutter_keyval_name() returns a pointer to a static array, not
newly allocated memory. Add a transfer annotation to indicate
that callers must not free the returned memory.

While add it, make the return value const to stress further that
callers shouldn't touch the returned memory.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3386>
2023-11-14 16:28:09 +00:00
..
clutter clutter/keyval: Fix keyval_name() transfer annotation 2023-11-14 16:28:09 +00:00
.gitignore clutter: Remove clutter specific version 2018-11-06 17:17:36 +01:00
meson.build clutter/cleanup: Drop PaintNodes serialization 2023-11-14 16:52:37 +01:00