GNOME Bugzilla – Bug 759081
Add 'nullable' to return type of gtk_cell_layout_get_area.
Last modified: 2015-12-07 11:18:09 UTC
Created attachment 316831 [details] [review] Patch to add nullable annotation to gtk_cell_layout_get_area Else get_area() can't be overridden in Vala in a way that returns null.
That change is indeed correct, yes. Can you also change the Returns: comment to say the usual "or %NULL in case no cell area is used" or something similar? It's slightly redundant since the docs above already mention it, but I think it's better to be explicit in that case (and when people scan the docs for return types, they don't have to read the paragraph above).
Created attachment 316843 [details] [review] Patch to add nullable annotation to gtk_cell_layout_get_area (v2)
Review of attachment 316843 [details] [review]: ok