Functions like GtkWidget.compute_bounds()
have output parameters annotated with (out caller-allocates)
:
But the rendered documentation appears to say something different and contradictory, which is:
The data is owned by the instance.
Have I misunderstood, or is that quite wrong? if yes, I can file a bug.