Skip to content

Use the proper cairo.Format type instead of overriding to gint via annotations...

Sebastian Dröge requested to merge sdroege/gtk:type-int-cairo-format into gtk-3-24

Use the proper cairo.Format type instead of overriding to gint via annotations in gdk_window_create_similar_surface()


Unclear why this was overridden at all. Cairo types need to be known in this scope anyway because of the return type.

There's something similar with all the @size: (type int): a stock icon size (#GtkIconSize), should those stay this way?

CC @ebassi

Merge request reports