gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Verify: Class typed instance parameter should care about transfer annotations

Open badcel opened this issue 3 months ago • 0 comments

Class typed instance parameter should care about transfer annotations: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4739

If not calling the "unref" method would destroy the instance which is not desired.

But ref would add reference in this case and unref would not decrease references anymore.

badcel avatar Sep 23 '25 03:09 badcel