Skip to content

[annotations] Fix return type in annotation of gtk_check_button_new

Danny Milosavljevic requested to merge daym/gtk:patch-2 into master

Using an automated tool I wrote, I've found some other annotation problems where the derived type is not returned and thus gobject-introspection misjudges the return type. This is one of them.

I've fixed it.

Merge request reports