Skip to content

clutter/content: Mark optional parameters as such in annotation

The width and height parameters of clutter_content_get_preferred_size() are optional, but were not marked as such. With a current gjs this will result in a warning if a caller does not use them.

Found by Evan Welsh

Fixes: #1945 (closed)


This is 40 and 41 material.

Merge request reports