Merge branch 'type-int-cairo-format' into 'gtk-3-24'

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

See merge request GNOME/gtk!3228
This commit is contained in:
Emmanuele Bassi
2021-02-20 11:49:11 +00:00

View File

@ -10200,7 +10200,7 @@ gdk_window_create_similar_surface (GdkWindow * window,
* gdk_window_create_similar_image_surface: * gdk_window_create_similar_image_surface:
* @window: (nullable): window to make new surface similar to, or * @window: (nullable): window to make new surface similar to, or
* %NULL if none * %NULL if none
* @format: (type int): the format for the new surface * @format: the format for the new surface
* @width: width of the new surface * @width: width of the new surface
* @height: height of the new surface * @height: height of the new surface
* @scale: the scale of the new surface, or 0 to use same as @window * @scale: the scale of the new surface, or 0 to use same as @window