Skip to content

Drop return value annotation of gtk_graphics_offload_new()

Sebastian Dröge requested to merge sdroege/gtk:offload-new-transfer-none into main
A floating reference is returned, not a full reference. By having no
annotation, like for all other widget constructors, the correct default
is used again.
Edited by Sebastian Dröge

Merge request reports