Drop return value annotation of gtk_graphics_offload_new()
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
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.